Versions in this module Expand all Collapse all v1 v1.1.6 Jul 12, 2016 Changes in this version type Listen + AWSApiGWCertCN string v1.1.5 Jun 23, 2016 Changes in this version type Consul + ServiceStatus []string v1.1.4 Jun 15, 2016 Changes in this version type Consul + Register bool type Proxy + NoRouteStatus int v1.1.3 May 19, 2016 Changes in this version type Consul + ServiceTags []string type Proxy + Matcher string v1.1.2 Apr 27, 2016 v1.1.1 Feb 22, 2016 Changes in this version + var Default = &Config type Config + Registry Registry + func Load(filename string) (*Config, error) type Consul + ServiceAddr string + type File struct + Path string + type Registry struct + Backend string + Consul Consul + File File + Static Static + type Static struct + Routes string v1.0.9 Feb 15, 2016 v1.0.8 Jan 14, 2016 Changes in this version type Consul + Token string v1.0.7 Dec 13, 2015 Changes in this version type UI + Color string + Title string v1.0.6 Dec 1, 2015 Changes in this version + func LocalIP() (net.IP, error) + func LocalIPString() string type Consul + CheckInterval time.Duration + CheckTimeout time.Duration + ServiceName string v1.0.5 Nov 11, 2015 Changes in this version type Proxy + LocalIP string v1.0.4 Nov 3, 2015 Changes in this version + var DefaultConfig = &Config + type Config struct + Consul Consul + Listen []Listen + Metrics []Metrics + Proxy Proxy + Routes string + Runtime Runtime + UI UI + func FromFile(filename string) (*Config, error) + func FromProperties(p *properties.Properties) (*Config, error) + type Consul struct + Addr string + KVPath string + TagPrefix string + URL string + type Listen struct + Addr string + CertFile string + ClientAuthFile string + KeyFile string + ReadTimeout time.Duration + TLS bool + WriteTimeout time.Duration + type Metrics struct + Addr string + Interval time.Duration + Prefix string + Target string + type Proxy struct + ClientIPHeader string + DialTimeout time.Duration + KeepAliveTimeout time.Duration + MaxConn int + ResponseHeaderTimeout time.Duration + ShutdownWait time.Duration + Strategy string + TLSHeader string + TLSHeaderValue string + type Runtime struct + GOGC int + GOMAXPROCS int + type UI struct + Addr string