Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlackAWSCredCheckerActionBlock ¶
type SlackAWSCredCheckerActionBlock struct {
Type string `json:"type"`
ElementText SlackAWSCredCheckerHeaderText `json:"text"`
Value string `json:"value"`
}
type SlackAWSCredCheckerBlock ¶
type SlackAWSCredCheckerBlock struct {
HeaderType string `json:"type"`
HeaderText SlackAWSCredCheckerHeaderText `json:"text"`
SectionType string `json:"type"`
SectionText SlackAWSCredCheckerSectionText `json:"text"`
ActionType string `json:"type"`
ActionElements []SlackAWSCredCheckerActionBlock `json:"elements"`
}
type SlackAWSCredCheckerStyle ¶
type SlackAWSCredCheckerStyle struct {
Blocks []SlackAWSCredCheckerBlock `json:"blocks"`
}
Click to show internal directories.
Click to hide internal directories.