Documentation ¶ Index ¶ func InGreen(msg string) string func InRed(msg string) string func PrintGreen(msg string) func PrintRed(msg string) type WeChatBot func NewWechatBot(token string) *WeChatBot func (bot *WeChatBot) Send(text string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func InGreen ¶ added in v0.0.16 func InGreen(msg string) string func InRed ¶ added in v0.0.16 func InRed(msg string) string func PrintGreen ¶ added in v0.0.16 func PrintGreen(msg string) func PrintRed ¶ added in v0.0.16 func PrintRed(msg string) Types ¶ type WeChatBot ¶ type WeChatBot struct { Bot *wxworkbot.WxWorkBot } func NewWechatBot ¶ func NewWechatBot(token string) *WeChatBot func (*WeChatBot) Send ¶ func (bot *WeChatBot) Send(text string) error Source Files ¶ View all Source files terminal.go wechat.go Click to show internal directories. Click to hide internal directories.