Documentation ¶ Index ¶ func NewService(version string, svcConfig Config, appConfig *config.Config) (interfaces.Service, error) type Config func (c Config) Validate() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewService ¶ func NewService( version string, svcConfig Config, appConfig *config.Config, ) (interfaces.Service, error) Types ¶ type Config ¶ type Config struct { Datadir string Port uint32 NoTLS bool NoMacaroons bool TLSExtraIPs []string TLSExtraDomains []string } func (Config) Validate ¶ func (c Config) Validate() error Source Files ¶ View all Source files config.gomacaroons.gootel.goservice.gotls.go Directories ¶ Show internal Expand all Path Synopsis handlers interceptors permissions Click to show internal directories. Click to hide internal directories.