Add files via upload

This commit is contained in:
公明
2026-04-19 01:18:55 +08:00
committed by GitHub
parent a5e61947d3
commit db2c4e7689
66 changed files with 31751 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
}