Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debug(...interface{}) Warn(...interface{}) Fatal(...interface{}) }
type Slack ¶
type Slack struct {
// contains filtered or unexported fields
}
Slack is the main object
func (*Slack) GetChannels ¶
GetChannels looks up and returns a slice of channel names
func (*Slack) PostMessage ¶
PostMessage posts a message to a Slack channel with the provided Message parameters
Click to show internal directories.
Click to hide internal directories.