Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
14
type
Endpointer
interface
{
15
Endpoints() ([]endpoint.Endpoint, error)
16
}
17
18
// FixedEndpointer yields a fixed set of endpoints.
Callers
13
TestDefaultEndpointer
Function · 0.95
TestIntegration
Function · 0.95
TestIntegration
Function · 0.95
TestInstancer
Function · 0.95
TestServiceUpdate
Function · 0.95
runIntegration
Function · 0.95
assertEndpointsLen
Function · 0.65
assertEndpointsError
Function · 0.65
BenchmarkEndpoints
Function · 0.65
Endpoints
Method · 0.65
Endpoint
Method · 0.65
Endpoint
Method · 0.65
Implementers
2
endpointCache
sd/endpoint_cache.go
DefaultEndpointer
sd/endpointer.go
Calls
no outgoing calls
Tested by
10
TestDefaultEndpointer
Function · 0.76
TestIntegration
Function · 0.76
TestIntegration
Function · 0.76
TestInstancer
Function · 0.76
TestServiceUpdate
Function · 0.76
runIntegration
Function · 0.76
assertEndpointsLen
Function · 0.52
assertEndpointsError
Function · 0.52
BenchmarkEndpoints
Function · 0.52
asyncTest
Function · 0.52