RegexValidator used to pass a regex orgID to the querier. Using an existing tenant resolver could emit an errTenantIDUnsupportedCharacter since the regex would contain unsupported characters like a `+`.
| 231 | // Using an existing tenant resolver could emit an errTenantIDUnsupportedCharacter |
| 232 | // since the regex would contain unsupported characters like a `+`. |
| 233 | type RegexValidator struct{} |
| 234 | |
| 235 | func NewRegexValidator() *RegexValidator { |
| 236 | return &RegexValidator{} |
nothing calls this directly
no outgoing calls
no test coverage detected