mockTenantLimits exposes per-tenant limits based on a provided map
| 22 | |
| 23 | // mockTenantLimits exposes per-tenant limits based on a provided map |
| 24 | type mockTenantLimits struct { |
| 25 | limits map[string]*Limits |
| 26 | } |
| 27 | |
| 28 | // newMockTenantLimits creates a new mockTenantLimits that returns per-tenant limits based on |
| 29 | // the given map |
nothing calls this directly
no outgoing calls
no test coverage detected