Home
last modified time | relevance | path

Searched defs:mockLimits (Results 1 – 2 of 2) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/querier/queryrange/
H A Dlimits_test.go189 type mockLimits struct { struct
190 maxQueryLookback time.Duration
191 maxQueryLength time.Duration
192 maxCacheFreshness time.Duration
195 func (m mockLimits) MaxQueryLookback(string) time.Duration {
199 func (m mockLimits) MaxQueryLength(string) time.Duration {
203 func (mockLimits) MaxQueryParallelism(string) int {
207 func (m mockLimits) MaxCacheFreshness(string) time.Duration {
/dports/net/storj/storj-1.45.3/web/satellite/tests/unit/mock/api/
H A Dprojects.ts11 private mockLimits: ProjectLimits; property in ProjectsApiMock