modelRT/network
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_point_replace_request.go add replace anchor point api and optimize code of anchor param data polling function points 2024-12-20 16:06:42 +08:00
api_endpoint.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
async_task_request.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
attr_request.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
circuit_diagram_create_request.go optimize code of sql struct and measurement node recommend api 2025-12-19 17:33:12 +08:00
circuit_diagram_delete_request.go add free vertex process in create update delete api 2024-12-05 16:32:23 +08:00
circuit_diagram_link_request.go add diagram node link process api 2025-12-10 16:12:13 +08:00
circuit_diagram_update_request.go feat: implement topology analysis async task with BFS connectivity check 2026-04-24 17:14:46 +08:00
component_attribute_update_request.go optimize code of component attrbute update api 2026-01-08 17:34:44 +08:00
measurement_request.go add diagram node link process api 2025-12-10 16:12:13 +08:00
real_time_data_receive_request.go create api of real time data monitor 2025-11-03 17:35:03 +08:00
real_time_data_request.go add real time data measurement target update func 2025-12-02 17:26:15 +08:00
request_convert.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
response.go optimize code of real time data pull api 2026-01-28 14:03:25 +08:00