Files
gochat/channels
Rogeeandrogee 02a188dc29 HH-443: establish production CI and supply-chain evidence (#93)
* ci: enforce production release gates

* ci: close release gate review blockers

* ci: preserve verified digests during promotion

* ci: serialize and verify release cleanup

* ci: build govulncheck with Shangwutong toolchain

---------

Co-authored-by: Rogee <rogee@ipao.vip>
2026-08-22 03:26:38 +08:00
..
2026-07-09 18:14:45 +08:00
2026-07-09 18:14:45 +08:00
2026-07-09 18:14:45 +08:00
2026-07-09 18:14:45 +08:00

Channels

This directory houses external channel platform integrations for GoChat testing and future platform support.

Structure

channels/
├── qq/               # Reserved — QQ
├── weixin/           # Reserved — WeChat (微信公众号/小程序/企业微信)
├── shangwutong/      # Reserved — 商务通
├── douyin/           # Reserved — 抖音
└── xiaohongshu/      # Reserved — 小红书

Current status

  • qq/weixin/shangwutong/douyin/xiaohongshu — Reserved only. No code implemented. These platforms require real API credentials and per-platform provider implementations. The directories are pre-created so future extensions have a stable path convention.

GoChat backend channel providers

Each channel's backend provider lives in backend/internal/channel/provider/.