MaxQueryLookback returns the max lookback period of queries.
(userID string)
| 11 | type Limits interface { |
| 12 | // MaxQueryLookback returns the max lookback period of queries. |
| 13 | MaxQueryLookback(userID string) time.Duration |
| 14 | |
| 15 | // MaxQueryLength returns the limit of the length (in time) of a query. |
| 16 | MaxQueryLength(string) time.Duration |
no outgoing calls
no test coverage detected