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