This commit is contained in:
lpf
2026-02-19 10:00:59 +08:00
parent 27c718def9
commit 1f38852f49
14 changed files with 201 additions and 148 deletions

View File

@@ -15,7 +15,7 @@ import (
"github.com/open-dingtalk/dingtalk-stream-sdk-go/client"
)
// DingTalkChannel implements the Channel interface for DingTalk (钉钉)
// DingTalkChannel implements the Channel interface for DingTalk.
// It uses WebSocket for receiving messages via stream mode and API for sending
type DingTalkChannel struct {
*BaseChannel