Home
last modified time | relevance | path

Searched refs:CompiledDiscoveryChain (Results 1 – 25 of 129) sorted by relevance

123456

/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/discoverychain/
H A Dcompile_test.go15 expect *structs.CompiledDiscoveryChain
156 expect := &structs.CompiledDiscoveryChain{
208 expect := &structs.CompiledDiscoveryChain{
268 expect := &structs.CompiledDiscoveryChain{
319 expect := &structs.CompiledDiscoveryChain{
381 expect := &structs.CompiledDiscoveryChain{
450 expect := &structs.CompiledDiscoveryChain{
531 expect := &structs.CompiledDiscoveryChain{
594 expect := &structs.CompiledDiscoveryChain{
647 expect := &structs.CompiledDiscoveryChain{
[all …]
/dports/sysutils/consul/consul-1.10.3/agent/consul/discoverychain/
H A Dcompile_test.go15 expect *structs.CompiledDiscoveryChain
158 expect := &structs.CompiledDiscoveryChain{
210 expect := &structs.CompiledDiscoveryChain{
270 expect := &structs.CompiledDiscoveryChain{
321 expect := &structs.CompiledDiscoveryChain{
383 expect := &structs.CompiledDiscoveryChain{
452 expect := &structs.CompiledDiscoveryChain{
533 expect := &structs.CompiledDiscoveryChain{
596 expect := &structs.CompiledDiscoveryChain{
649 expect := &structs.CompiledDiscoveryChain{
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/discoverychain/
H A Dcompile_test.go15 expect *structs.CompiledDiscoveryChain
158 expect := &structs.CompiledDiscoveryChain{
210 expect := &structs.CompiledDiscoveryChain{
270 expect := &structs.CompiledDiscoveryChain{
321 expect := &structs.CompiledDiscoveryChain{
383 expect := &structs.CompiledDiscoveryChain{
452 expect := &structs.CompiledDiscoveryChain{
533 expect := &structs.CompiledDiscoveryChain{
596 expect := &structs.CompiledDiscoveryChain{
649 expect := &structs.CompiledDiscoveryChain{
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/consul/discoverychain/
H A Dcompile_test.go15 expect *structs.CompiledDiscoveryChain
158 expect := &structs.CompiledDiscoveryChain{
210 expect := &structs.CompiledDiscoveryChain{
270 expect := &structs.CompiledDiscoveryChain{
321 expect := &structs.CompiledDiscoveryChain{
383 expect := &structs.CompiledDiscoveryChain{
452 expect := &structs.CompiledDiscoveryChain{
533 expect := &structs.CompiledDiscoveryChain{
596 expect := &structs.CompiledDiscoveryChain{
649 expect := &structs.CompiledDiscoveryChain{
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/consul/discoverychain/
H A Dcompile_test.go15 expect *structs.CompiledDiscoveryChain
155 expect := &structs.CompiledDiscoveryChain{
205 expect := &structs.CompiledDiscoveryChain{
256 expect := &structs.CompiledDiscoveryChain{
318 expect := &structs.CompiledDiscoveryChain{
387 expect := &structs.CompiledDiscoveryChain{
468 expect := &structs.CompiledDiscoveryChain{
531 expect := &structs.CompiledDiscoveryChain{
584 expect := &structs.CompiledDiscoveryChain{
644 expect := &structs.CompiledDiscoveryChain{
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/cache-types/
H A Ddiscovery_chain.go15 type CompiledDiscoveryChain struct { struct
19 func (c *CompiledDiscoveryChain) Fetch(opts cache.FetchOptions, req cache.Request) (cache.FetchResu… argument
54 func (c *CompiledDiscoveryChain) SupportsBlocking() bool { argument
/dports/sysutils/consul/consul-1.10.3/agent/structs/
H A Ddiscovery_chain.go14 type CompiledDiscoveryChain struct { struct
46 func (c *CompiledDiscoveryChain) WillFailoverThroughMeshGateway(node *DiscoveryGraphNode) bool { argument
69 func (c *CompiledDiscoveryChain) IsDefault() bool { argument
93 func (c *CompiledDiscoveryChain) ID() string { argument
97 func (c *CompiledDiscoveryChain) CompoundServiceName() ServiceName { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/structs/
H A Ddiscovery_chain.go14 type CompiledDiscoveryChain struct { struct
46 func (c *CompiledDiscoveryChain) WillFailoverThroughMeshGateway(node *DiscoveryGraphNode) bool { argument
69 func (c *CompiledDiscoveryChain) IsDefault() bool { argument
93 func (c *CompiledDiscoveryChain) ID() string { argument
97 func (c *CompiledDiscoveryChain) CompoundServiceName() ServiceName { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/structs/
H A Ddiscovery_chain.go14 type CompiledDiscoveryChain struct { struct
46 func (c *CompiledDiscoveryChain) WillFailoverThroughMeshGateway(node *DiscoveryGraphNode) bool { argument
69 func (c *CompiledDiscoveryChain) IsDefault() bool { argument
93 func (c *CompiledDiscoveryChain) ID() string { argument
97 func (c *CompiledDiscoveryChain) CompoundServiceName() ServiceName { argument
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/agent/structs/
H A Ddiscovery_chain.go14 type CompiledDiscoveryChain struct { struct
46 func (c *CompiledDiscoveryChain) WillFailoverThroughMeshGateway(node *DiscoveryGraphNode) bool { argument
69 func (c *CompiledDiscoveryChain) IsDefault() bool { argument
93 func (c *CompiledDiscoveryChain) ID() string { argument
97 func (c *CompiledDiscoveryChain) CompoundServiceName() ServiceName { argument
/dports/sysutils/consul/consul-1.10.3/api/
H A Ddiscovery_chain_test.go30 Chain: &CompiledDiscoveryChain{
70 Chain: &CompiledDiscoveryChain{
117 Chain: &CompiledDiscoveryChain{
161 Chain: &CompiledDiscoveryChain{
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/api/
H A Ddiscovery_chain_test.go30 Chain: &CompiledDiscoveryChain{
70 Chain: &CompiledDiscoveryChain{
117 Chain: &CompiledDiscoveryChain{
161 Chain: &CompiledDiscoveryChain{
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/api/
H A Ddiscovery_chain_test.go30 Chain: &CompiledDiscoveryChain{
70 Chain: &CompiledDiscoveryChain{
117 Chain: &CompiledDiscoveryChain{
161 Chain: &CompiledDiscoveryChain{
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/api/
H A Ddiscovery_chain_test.go30 Chain: &CompiledDiscoveryChain{
70 Chain: &CompiledDiscoveryChain{
117 Chain: &CompiledDiscoveryChain{
161 Chain: &CompiledDiscoveryChain{
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/api/
H A Ddiscovery_chain_test.go30 Chain: &CompiledDiscoveryChain{
70 Chain: &CompiledDiscoveryChain{
117 Chain: &CompiledDiscoveryChain{
161 Chain: &CompiledDiscoveryChain{
/dports/sysutils/consul/consul-1.10.3/agent/cache-types/
H A Ddiscovery_chain.go15 type CompiledDiscoveryChain struct { struct
20 func (c *CompiledDiscoveryChain) Fetch(opts cache.FetchOptions, req cache.Request) (cache.FetchResu… argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/cache-types/
H A Ddiscovery_chain.go15 type CompiledDiscoveryChain struct { struct
20 func (c *CompiledDiscoveryChain) Fetch(opts cache.FetchOptions, req cache.Request) (cache.FetchResu… argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/cache-types/
H A Ddiscovery_chain.go15 type CompiledDiscoveryChain struct { struct
20 func (c *CompiledDiscoveryChain) Fetch(opts cache.FetchOptions, req cache.Request) (cache.FetchResu… argument
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/cache-types/
H A Ddiscovery_chain.go15 type CompiledDiscoveryChain struct { struct
20 func (c *CompiledDiscoveryChain) Fetch(opts cache.FetchOptions, req cache.Request) (cache.FetchResu… argument
/dports/sysutils/consul/consul-1.10.3/agent/
H A Ddiscovery_chain_endpoint_test.go76 expect := &structs.CompiledDiscoveryChain{
119 expect := &structs.CompiledDiscoveryChain{
171 expect := &structs.CompiledDiscoveryChain{
233 expect := &structs.CompiledDiscoveryChain{
268 expectModifiedWithOverrides := &structs.CompiledDiscoveryChain{
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/
H A Ddiscovery_chain_endpoint_test.go72 expect := &structs.CompiledDiscoveryChain{
115 expect := &structs.CompiledDiscoveryChain{
167 expect := &structs.CompiledDiscoveryChain{
229 expect := &structs.CompiledDiscoveryChain{
264 expectModifiedWithOverrides := &structs.CompiledDiscoveryChain{
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/
H A Ddiscovery_chain_endpoint_test.go76 expect := &structs.CompiledDiscoveryChain{
119 expect := &structs.CompiledDiscoveryChain{
171 expect := &structs.CompiledDiscoveryChain{
233 expect := &structs.CompiledDiscoveryChain{
268 expectModifiedWithOverrides := &structs.CompiledDiscoveryChain{
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/
H A Ddiscovery_chain_endpoint_test.go76 expect := &structs.CompiledDiscoveryChain{
119 expect := &structs.CompiledDiscoveryChain{
171 expect := &structs.CompiledDiscoveryChain{
233 expect := &structs.CompiledDiscoveryChain{
268 expectModifiedWithOverrides := &structs.CompiledDiscoveryChain{
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/
H A Ddiscovery_chain_endpoint_test.go72 expect := &structs.CompiledDiscoveryChain{
115 expect := &structs.CompiledDiscoveryChain{
167 expect := &structs.CompiledDiscoveryChain{
229 expect := &structs.CompiledDiscoveryChain{
264 expectModifiedWithOverrides := &structs.CompiledDiscoveryChain{
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/structs/
H A Ddiscovery_chain.go14 type CompiledDiscoveryChain struct { struct
46 func (c *CompiledDiscoveryChain) WillFailoverThroughMeshGateway(node *DiscoveryGraphNode) bool { argument
69 func (c *CompiledDiscoveryChain) IsDefault() bool { argument

123456