React handles the action and returns results. It may choose to delegate by indicated handled=false.
(action Action)
| 54 | // React handles the action and returns results. It may choose to |
| 55 | // delegate by indicated handled=false. |
| 56 | React(action Action) (handled bool, ret runtime.Object, err error) |
| 57 | } |
| 58 | |
| 59 | // WatchReactor is an interface to allow the composition of watch functions. |
no outgoing calls
no test coverage detected