Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { Init() error ObjectCreated(obj interface{}) error ObjectDeleted(obj interface{}) error ObjectUpdated(oldObj, newObj interface{}) error PublishStatus(obj interface{}, opRetval error) error }
Handler is implemented by any handler. The Handle method is used to process an event
Click to show internal directories.
Click to hide internal directories.