Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Map = map[string]interface{}{ "default": &Default{}, "rabbitmq": &rabbitmq.RabbitMq{}, "influxdb": &influxdb.InfluxDB{}, "alert": &alert.Alert{}, "webhook": &webhook.Webhook{}, }
Map maps each event handler function to a name for easily lookup
Functions ¶
This section is empty.
Types ¶
type Default ¶
type Default struct { }
Default handler implements Handlers interface, print each event with JSON format
func (*Default) ObjectCreated ¶
func (*Default) ObjectDeleted ¶
func (*Default) ObjectUpdated ¶
Click to show internal directories.
Click to hide internal directories.