Versions in this module Expand all Collapse all v0 v0.4.0 Nov 14, 2019 Changes in this version + var DefaultQueryInterval = 5 * time.Minute + type Config struct + Discovery idiscovery.Config + Features env.Features + General env.General + Logging env.Logging + Metrics env.Metrics + QUIC env.QUIC + SD SDConfig + Tracing env.Tracing + TrustDB truststorage.TrustDBConf + func (cfg *Config) ConfigName() string + func (cfg *Config) InitDefaults() + func (cfg *Config) Sample(dst io.Writer, path config.Path, _ config.CtxMap) + func (cfg *Config) Validate() error + type SDConfig struct + Bind *snet.Addr + DeleteSocket bool + PathDB pathstorage.PathDBConf + Public *snet.Addr + QueryInterval util.DurWrap + Reliable string + RevCache pathstorage.RevCacheConf + SocketFileMode util.FileMode + Unix string + func (cfg *SDConfig) ConfigName() string + func (cfg *SDConfig) CreateSocketDirs() error + func (cfg *SDConfig) InitDefaults() + func (cfg *SDConfig) Sample(dst io.Writer, path config.Path, ctx config.CtxMap) + func (cfg *SDConfig) Validate() error