modelRT/handler
douxu d26260b2a7 feat(data-object)!: move recommendation API to data-object routes
- move recommend endpoint to /data-object/recommend
- rename measurement recommendation handlers and DTOs to data-object
- update Swagger documentation
- remove unused token argument from field validation

BREAKING CHANGE:
- /measurement/recommend has been removed
- use /data-object/recommend instead
2026-07-20 11:32:40 +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 model selection and attribute handling 2026-07-16 16:17:18 +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 feat: add measurement data-object attribute APIs 2026-07-16 16:24:26 +08:00
component_attribute_update.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
data_object_attribute_query.go feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +08:00
data_object_attribute_query_test.go feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +08:00
data_object_attribute_update.go feat: add measurement data-object attribute APIs 2026-07-16 16:24:26 +08:00
data_object_recommend.go feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +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_test.go feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +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