refactor: rename iot client to stateless gateway

This commit is contained in:
2026-08-03 14:43:39 +08:00
parent 5edca1524f
commit aaede08f88
26 changed files with 92 additions and 111 deletions

View File

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