Versions in this module Expand all Collapse all v0 v0.4.0 May 9, 2019 v0.2.5 Sep 27, 2018 Changes in this version + type CommonConfig struct + DebugPort string + ListenHost string + RateLimit int + SRDETCDCaCert string + SRDETCDCert string + SRDETCDKey string + SRDETCDServers string + SRDPrefix string + SvcName string + type ConfigFile struct + Common *CommonConfig + GRPC *GRPCConfig + HTTP *HTTPConfig + func ParseConfigFile(filePath string, logger log.Logger) *ConfigFile + type GRPCConfig struct + GRPCPort string + type HTTPConfig struct + HTTPPort string