nfsense/internal/definitions/network/network.go

6 lines
154 B
Go

package network
type Network struct {
Interfaces map[string]Interface `json:"interfaces"`
StaticRoutes []StaticRoute `json:"static_routes"`
}