MCPcopy
hub / github.com/Wei-Shaw/sub2api / mockSettingRepo

Struct mockSettingRepo

backend/internal/service/backup_service_test.go:23–26  ·  view source on GitHub ↗

─── Mocks ───

Source from the content-addressed store, hash-verified

21// ─── Mocks ───
22
23type mockSettingRepo struct {
24 mu sync.Mutex
25 data map[string]string
26}
27
28func newMockSettingRepo() *mockSettingRepo {
29 return &mockSettingRepo{data: make(map[string]string)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected