Skip to content

A set of simple go libraries meant to make creating handlers easier

License

Notifications You must be signed in to change notification settings

sensu-utils/toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A set of simple go libraries meant to make creating handlers easier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages