Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHandler ¶
type EventHandler interface { OnAdd(obj interface{}) error OnUpdate(oldObj interface{}, newObj interface{}) error OnDelete(obj interface{}) error }
EventHandler defines the contract for event handlers used by the GameSever controller when notifying reconcile events
Click to show internal directories.
Click to hide internal directories.