mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
5 lines
98 B
Go
5 lines
98 B
Go
package vpn
|
|
|
|
type VPN struct {
|
|
Wireguard Wireguard `json:"wireguard" validate:"required,dive"`
|
|
}
|