Versions in this module Expand all Collapse all v0 v0.1.3 Mar 17, 2021 Changes in this version + type DingBot struct + func NewDingBot(token, secret string) *DingBot + func (bot *DingBot) SendMessage(msg interface{}) error + func (bot *DingBot) SendSimpleText(text string) error + type DingResponse struct + ErrCode int + ErrMsg string