Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 462 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 462 Bytes

sensu-go-utils

A set of simple go utilities designed to be used for building sensu handlers.

API

Plugin

func InitPlugin(name string, event *Event, config interface{})

Events

type Event struct {
	types.Event
}

func ReadEvent(event *Event) error

Config

func ReadConfig(configName string, target interface{}) error

Projects Using Sensu-Go-Utils