package service import ( "esxlib/esx" ) type Config struct { ListenAddress string Token string TLS struct { KeyPath string CertPath string } Zones map[string]esx.Config }