Files
gochat/channels
Rogeeandrogee 2b182f9956 H-300: wire Captain Skills into Web runtime (#48)
* H-300: wire Captain Skills into Web runtime

* H-300: enforce effective model and conservative skill budget

* H-300: fix CI gosec step

* ci: extend golangci-lint timeout

* fix lint findings across backend

* fix(push): resolve delivery protocol blockers

* test(repository): close SQLite test databases

* test(repository): reuse SQLite schema per package

* H-307: restore backend Go cache in CI

* H-307: prefetch modules before cold lint

* H-307: resolve govulncheck security gate

* H-307: build lint with patched Go toolchain

* H-307: clear remaining security scan findings

---------

Co-authored-by: Rogee <rogee@ipao.vip>
2026-08-19 07:08:14 +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/.