go_dreamfactory/pb/proto/user_db.proto
2022-05-31 19:11:18 +08:00

11 lines
229 B
Protocol Buffer

syntax = "proto3";
option go_package = ".;pb";
message Cache_UserData {
uint32 UserId = 1;
string SessionId = 2;
string GatewayServiceId = 3;
string NiceName = 4;
string Email = 5;
string Password = 6;
}