mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
6 lines
154 B
Go
6 lines
154 B
Go
package network
|
|
|
|
type Network struct {
|
|
Interfaces map[string]Interface `json:"interfaces"`
|
|
StaticRoutes []StaticRoute `json:"static_routes"`
|
|
}
|