对钉钉官方仓库的修改
Go to file
金喜@DingTalk cd76d89274
feat: 优化文档展示
2024-01-16 14:37:59 +08:00
.github/workflows chore: go imports and add github workflow for lint 2023-09-02 14:07:44 +08:00
card feat: support card instance callback 2023-11-17 16:41:39 +08:00
chatbot chore: go imports and add github workflow for lint 2023-09-02 14:07:44 +08:00
client feat: support card instance callback 2023-11-17 16:41:39 +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: 支持 AI 插件 2023-10-18 17:33:20 +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 feat: 优化文档展示 2024-01-16 14:37:59 +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

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 模式的教程文档和示例代码。

特别说明

因拼写错误,从旧版本升级到 v0.13.0 时候,需要将 register_callback_hanlder 修改为 register_callback_handler

参考资料