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

Struct adminComplianceRepoStub

backend/internal/service/admin_compliance_test.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type adminComplianceRepoStub struct {
14 values map[string]string
15}
16
17func (r *adminComplianceRepoStub) Get(ctx context.Context, key string) (*Setting, error) {
18 if value, ok := r.values[key]; ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected