Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SlackBuilder ¶
SlackBuilder constructs the command for converting the changelog entries into a format that can be used with Slack APIs. changelog convert slack -p path_to_changelog -m message_id 1503435956.000247 -c channel_id C061EG9SL.
Types ¶
type Attachment ¶
type Attachment struct {
Text string `json:"text"`
Color string `json:"color"`
AttachmentType string `json:"attachment_type"`
}
Attachment represents the structure of each attachment in the JSON.
Click to show internal directories.
Click to hide internal directories.