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 + Db *gorm.DB + Key string + MDb *mongo.Client + RDb *redis.Client + ZapLog *zap.Logger + func (app *App) NewParamsWith(params ...Params) Params + func (app *App) WebhookSend(notMustParams ...Params) *WebhookSendResult + type Params map[string]interface + func (p Params) Set(key string, value interface{}) + func (p Params) SetParams(params Params) + func NewParams() Params + type WebhookSendResponse struct + CreatedAt string + Errcode int64 + Errmsg string + MediaId string + Type string + type WebhookSendResult struct + Body []byte + Err error + Result WebhookSendResponse + func NewWebhookSendResult(result WebhookSendResponse, body []byte, err error) *WebhookSendResult