modelRT/diagram
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
..
anchor_set.go feat: implement topology analysis async task with BFS connectivity check 2026-04-24 17:14:46 +08:00
component_set.go feat: implement topology analysis async task with BFS connectivity check 2026-04-24 17:14:46 +08:00
graph.go refactor: rename TaskParams to Params and remove debug prints 2026-04-28 17:41:28 +08:00
hash_test.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
multi_branch_tree.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
redis_client.go optimize code of redis connenct func and real time data calculate 2026-01-27 17:41:17 +08:00
redis_hash.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
redis_init.go optimize code of redis init 2026-01-28 16:49:12 +08:00
redis_set.go optimize measurement link api 2025-12-08 17:01:24 +08:00
redis_string.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
redis_zset.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
topologic_set.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00