Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SlackMessageBlock ¶
type SlackMessageBlock struct { Type string `json:"type"` Text *SlackMessageElement `json:"text,omitempty"` Elements []SlackMessageElement `json:"elements,omitempty"` }
type SlackMessageElement ¶
type SlackMessageStructure ¶
type SlackMessageStructure struct { Channel string `json:"channel"` Text string `json:"text"` // For fallback and notification Blocks []SlackMessageBlock `json:"blocks"` }
Click to show internal directories.
Click to hide internal directories.