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
|
||||
ReportFile string `validate:"required"`
|
||||
PrivateKey JSONKey `validate:"required,len=44"`
|
||||
PostUp string
|
||||
PostDown string
|
||||
Peers []PeerConfig `validate:"dive"`
|
||||
PostUp string
|
||||
PostDown string
|
||||
Peers []PeerConfig `validate:"dive"`
|
||||
}
|
||||
|
||||
func MustLoadDsnetConfig() *DsnetConfig {
|
||||
|
Loading…
Reference in New Issue
Block a user