Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
10
pkg/common/trex_session.go
Normal file
10
pkg/common/trex_session.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package common
|
||||
|
||||
type TRexSessionMessage struct {
|
||||
Handler string `json:"handler"`
|
||||
Data TRexSessionData `json:"data"`
|
||||
}
|
||||
|
||||
type TRexSessionData struct {
|
||||
VIN string `json:"vin"`
|
||||
}
|
||||
Reference in New Issue
Block a user