package
Version:
v0.0.0-...-6f0f11f
Opens a new window with list of versions in this module.
Published: Oct 26, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Listener interface {
OnAdd(object interface{})
OnUpdate(newObject, oldObject interface{})
OnDelete(object interface{})
}
type Notifier interface {
OnAdd(object interface{})
OnUpdate(newObject, oldObject interface{})
OnDelete(object interface{})
AddListener(observer Listener)
DeleteListener(observer Listener)
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.