Documentation ¶ Index ¶ type WeChat func (w WeChat) Call(_ context.Context, args ...interface{}) (string, error) func (w WeChat) Deinit(_ context.Context) error func (w WeChat) Description(_ context.Context) string func (w WeChat) Init(_ context.Context) error func (w WeChat) Name(_ context.Context) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type WeChat ¶ type WeChat struct{} func (WeChat) Call ¶ func (w WeChat) Call(_ context.Context, args ...interface{}) (string, error) func (WeChat) Deinit ¶ func (w WeChat) Deinit(_ context.Context) error func (WeChat) Description ¶ func (w WeChat) Description(_ context.Context) string func (WeChat) Init ¶ func (w WeChat) Init(_ context.Context) error func (WeChat) Name ¶ func (w WeChat) Name(_ context.Context) string Source Files ¶ View all Source files wechat.go Click to show internal directories. Click to hide internal directories.