Versions in this module Expand all Collapse all v0 v0.1.0 Jul 10, 2018 Changes in this version + func RunConsul(consulConfigDir string) *gexec.Session + func TestPortOpen(address string, port uint) error + type Config struct + Upstreams []Upstream + type Connect struct + Proxy Proxy + type ConsulService struct + Service Service + type ConsulServices struct + Services []Service + type Proxy struct + Command []string + Config Config + ExecMode string + type ProxyConfig struct + BindAddress string + BindPort uint + LocalServiceAddress string + Upstreams []Upstream + type ProxyInfo struct + Command []string + Config ProxyConfig + ContentHash string + ExecMode string + ProxyServiceID string + TargetServiceID string + TargetServiceName string + func GetProxyInfo() ProxyInfo + type Service struct + Connect Connect + Name string + Port int + type Upstream struct + DestinationName string + LocalBindPort int