mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
6 lines
159 B
Go
6 lines
159 B
Go
package service
|
|
|
|
type Service struct {
|
|
DHCPv4 []DHCPv4 `json:"dhcp_v4" validate:"required,dive"`
|
|
DHCPv6 []DHCPv6 `json:"dhcp_v6" validate:"required,dive"`
|
|
}
|