MCPcopy Create free account
hub / github.com/cortexproject/cortex / mockTenantLimits

Struct mockTenantLimits

pkg/compactor/compactor_test.go:2400–2403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2398}
2399
2400type mockTenantLimits struct {
2401 limits map[string]*validation.Limits
2402 m sync.Mutex
2403}
2404
2405// newMockTenantLimits creates a new mockTenantLimits that returns per-tenant limits based on
2406// the given map

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected