modelRT/logger
douxu 57d1111a83 refactor: modernize Go idioms and add MongoDB K8s manifests
- replace interface{} with any across ~30 files for Go 1.18+ style
  - adopt for-range-over-int loops in place of explicit index loops
  - use maps.Copy from stdlib to replace manual map copy loops
  - use min() builtin for exponential backoff delay cap in retry_manager
  - add MongoDB 7.0 K8s manifests (StatefulSet, Service, PVC, Secret)
  - document PostgreSQL and MongoDB deploy steps in deploy.md with SSH tunnel port mappings
2026-05-29 14:28:58 +08:00
..
facede.go fix: correct caller frames in GORM logger and DB arg in main 2026-05-19 17:38:22 +08:00
gorm_logger.go fix: correct caller frames in GORM logger and DB arg in main 2026-05-19 17:38:22 +08:00
logger.go fix: correct caller frames in GORM logger and DB arg in main 2026-05-19 17:38:22 +08:00
loki_syncer.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
zap.go feat: add Loki logging, fix MQ shutdown order, improve realtime tracing 2026-05-11 17:34:27 +08:00