(identifier string, ignoreUnknownFields bool, nameValidationScheme model.ValidationScheme)
| 325 | // GroupLoader is responsible for loading rule groups from arbitrary sources and parsing them. |
| 326 | type GroupLoader interface { |
| 327 | Load(identifier string, ignoreUnknownFields bool, nameValidationScheme model.ValidationScheme) (*rulefmt.RuleGroups, []error) |
| 328 | Parse(query string) (parser.Expr, error) |
| 329 | } |
| 330 |
no outgoing calls