Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 消息处理接口
10
type
MessageHandlerInterface
interface
{
11
handle(*openwechat.Message) error
12
ReplyText(*openwechat.Message) error
13
}
14
Callers
1
Handler
Function · 0.65
Implementers
2
GroupMessageHandler
handlers/group_msg_handler.go
UserMessageHandler
handlers/user_msg_handler.go
Calls
no outgoing calls
Tested by
no test coverage detected