6 lines
105 B
Go
Raw Normal View History

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