对钉钉官方仓库的修改
Go to file
renzhiyuan be14cd9501 feat: add robotCode field to model 2025-12-17 16:06:29 +08:00
.github/workflows chore: go imports and add github workflow for lint 2023-09-02 14:07:44 +08:00
card feat: add robotCode field to model 2025-12-17 16:06:29 +08:00
chatbot feat: add robotCode field to model 2025-12-17 16:06:29 +08:00
client feat: add robotCode field to model 2025-12-17 16:06:29 +08:00
event feat: add robotCode field to model 2025-12-17 16:06:29 +08:00
example feat: add robotCode field to model 2025-12-17 16:06:29 +08:00
handler feat: add robotCode field to model 2025-12-17 16:06:29 +08:00
logger feat: 支持wire日志便于问题诊断 2023-11-16 15:20:32 +08:00
payload feat: support card instance callback 2023-11-17 16:41:39 +08:00
plugin feat: add robotCode field to model 2025-12-17 16:06:29 +08:00
scripts feat: add robotCode field to model 2025-12-17 16:06:29 +08:00
utils support client extra info (#13) 2023-11-17 11:44:29 +08:00
.gitignore to #feat 初始化提交 2023-05-12 13:57:29 +08:00
LICENSE Initial commit 2023-05-12 11:53:09 +08:00
Makefile chore: go imports and add github workflow for lint 2023-09-02 14:07:44 +08:00
README.md feat: add robotCode field to model 2025-12-17 16:06:29 +08:00
go.mod feat: add robotCode field to model 2025-12-17 15:57:38 +08:00
go.sum to #feat 初始化提交 2023-05-12 13:57:29 +08:00

README.md

GitHub go.mod Go version GitHub Release

DingTalk Stream Mode 介绍

Go SDK for DingTalk Stream Mode API, Compared with the webhook mode, it is easier to access the DingTalk chatbot

钉钉支持 Stream 模式接入事件推送、机器人收消息以及卡片回调,该 SDK 实现了 Stream 模式。相比 Webhook 模式Stream 模式可以更简单的接入各类事件和回调。

开发教程

教程文档 中,你可以找到钉钉 Stream 模式的教程文档和示例代码。

参考资料