Add files via upload

This commit is contained in:
公明
2026-08-15 02:16:21 +08:00
committed by GitHub
parent ee4676a591
commit 6fc0004ac3
40 changed files with 7729 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package robot
// MessageHandler 供飞书/钉钉长连接调用的消息处理接口(由 handler.RobotHandler 实现)
type MessageHandler interface {
HandleMessage(platform, userID, text string) string
}