modelRT/model
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
..
attribute_group_recommend_model.go add component attribute group update api and optimzie diagram hash set params 2026-01-05 17:20:41 +08:00
attribute_model.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
basic_model.go write code for adapter new component struct 2024-12-30 16:39:11 +08:00
identity_token_model.go optimize code of sql struct and measurement node recommend api 2025-12-19 17:33:12 +08:00
measurement_group_recommend_model.go fix bug of token4-token7 type attribute recommend api 2025-12-31 16:52:40 +08:00
measurement_protol_model.go optimize struct of rabbitmq event 2026-03-02 17:00:09 +08:00
model_select.go feat(token-parse): 1. add func of parse token 2.add func of query grid、zone、station、component 3.modify package of constant 2025-08-05 15:20:07 +08:00
recommend_cleanup.go fix bug of token6 all search result return case 2025-12-29 15:58:59 +08:00
recommend_islocal_cache.go feat: implement end-to-end distributed tracing for HTTP and async tasks 2026-04-23 16:48:32 +08:00
redis_recommend.go feat: implement topology analysis async task with BFS connectivity check 2026-04-24 17:14:46 +08:00