Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Slack ¶
type Slack struct {
// contains filtered or unexported fields
}
func NewSlack ¶
func NewSlack(options SlackOptions, observability *common.Observability, processors *common.Processors) *Slack
type SlackOptions ¶
type SlackRichTextQuote ¶
type SlackRichTextQuote struct {
Type slack.RichTextElementType `json:"type"`
Elements []*SlackRichTextQuoteElement `json:"elements"`
}
func (SlackRichTextQuote) RichTextElementType ¶
func (r SlackRichTextQuote) RichTextElementType() slack.RichTextElementType
type SlackRichTextQuoteElement ¶
type SlackRichTextQuoteElement struct {
Type slack.RichTextElementType `json:"type"`
Text string `json:"text,omitempty"`
UserID string `json:"user_id,omitempty"`
}
func (SlackRichTextQuoteElement) RichTextElementType ¶
func (r SlackRichTextQuoteElement) RichTextElementType() slack.RichTextElementType
type Telegram ¶
type Telegram struct {
// contains filtered or unexported fields
}
func NewTelegram ¶
func NewTelegram(options TelegramOptions, observability *common.Observability, processors *common.Processors) *Telegram
Click to show internal directories.
Click to hide internal directories.