feat: replace iot adapter with mqtt command pipeline

This commit is contained in:
2026-08-03 13:18:11 +08:00
parent 6ed417c8c1
commit fefdba470a
48 changed files with 1620 additions and 338 deletions

View File

@@ -3,5 +3,6 @@ go 1.26.1
use (
./api
./worker
./iot
./iot-client
./iot-server
)