| 367 | } |
| 368 | |
| 369 | type tenantLimit struct { |
| 370 | MaxFetchedSeriesPerQuery int |
| 371 | } |
| 372 | |
| 373 | func (t tenantLimit) ByUserID(userID string) *validation.Limits { |
| 374 | return &validation.Limits{ |
nothing calls this directly
no outgoing calls
no test coverage detected