RemoveWatcher removes the watcher function for specified `pattern` and `resource`.
(name string)
| 38 | AddWatcher(name string, fn WatcherFunc) |
| 39 | // RemoveWatcher removes the watcher function for specified `pattern` and `resource`. |
| 40 | RemoveWatcher(name string) |
| 41 | // GetWatcherNames returns all watcher names. |
| 42 | GetWatcherNames() []string |
| 43 | // IsWatching checks and returns whether the specified `pattern` is watching. |
no outgoing calls
no test coverage detected