picoclaw/pkg/channels/wecom
Hoshina 8e06e2adbd fix(wecom): initialize context in constructors to prevent nil panic in tests
The ctx field was only set in Start(), so tests calling handleMessageCallback
without Start() caused a nil pointer dereference in MessageBus.PublishInbound.
2026-02-28 21:45:08 +08:00
..
app.go fix(wecom): initialize context in constructors to prevent nil panic in tests 2026-02-28 21:45:08 +08:00
app_test.go fix: golangci-lint run --fix 2026-02-21 16:35:56 +08:00
bot.go fix(wecom): initialize context in constructors to prevent nil panic in tests 2026-02-28 21:45:08 +08:00
bot_test.go fix: golangci-lint run --fix 2026-02-21 16:35:56 +08:00
common.go refactor(channels): add channel subpackages and update gateway imports 2026-02-20 23:25:44 +08:00
init.go refactor(channels): add channel subpackages and update gateway imports 2026-02-20 23:25:44 +08:00