handlers

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL