Versions in this module Expand all Collapse all v1 v1.0.0 Nov 10, 2022 Changes in this version + type Wechat struct + func NewWechat() *Wechat + func (wc *Wechat) GetMiniProgram(cfg *miniConfig.Config) *miniprogram.MiniProgram + func (wc *Wechat) GetOfficialAccount(cfg *offConfig.Config) *officialaccount.OfficialAccount + func (wc *Wechat) GetOpenPlatform(cfg *openConfig.Config) *openplatform.OpenPlatform + func (wc *Wechat) GetWork(cfg *workConfig.Config) *work.Work + func (wc *Wechat) SetCache(cache cache.Cache)