| 2398 | } |
| 2399 | |
| 2400 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected