Versions in this module Expand all Collapse all v1 v1.0.0 Sep 24, 2018 Changes in this version + type Server struct + func NewServer(context *context.Context) *Server + func (srv *Server) GetOpenID() string + func (srv *Server) Send() (err error) + func (srv *Server) Serve() error + func (srv *Server) SetDebug(debug bool) + func (srv *Server) SetMessageHandler(handler func(message.MixMessage) *message.Reply) + func (srv *Server) Validate() bool Incompatible versions in this module v2.0.0+incompatible Aug 6, 2019 Other modules containing this package github.com/qxjquan/wechat/v2