mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
5 lines
114 B
Go
5 lines
114 B
Go
package definitions
|
|
|
|
type Network struct {
|
|
Interfaces []Interface `json:"interfaces" validate:"required,dive"`
|
|
}
|