Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChannelConfig ¶
type RichTextList ¶
type RichTextList struct {
Type string `json:"type"`
Elements []RichTextListSection `json:"elements"`
Style string `json:"style"`
Indent int `json:"indent"`
Border int `json:"border"`
}
type RichTextListSection ¶
type RichTextListSection struct {
Type string `json:"type"`
Elements []RichTextListSectionElement `json:"elements"`
}
type RichTextListSectionElement ¶
type RichTextListSectionElement struct {
Type string `json:"type"`
Text string `json:"text"`
Url string `json:"url"`
Style *slack.RichTextSectionTextStyle `json:"style"`
}
type RichTextPreformatted ¶
type RichTextPreformatted struct {
Type string `json:"type"`
Elements []RichTextPreformattedElement `json:"elements"`
}
type RichTextQuote ¶
type RichTextQuote struct {
Type string `json:"type"`
Elements []RichTextQuoteElement `json:"elements"`
}
type RichTextQuoteElement ¶
type RichTextQuoteElement struct {
Type string `json:"type"`
Text string `json:"text"`
Style *slack.RichTextSectionTextStyle `json:"style"`
}
type Slack2mdConfg ¶
type Slack2mdConfg struct {
Output string `yaml:"output"`
Since int `yaml:"since"`
Users []string `yaml:"users"`
ChannelConfigs []ChannelConfig `yaml:"channels"`
}
type SlackMessage ¶
type SlackMessage struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.