6 lines
105 B
Go

package config
type wireguard struct {
ListenConfig string `json:"listenConfig" yaml:"listenConfig"`
}