// Generated by the protocol buffer compiler. DO NOT EDIT! // source: app/grpc/message/LoginMsg.proto module app.grpc.message.LoginMsg; import google.protobuf; import app.grpc.message.Common; import app.grpc.message.User; enum protocVersion = 3012004; class LoginMsg { @Proto(1) User user = protoDefaultValue!User; @Proto(2) string message = protoDefaultValue!string; @Proto(3) ErrorCode code = protoDefaultValue!ErrorCode; @Proto(4) ulong clientId = protoDefaultValue!ulong; @Proto(5) string ossKey = protoDefaultValue!string; @Proto(6) string ossSecret = protoDefaultValue!string; @Proto(7) string ossEndpoint = protoDefaultValue!string; @Proto(8) string ossBucketName = protoDefaultValue!string; }