Files
gochat/channels
Rogeeandrogee d0995798f4 H-28: harden Shangwutong CID sync (#5)
* fix(shangwutong): close contact sync review gaps

* fix(shangwutong): harden CID sync boundaries

---------

Co-authored-by: Rogee <rogee@ipao.vip>
2026-08-13 01:26:56 +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/.