MCPcopy Create free account
hub / github.com/djun/wechatbot / handle

Method handle

handlers/handler.go:11–11  ·  view source on GitHub ↗
(*openwechat.Message)

Source from the content-addressed store, hash-verified

9// MessageHandlerInterface 消息处理接口
10type MessageHandlerInterface interface {
11 handle(*openwechat.Message) error
12 ReplyText(*openwechat.Message) error
13}
14

Callers 1

HandlerFunction · 0.65

Implementers 2

GroupMessageHandlerhandlers/group_msg_handler.go
UserMessageHandlerhandlers/user_msg_handler.go

Calls

no outgoing calls

Tested by

no test coverage detected