Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
20
pkg/grpc/kafka_grpc/depot_data.proto
Normal file
20
pkg/grpc/kafka_grpc/depot_data.proto
Normal file
@@ -0,0 +1,20 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "grpc/kafka_grpc";
|
||||
|
||||
message GRPC_DepotPayload {
|
||||
string handler = 1;
|
||||
oneof Data {
|
||||
InitPayload initPayload = 2;
|
||||
HMISessionData hmiSession = 3;
|
||||
}
|
||||
}
|
||||
|
||||
message InitPayload {
|
||||
map<string, string> data = 1;
|
||||
}
|
||||
|
||||
message HMISessionData {
|
||||
string sessionId = 1;
|
||||
string Salt = 2;
|
||||
string vin = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user