Versions in this module Expand all Collapse all v3 v3.0.1 Jan 3, 2022 v3.0.0 Jan 3, 2022 Changes in this version + type App struct + AccessToken string + Db *gorm.DB + MDb *mongo.Client + RDb *redis.Client + Secret string + ZapLog *zap.Logger + func (app *App) NewParamsWith(params ...Params) Params + func (app *App) RobotSend(notMustParams ...Params) *RobotSendResult + type Params map[string]interface + func (p Params) Set(key string, value interface{}) + func (p Params) SetParams(params Params) + func NewParams() Params + type RobotSendResponse struct + Errcode int64 + Errmsg string + type RobotSendResult struct + Body []byte + Err error + Result RobotSendResponse + func NewRobotSendResult(result RobotSendResponse, body []byte, err error) *RobotSendResult