modelRT/handler
douxu d8668afa46 refactor: simplify redis recommendation concurrency
- replace fan-in channel recommendation searches with errgroup-based execution
- return SearchResult directly from Redis recommendation helper functions
- fallback leading-dot recommendation input to initial token suggestions
- remove unused recommendLenType parameter from fuzzy member set validation
- clean up small model selection and naming issues
2026-07-08 14:41:13 +08:00
..
alert_event_query.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
anchor_point_replace.go fix: propagate request context through handlers 2026-07-08 10:37:06 +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: simplify redis recommendation concurrency 2026-07-08 14:41:13 +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 fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
attr_load.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
attr_update.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
circuit_diagram_create.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
circuit_diagram_delete.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
circuit_diagram_load.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
circuit_diagram_update.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
component_attribute_query.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
component_attribute_update.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
diagram_node_link.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
helper.go optimize code of real time data pull api 2026-01-28 14:03:25 +08:00
history_data_query.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
measurement_load.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
measurement_recommend.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
mesurement_link.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
real_time_data_pull.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
real_time_data_query.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
real_time_data_receive.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
real_time_data_subscription.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00