(obj interface{})
| 176 | // notice the deletion until the subsequent re-list. |
| 177 | type ResourceEventHandler interface { |
| 178 | OnAdd(obj interface{}) |
| 179 | OnUpdate(oldObj, newObj interface{}) |
| 180 | OnDelete(obj interface{}) |
| 181 | } |
no outgoing calls
no test coverage detected