(obj interface{})
| 178 | OnAdd(obj interface{}) |
| 179 | OnUpdate(oldObj, newObj interface{}) |
| 180 | OnDelete(obj interface{}) |
| 181 | } |
| 182 | |
| 183 | // ResourceEventHandlerFuncs is an adaptor to let you easily specify as many or |
no outgoing calls
no test coverage detected