Documentation ¶
Overview ¶
adapters package stores various plugins aimed at bot communication with an operator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Plugins = map[string]Creator{}
View Source
var TABLE_HEADER = []string{"title", "recipient", "message"}
Functions ¶
Types ¶
type Pushbullet ¶
type Pushbullet struct {
// contains filtered or unexported fields
}
func NewPushbullet ¶
func NewPushbullet(apiKey string) *Pushbullet
Click to show internal directories.
Click to hide internal directories.