go fmt
This commit is contained in:
parent
08b8372148
commit
dea2e86bc6
@ -53,9 +53,9 @@ type DsnetConfig struct {
|
|||||||
// TODO Default subnets to route via VPN
|
// TODO Default subnets to route via VPN
|
||||||
ReportFile string `validate:"required"`
|
ReportFile string `validate:"required"`
|
||||||
PrivateKey JSONKey `validate:"required,len=44"`
|
PrivateKey JSONKey `validate:"required,len=44"`
|
||||||
PostUp string
|
PostUp string
|
||||||
PostDown string
|
PostDown string
|
||||||
Peers []PeerConfig `validate:"dive"`
|
Peers []PeerConfig `validate:"dive"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func MustLoadDsnetConfig() *DsnetConfig {
|
func MustLoadDsnetConfig() *DsnetConfig {
|
||||||
|
Loading…
Reference in New Issue
Block a user