Documentation ¶ Index ¶ type SlackAPI func NewSlack(token, errorChannel, devPanelURL string) *SlackAPI func (s *SlackAPI) GetDevPanelURL() string func (s *SlackAPI) GetErrorChannel() string func (s *SlackAPI) SendToChannel(channelName, message string, opt ...slack.MsgOption) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SlackAPI ¶ type SlackAPI struct { // contains filtered or unexported fields } func NewSlack ¶ func NewSlack(token, errorChannel, devPanelURL string) *SlackAPI func (*SlackAPI) GetDevPanelURL ¶ func (s *SlackAPI) GetDevPanelURL() string func (*SlackAPI) GetErrorChannel ¶ func (s *SlackAPI) GetErrorChannel() string func (*SlackAPI) SendToChannel ¶ func (s *SlackAPI) SendToChannel(channelName, message string, opt ...slack.MsgOption) error Source Files ¶ View all Source files slack_api.go Click to show internal directories. Click to hide internal directories.