Discover Packages
github.com/lotusload/lotus
pkg
app
lotus
reporter
slack
package
Version:
v0.1.5
Opens a new window with list of versions in this module.
Published: Oct 22, 2019
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Attachment struct {
Color string `json:"color,omitempty"`
Title string `json:"title,omitempty"`
TitleLink string `json:"title_link,omitempty"`
Text string `json:"text,omitempty"`
MarkdownIn []string `json:"mrkdwn_in,omitempty"`
}
type Message struct {
Text string `json:"text"`
UserName string `json:"username,omitempty"`
IconURL string `json:"icon_url,omitempty"`
IconEmoji string `json:"icon_emoji,omitempty"`
Attachments []*Attachment `json:"attachments,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.