MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / testBackgroundProcess

Struct testBackgroundProcess

db/database_test.go:4536–4538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4534var _ BackgroundManagerProcessI = &testBackgroundProcess{}
4535
4536type testBackgroundProcess struct {
4537 isStoppable bool
4538}
4539
4540func (i *testBackgroundProcess) Init(ctx context.Context, options map[string]interface{}, clusterStatus []byte) error {
4541 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected