modelRT/diagram
douxu 82622d0d85 refactor: add generic helpers and type-safe TypedMap wrapper
- add util.TypedMap, a generic wrapper over sync.Map to drop call-site type assertions
  - add generic util.MapSlice and reuse it in ConvertZSetMembersToFloat64
  - make GetKeysFromSet/SliceToSet/RemoveTargetsFromSliceSimple/DeduplicateAndReportDuplicates generic
  - migrate graphOverview to util.TypedMap[int64, *Graph]
  - build redis suggestions via util.MapSlice in measurement group recommend
2026-06-16 16:15:28 +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 chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +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: add generic helpers and type-safe TypedMap wrapper 2026-06-16 16:15:28 +08:00