MCPcopy
hub / github.com/olric-data/olric / Service

Interface Service

internal/service/service.go:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type Service interface {
22 Start() error
23 RegisterHandlers()
24 Shutdown(ctx context.Context) error
25}

Callers 57

AddMemberMethod · 0.65
newFragmentMethod · 0.65
testKVStoreFunction · 0.65
addNewMemberMethod · 0.65
JoinMethod · 0.65
addNodeMethod · 0.65
ShutdownMethod · 0.65
newTestOlricClusterFunction · 0.65

Implementers 4

Serviceinternal/dmap/service.go
Serviceinternal/pubsub/service.go
RoutingTableinternal/cluster/routingtable/routingt
Balancerinternal/cluster/balancer/balancer.go

Calls

no outgoing calls

Tested by

no test coverage detected