Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Slack ¶
type Slack struct {
// contains filtered or unexported fields
}
func NewSlack ¶
func NewSlack(cfg *SlackConfig) (*Slack, error)
func (*Slack) SendMsg ¶
func (c *Slack) SendMsg(message *SlackMessage) (err error)
type SlackConfig ¶
func NewSlackConfig ¶
func NewSlackConfig(slackToken, userName string) *SlackConfig
type SlackMessage ¶
Click to show internal directories.
Click to hide internal directories.