(scope string)
| 94 | type IFilterHandler interface { |
| 95 | RemoteFilter(name string) (IRemoteFilter, bool) |
| 96 | Options(scope string) (map[string]*Option, bool) |
| 97 | FilterLabel(name string, values []string) (*Info, error) |
| 98 | } |
| 99 |
no outgoing calls
no test coverage detected