MCPcopy Create free account
hub / github.com/apache/kvrocks-controller / ClusterStore

Struct ClusterStore

store/store.go:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53var _ Store = (*ClusterStore)(nil)
54
55type ClusterStore struct {
56 e engine.Engine
57
58 locks sync.Map
59 eventNotifyCh chan EventPayload
60 quitCh chan struct{}
61}
62
63func NewClusterStore(e engine.Engine) *ClusterStore {
64 return &ClusterStore{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected