MCPcopy Index your code
hub / github.com/go-kit/kit / Endpoints

Method Endpoints

sd/endpointer.go:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13// may yield no endpoints without error.
14type Endpointer interface {
15 Endpoints() ([]endpoint.Endpoint, error)
16}
17
18// FixedEndpointer yields a fixed set of endpoints.

Callers 13

TestDefaultEndpointerFunction · 0.95
TestIntegrationFunction · 0.95
TestIntegrationFunction · 0.95
TestInstancerFunction · 0.95
TestServiceUpdateFunction · 0.95
runIntegrationFunction · 0.95
assertEndpointsLenFunction · 0.65
assertEndpointsErrorFunction · 0.65
BenchmarkEndpointsFunction · 0.65
EndpointsMethod · 0.65
EndpointMethod · 0.65
EndpointMethod · 0.65

Implementers 2

endpointCachesd/endpoint_cache.go
DefaultEndpointersd/endpointer.go

Calls

no outgoing calls

Tested by 10

TestDefaultEndpointerFunction · 0.76
TestIntegrationFunction · 0.76
TestIntegrationFunction · 0.76
TestInstancerFunction · 0.76
TestServiceUpdateFunction · 0.76
runIntegrationFunction · 0.76
assertEndpointsLenFunction · 0.52
assertEndpointsErrorFunction · 0.52
BenchmarkEndpointsFunction · 0.52
asyncTestFunction · 0.52