modelRT/router
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
..
async_task.go add route of async task system 2026-03-17 16:08:46 +08:00
attr.go modify the query conditions to tagname and fix building bug 2025-08-29 15:24:21 +08:00
component.go add code of send all target removed system signal in real time data pull api and fix bug of component attribute query api 2026-01-14 17:32:01 +08:00
data.go create api of real time data monitor 2025-11-03 17:35:03 +08:00
data_object.go feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +08:00
diagram.go modify the query conditions to tagname and fix building bug 2025-08-29 15:24:21 +08:00
measurement.go feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +08:00
monitor.go optimize variable naming and optimize real time data computing api 2025-11-12 17:34:18 +08:00
router.go feat: add measurement data-object attribute APIs 2026-07-16 16:24:26 +08:00