Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppNotifier ¶
type Attachment ¶
type Slack ¶
type Slack struct {
Channel string `json:"channel"`
Username string `json:"username"`
Text string `json:"text,omitempty"`
Emoji string `json:"icon_emoji"`
MarkDown bool `json:"mrkdwn"`
Icon string `json:"icon_url"`
Attachments []Attachment `json:"attachments,omitempty"`
Url string `json:"-"`
}
func (*Slack) PostMessage ¶
type SlackDetails ¶
type StageStatus ¶
Click to show internal directories.
Click to hide internal directories.