Versions in this module Expand all Collapse all v0 v0.0.15 Jul 5, 2023 v0.0.14 Jun 20, 2023 v0.0.13 Jun 20, 2023 v0.0.12 Jun 19, 2023 v0.0.11 Jun 19, 2023 v0.0.10 Apr 27, 2023 Changes in this version + type CardAction struct + Appid string + PagePath string + Type int + URL string + type CardContent struct + KeyName string + MediaID string + Type int + URL string + UserID string + Value string + type CardQuoteArea struct + Appid string + Pagepath string + QuoteText string + Title string + Type int + URL string + type CardSource struct + Desc string + DescColor int + IconURL string + type CardTitle struct + Desc string + Title string + type Client struct + func NewClient(ctx *context.Context) *Client + func (r *Client) RobotBroadcast(webhookKey string, options interface{}) (info util.CommonError, err error) + type JumpContent struct + AppID string + PagePath string + Title string + Type int + URL string + type TemplateCard struct + CardAction CardAction + CardType string + EmphasisContent CardTitle + HorizontalContentList []CardContent + JumpList []JumpContent + MainTitle CardTitle + QuoteArea CardQuoteArea + Source CardSource + SubTitleText string + type WebHookSendTempNoticeOption struct + MsgType string + TemplateCard TemplateCard + type WebhookSendFileOption struct + File struct{ ... } + MsgType string + type WebhookSendImageOption struct + Image struct{ ... } + MsgType string + type WebhookSendMarkdownOption struct + Markdown struct{ ... } + MsgType string + type WebhookSendNewsOption struct + MsgType string + News struct{ ... } + type WebhookSendResponse struct + type WebhookSendTextOption struct + MsgType string + Text struct{ ... }