Documentation ¶ Index ¶ type Client func NewClient(app kernel.ApplicationInterface) (*Client, error) func (comp *Client) Send(ctx context.Context, messages *power.HashMap) (*response.ResponseLinkCorpMessageSend, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { BaseClient *kernel.BaseClient } func NewClient ¶ func NewClient(app kernel.ApplicationInterface) (*Client, error) func (*Client) Send ¶ func (comp *Client) Send(ctx context.Context, messages *power.HashMap) (*response.ResponseLinkCorpMessageSend, error) 应用推送消息 https://developer.work.weixin.qq.com/document/path/90250 Source Files ¶ View all Source files client.go Directories ¶ Show internal Expand all Path Synopsis response Click to show internal directories. Click to hide internal directories.