modelRT/network
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
..
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
data_object_request.go feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +08:00
measurement_request.go feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +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 feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +08:00