Versions in this module Expand all Collapse all v0 v0.0.7 Feb 15, 2025 Changes in this version + const TypeHTML + const TypeMarkdown + const TypeText + const TypeTextCard + var AccessToken = sync_str.New("") + var AllType = []*TypeDetail + var ApiUrl = sync_str.New("https://msg.example.com") + func Cancel(ctx context.Context, id int64) error + func SendByID(ctx context.Context, id int64, cType gmodel.Type, at int64, title, msg string) (int64, error) + func SendBySign(ctx context.Context, sign string, cType gmodel.Type, at int64, ...) (int64, error) + func Status(ctx context.Context, id int64) (*gmodel.StatusModel, error) + type TypeDetail struct + EnglishName string + Name string + Type gmodel.Type