对钉钉官方仓库的修改
Go to file
renzhiyuan 84f4cbd0d7 feat: add robotCode field to model 2025-12-17 15:49:01 +08:00
.github/workflows chore: go imports and add github workflow for lint 2023-09-02 14:07:44 +08:00
card 🐛 fix: 修正 card model CardResponse (#18) 2024-04-19 18:23:31 +08:00
chatbot feat: add robotCode field to model 2025-12-17 15:49:01 +08:00
client Feature/keep alive (#25) 2025-04-18 12:11:46 +08:00
event feat: add a response wrapper 2023-09-13 13:35:03 +08:00
example feat: support card instance callback 2023-11-17 16:41:39 +08:00
handler chore: go imports and add github workflow for lint 2023-09-02 14:07:44 +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: 支持请求中独立的 Path 字段 2024-06-11 20:12:14 +08:00
scripts chore: go imports and add github workflow for lint 2023-09-02 14:07:44 +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 Update README.md 2024-06-17 21:40:52 +08:00
go.mod to #feat 初始化提交 2023-05-12 13:57:29 +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 模式的教程文档和示例代码。

参考资料