modelRT/handler
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
..
alert_event_query.go optimzie code organization structure of rabbitmq event 2026-02-25 17:14:25 +08:00
anchor_point_replace.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
async_task_cancel_handler.go feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
async_task_create_handler.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
async_task_progress_update_handler.go refactor: rename TaskParams to Params and remove debug prints 2026-04-28 17:41:28 +08:00
async_task_result_detail_handler.go refactor: rename TaskParams to Params and remove debug prints 2026-04-28 17:41:28 +08:00
async_task_result_query_handler.go refactor: rename TaskParams to Params and remove debug prints 2026-04-28 17:41:28 +08:00
async_task_status_update_handler.go refactor: rename TaskParams to Params and remove debug prints 2026-04-28 17:41:28 +08:00
attr_delete.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
attr_load.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
attr_update.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
circuit_diagram_create.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
circuit_diagram_delete.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
circuit_diagram_load.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
circuit_diagram_update.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
component_attribute_query.go optimize code of judge wether success or failed return content 2026-01-19 16:39:35 +08:00
component_attribute_update.go optimize code of judge wether success or failed return content 2026-01-19 16:39:35 +08:00
diagram_node_link.go optimize struct of rabbitmq event 2026-03-02 17:00:09 +08:00
helper.go optimize code of real time data pull api 2026-01-28 14:03:25 +08:00
history_data_query.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
measurement_load.go optimize struct of rabbitmq event 2026-03-02 17:00:09 +08:00
measurement_recommend.go optimize code of sql struct and measurement node recommend api 2025-12-19 17:33:12 +08:00
mesurement_link.go optimize struct of rabbitmq event 2026-03-02 17:00:09 +08:00
real_time_data_pull.go optimize code of push event alarm func 2026-02-03 17:05:32 +08:00
real_time_data_query.go optimize code of push event alarm func 2026-02-03 17:05:32 +08:00
real_time_data_receive.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
real_time_data_subscription.go optimize struct of rabbitmq event 2026-03-02 17:00:09 +08:00