Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListRegisteredSinkTypes ¶
func ListRegisteredSinkTypes() []string
Types ¶
type Configuration ¶
type ObRegItem ¶
type ObRegItem struct { Name string Constructor ObserverConstructor }
type Observer ¶
type Observer interface { Observe() error Stop() Wait() }
func CreateObserver ¶
func CreateObserver(config Configuration) (Observer, error)
type ObserverConstructor ¶
func GetConstructor ¶
func GetConstructor(obName string) ObserverConstructor
Click to show internal directories.
Click to hide internal directories.