Skip to content

BullseyeMonitors/bullseye-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bullseye Go

a go library for connecting to the bullseye monitor web socket.

Installation

go get github.com/BullseyeMonitors/bullseye-go

Usage

monitor := bullseye.Monitor{
		ApiKey:           "KEY",
		DecryptionString: "DECRYPTION_KEY",
		Scopes:           []string{"amazon"},
		Verbose:          true,
		NotificationHandler: NotificationHandler,
	}
	err := monitor.Connect()
	if err != nil {
		return
	}

About

a go library for connecting to the bullseye monitor web socket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages