1 Star 0 Fork 0

LingJhua/wecaht

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
reply.go 320 Bytes
Copy Edit Raw Blame History
LingJhua authored 2025-05-21 16:01 +08:00 . init
package message
import "errors"
// ErrInvalidReply 无效的回复
var ErrInvalidReply = errors.New("无效的回复消息")
// ErrUnsupportReply 不支持的回复类型
var ErrUnsupportReply = errors.New("不支持的回复消息")
// Reply 消息回复
type Reply struct {
MsgType MsgType
MsgData interface{}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huawlhp/wecaht.git
git@gitee.com:huawlhp/wecaht.git
huawlhp
wecaht
wecaht
v1.0.0

Search