Documentation ¶
Index ¶
Constants ¶
View Source
const (
ChannelTypeDingtalk = "dingtalk"
)
View Source
const (
ChannelTypeDiscordWebhook = "discord-webhook"
)
View Source
const (
ChannelTypeFeishu = "feishu"
)
View Source
const (
ChannelTypeSlack = "slack"
)
View Source
const (
ChannelTypeWeixin = "weixin"
)
View Source
const (
ChannelTypeWeixinApp = "weixinapp"
)
Variables ¶
View Source
var ChannelsSenderCreatorMap = map[string]ChannelSenderCreator{}
Functions ¶
func RegisterChannelsSenderCreator ¶
func RegisterChannelsSenderCreator(channel string, creator ChannelSenderCreator)
Types ¶
Click to show internal directories.
Click to hide internal directories.