Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendSlackRequest ¶
Types ¶
type Block ¶
type Block struct {
Type string `json:"type"`
Text ValueBlock `json:"text"`
Fields []ValueBlock `json:"fields"`
}
type Request ¶
type Request struct {
Attachments []Element `json:"attachments"`
Text *string `json:"text,omitempty"`
}
func GetSlackBlock ¶
type ValueBlock ¶
Click to show internal directories.
Click to hide internal directories.