Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
12
pkg/common/hmi_session.go
Normal file
12
pkg/common/hmi_session.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package common
|
||||
|
||||
type HMISessionMessage struct {
|
||||
Handler string `json:"handler"`
|
||||
Data HMISessionData `json:"data"`
|
||||
}
|
||||
|
||||
type HMISessionData struct {
|
||||
Salt string `json:"salt,omitempty"`
|
||||
SessionID string `json:"session_id,omitempty"`
|
||||
VIN string `json:"vin,omitempty"` // FOR INSECURE ENDPOINT - DELETE THIS IN FUTURE ITERATIONS
|
||||
}
|
||||
Reference in New Issue
Block a user