Versions in this module Expand all Collapse all v1 v1.0.1 May 22, 2019 v1.0.0 Sep 24, 2018 Changes in this version + type DataItem struct + Color string + Value string + type Message struct + Color string + Data map[string]*DataItem + MiniProgram struct{ ... } + TemplateID string + ToUser string + URL string + type Template struct + func NewTemplate(context *context.Context) *Template + func (tpl *Template) Send(msg *Message) (msgID int64, err error)