(name string)
| 172 | } |
| 173 | |
| 174 | func RemoteFilter(name string) (IRemoteFilter, bool) { |
| 175 | return filterHandler.RemoteFilter(name) |
| 176 | } |
| 177 | |
| 178 | func Options(scope string) (map[string]*Option, bool) { |
| 179 | return filterHandler.Options(scope) |
nothing calls this directly
no test coverage detected