Versions in this module Expand all Collapse all v1 v1.0.1 Aug 14, 2023 v1.0.0 Aug 11, 2023 Changes in this version + var DefaultWorkerNum = runtime.GOMAXPROCS(0) * 2 + var HttpClient = http.Client + func Base64OrigLength(datas string) int64 + func FileExists(path string) bool + func FixUnknownMessage(payload *schemas.MessagePayload) + func ParseMiniApp(payload *schemas.MessagePayload) (*schemas.MiniProgramPayload, error) + func ParseRecalledID(raw string) string + type ArrayInt []int + func (a ArrayInt) InArray(i int) bool + type AsyncResult struct + Err error + Value interface{} + type IAsync interface + AddTask func(task Task) + Result func() []AsyncResult + func NewAsync(maxWorkerNum int) IAsync + type Msg struct + Appinfo struct{ ... } + Appmsg struct{ ... } + Commenturl struct{ ... } + Fromusername struct{ ... } + Scene struct{ ... } + Text string + XMLName xml.Name + type RecalledMsg struct + Revokemsg struct{ ... } + Text string + Type string + XMLName xml.Name + type Task func() (interface{}, error)