MCPcopy
hub / github.com/tuna/tunasync / mockDBAdapter

Struct mockDBAdapter

manager/server_test.go:425–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425type mockDBAdapter struct {
426 workerStore map[string]WorkerStatus
427 statusStore map[string]MirrorStatus
428 workerLock sync.RWMutex
429 statusLock sync.RWMutex
430}
431
432func (b *mockDBAdapter) Init() error {
433 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected