A set of simple go utilities designed to be used for building sensu handlers.
func InitPlugin(name string, event *Event, config interface{})
type Event struct {
types.Event
}
func ReadEvent(event *Event) error
func ReadConfig(configName string, target interface{}) error