topfans/backend/services/moderationService
zerosaturation 812aab2b79 fix(moderationService): start health server on port+1000 (follow-up P1)
- moderationService main.go 加 health.NewHandler + Start/Stop, 与其它 9 个 service 一致;
- 启动 health server 监听 21011 (Dubbo 端口 20011 + 1000), /health + /healthz 都注册;
- 补完后 11 个 service 都启了 health server(注: statisticService 用 gin 21009, 不冲突);
- 此前 P1 follow-up 标记的 'Pod never ready' 阻塞解除 (前提: k8s 探针改用 healthPort, 见下个 commit)。

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-24 15:14:31 +08:00
..
client
config
configs
provider fix(backend): auth boundary — trusted identity from ctx (batch 2) 2026-07-23 01:12:35 +08:00
repository
service
go.mod fix(backend): auth boundary — trusted identity from ctx (batch 2) 2026-07-23 01:12:35 +08:00
go.sum fix(backend): auth boundary — trusted identity from ctx (batch 2) 2026-07-23 01:12:35 +08:00
main.go fix(moderationService): start health server on port+1000 (follow-up P1) 2026-07-24 15:14:31 +08:00
port_test.go fix(config): port alignment + service test doubles (batch 4.1/4.5) 2026-07-24 14:02:14 +08:00