Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultSlackTimeout = 5 * time.Second
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FullSlackMessage ¶
type FullSlackMessage struct { SlackMessage Username string `json:"username,omitempty"` Channel string `json:"channel,omitempty"` }
type SlackClient ¶
func NewSlackClient ¶
func NewSlackClient(username, channel, webhook string) SlackClient
func (SlackClient) SendSlackMessage ¶
func (sc SlackClient) SendSlackMessage(s SlackMessage) error
type SlackMessage ¶
Click to show internal directories.
Click to hide internal directories.