Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/djun/wechatbot
/ ReplyText
Method
ReplyText
handlers/handler.go:12–12 ·
view source on GitHub ↗
(*openwechat.Message)
Source
from the content-addressed store, hash-verified
10
type
MessageHandlerInterface
interface
{
11
handle(*openwechat.Message) error
12
ReplyText(*openwechat.Message) error
13
}
14
15
type
HandlerType string
Callers
2
ReplyText
Method · 0.65
ReplyText
Method · 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