Versions in this module Expand all Collapse all v1 v1.2.3 Aug 11, 2021 Changes in this version + func NewResolver(logger logger.Logger) nr.Resolver + type AgentServiceCheck struct + AliasNode string + AliasService string + Args []string + CheckID string + DeregisterCriticalServiceAfter string + DockerContainerID string + GRPC string + GRPCUseTLS bool + HTTP string + Header map[string][]string + Interval string + Method string + Name string + Notes string + Shell string + Status string + TCP string + TLSSkipVerify bool + TTL string + Timeout string + type AgentServiceChecks []*AgentServiceCheck + type AgentServiceConnect struct + Native bool + SidecarService *AgentServiceRegistration + type AgentServiceConnectProxyConfig struct + Config map[string]interface{} + DestinationServiceID string + DestinationServiceName string + Expose ExposeConfig + LocalServiceAddress string + LocalServicePort int + MeshGateway MeshGatewayConfig + Upstreams []Upstream + type AgentServiceRegistration struct + Address string + Check *AgentServiceCheck + Checks AgentServiceChecks + Connect *AgentServiceConnect + EnableTagOverride bool + ID string + Kind string + Meta map[string]string + Name string + Port int + Proxy *AgentServiceConnectProxyConfig + TaggedAddresses map[string]ServiceAddress + Tags []string + Weights *AgentWeights + type AgentWeights struct + Passing int + Warning int + type Config struct + Address string + Datacenter string + HttpAuth *HttpBasicAuth + Scheme string + TLSConfig TLSConfig + Token string + TokenFile string + WaitTime time.Duration + type ExposeConfig struct + Checks bool + Paths []ExposePath + type ExposePath struct + ListenerPort int + LocalPathPort int + ParsedFromCheck bool + Path string + Protocol string + type HttpBasicAuth struct + Password string + Username string + type MeshGatewayConfig struct + Mode MeshGatewayMode + type MeshGatewayMode string + type QueryOptions struct + AllowStale bool + Connect bool + Datacenter string + Filter string + LocalOnly bool + MaxAge time.Duration + Near string + NodeMeta map[string]string + RelayFactor uint8 + RequireConsistent bool + StaleIfError time.Duration + Token string + UseCache bool + WaitHash string + WaitIndex uint64 + WaitTime time.Duration + type ServiceAddress struct + Address string + Port int + type TLSConfig struct + Address string + CAFile string + CAPath string + CertFile string + InsecureSkipVerify bool + KeyFile string + type Upstream struct + Config map[string]interface{} + Datacenter string + DestinationName string + DestinationNamespace string + DestinationType UpstreamDestType + LocalBindAddress string + LocalBindPort int + MeshGateway MeshGatewayConfig + type UpstreamDestType string v1.2.2 Aug 11, 2021 v1.2.1 Aug 11, 2021