6 lines
99 B
Go
Raw Normal View History

2020-11-05 19:37:51 +01:00
package wireguard
type Config struct {
DeviceName string `yaml:"device" envconfig:"WG_DEVICE"`
}