Documentation
¶
Index ¶
Constants ¶
View Source
const ( EventTypeAdd = iota EventTypeDel EvnetTypeUpdate )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigChangeEvent ¶
func (ConfigChangeEvent) String ¶
func (c ConfigChangeEvent) String() string
type ConfigurationListener ¶
type ConfigurationListener interface {
Process(*ConfigChangeEvent)
}
type DataListener ¶
Click to show internal directories.
Click to hide internal directories.