Versions in this module Expand all Collapse all v0 v0.1.0 Jul 16, 2021 v0.0.8 Jul 15, 2021 Changes in this version + type Client struct + func InitDingTalk(accessToken, secret string) *Client + func (c *Client) SendMessage(msg string) (resp DingTalkResponse, err error) + type DingTalkResponse struct + ErrCode int64 + ErrMsg string