MCPcopy Create free account
hub / github.com/nutsdb/nutsdb / Name

Method Name

component.go:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8type Component interface {
9 Name() string
10 Start(ctx context.Context) error
11 Stop(timeout time.Duration) error
12}

Implementers 7

txManagertx_manager.go
MockComponentstatus_manager_test.go
blockingComponentstatus_manager_test.go
mergeWorkermerge.go
watchManagerwatch_manager.go
Serviceinternal/ttl/service.go
TimingWheelManagerinternal/ttl/timing_wheel_manager.go

Calls

no outgoing calls