refactor(go): default to go vehicle topics
This commit is contained in:
8
go/vehicle-gateway/internal/topics/topics.go
Normal file
8
go/vehicle-gateway/internal/topics/topics.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package topics
|
||||
|
||||
const (
|
||||
RawGB32960 = "vehicle.raw.go.gb32960.v1"
|
||||
RawJT808 = "vehicle.raw.go.jt808.v1"
|
||||
RawYutongMQTT = "vehicle.raw.go.yutong-mqtt.v1"
|
||||
Unified = "vehicle.event.go.unified.v1"
|
||||
)
|
||||
Reference in New Issue
Block a user