|
@@ -2,7 +2,7 @@
|
|
|
// versions:
|
|
|
// protoc-gen-go v1.34.2
|
|
|
// protoc v4.25.3
|
|
|
-// source: api/user/v2/user.proto
|
|
|
+// source: user/v2/user.proto
|
|
|
|
|
|
package v2
|
|
|
|
|
@@ -66,11 +66,11 @@ func (x SignInResponse_Location_PointType) String() string {
|
|
|
}
|
|
|
|
|
|
func (SignInResponse_Location_PointType) Descriptor() protoreflect.EnumDescriptor {
|
|
|
- return file_api_user_v2_user_proto_enumTypes[0].Descriptor()
|
|
|
+ return file_user_v2_user_proto_enumTypes[0].Descriptor()
|
|
|
}
|
|
|
|
|
|
func (SignInResponse_Location_PointType) Type() protoreflect.EnumType {
|
|
|
- return &file_api_user_v2_user_proto_enumTypes[0]
|
|
|
+ return &file_user_v2_user_proto_enumTypes[0]
|
|
|
}
|
|
|
|
|
|
func (x SignInResponse_Location_PointType) Number() protoreflect.EnumNumber {
|
|
@@ -79,7 +79,7 @@ func (x SignInResponse_Location_PointType) Number() protoreflect.EnumNumber {
|
|
|
|
|
|
// Deprecated: Use SignInResponse_Location_PointType.Descriptor instead.
|
|
|
func (SignInResponse_Location_PointType) EnumDescriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{7, 1, 0}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{7, 1, 0}
|
|
|
}
|
|
|
|
|
|
// 重设密码 Request
|
|
@@ -97,7 +97,7 @@ type ResetPasswordRequest struct {
|
|
|
func (x *ResetPasswordRequest) Reset() {
|
|
|
*x = ResetPasswordRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[0]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[0]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -110,7 +110,7 @@ func (x *ResetPasswordRequest) String() string {
|
|
|
func (*ResetPasswordRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *ResetPasswordRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[0]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[0]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -123,7 +123,7 @@ func (x *ResetPasswordRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ResetPasswordRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*ResetPasswordRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{0}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{0}
|
|
|
}
|
|
|
|
|
|
func (x *ResetPasswordRequest) GetOldPassword() string {
|
|
@@ -150,7 +150,7 @@ type ResetPasswordResponse struct {
|
|
|
func (x *ResetPasswordResponse) Reset() {
|
|
|
*x = ResetPasswordResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[1]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[1]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -163,7 +163,7 @@ func (x *ResetPasswordResponse) String() string {
|
|
|
func (*ResetPasswordResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *ResetPasswordResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[1]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[1]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -176,7 +176,7 @@ func (x *ResetPasswordResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ResetPasswordResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*ResetPasswordResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{1}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{1}
|
|
|
}
|
|
|
|
|
|
// 找回密码 Request
|
|
@@ -194,7 +194,7 @@ type RetrievePasswordRequest struct {
|
|
|
func (x *RetrievePasswordRequest) Reset() {
|
|
|
*x = RetrievePasswordRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[2]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[2]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -207,7 +207,7 @@ func (x *RetrievePasswordRequest) String() string {
|
|
|
func (*RetrievePasswordRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *RetrievePasswordRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[2]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[2]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -220,7 +220,7 @@ func (x *RetrievePasswordRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use RetrievePasswordRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*RetrievePasswordRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{2}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{2}
|
|
|
}
|
|
|
|
|
|
func (x *RetrievePasswordRequest) GetEmail() string {
|
|
@@ -247,7 +247,7 @@ type RetrievePasswordResponse struct {
|
|
|
func (x *RetrievePasswordResponse) Reset() {
|
|
|
*x = RetrievePasswordResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[3]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[3]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -260,7 +260,7 @@ func (x *RetrievePasswordResponse) String() string {
|
|
|
func (*RetrievePasswordResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *RetrievePasswordResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[3]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[3]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -273,7 +273,7 @@ func (x *RetrievePasswordResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use RetrievePasswordResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*RetrievePasswordResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{3}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{3}
|
|
|
}
|
|
|
|
|
|
// 注销账号 Request
|
|
@@ -289,7 +289,7 @@ type UnregisterRequest struct {
|
|
|
func (x *UnregisterRequest) Reset() {
|
|
|
*x = UnregisterRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[4]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[4]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -302,7 +302,7 @@ func (x *UnregisterRequest) String() string {
|
|
|
func (*UnregisterRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *UnregisterRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[4]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[4]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -315,7 +315,7 @@ func (x *UnregisterRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use UnregisterRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*UnregisterRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{4}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{4}
|
|
|
}
|
|
|
|
|
|
func (x *UnregisterRequest) GetPassword() string {
|
|
@@ -335,7 +335,7 @@ type UnregisterResponse struct {
|
|
|
func (x *UnregisterResponse) Reset() {
|
|
|
*x = UnregisterResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[5]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[5]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -348,7 +348,7 @@ func (x *UnregisterResponse) String() string {
|
|
|
func (*UnregisterResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *UnregisterResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[5]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[5]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -361,7 +361,7 @@ func (x *UnregisterResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use UnregisterResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*UnregisterResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{5}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{5}
|
|
|
}
|
|
|
|
|
|
// 登录 Request
|
|
@@ -385,7 +385,7 @@ type SignInRequest struct {
|
|
|
func (x *SignInRequest) Reset() {
|
|
|
*x = SignInRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[6]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[6]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -398,7 +398,7 @@ func (x *SignInRequest) String() string {
|
|
|
func (*SignInRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *SignInRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[6]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[6]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -411,7 +411,7 @@ func (x *SignInRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SignInRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*SignInRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{6}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{6}
|
|
|
}
|
|
|
|
|
|
func (x *SignInRequest) GetPhone() string {
|
|
@@ -466,7 +466,7 @@ type SignInResponse struct {
|
|
|
func (x *SignInResponse) Reset() {
|
|
|
*x = SignInResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[7]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[7]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -479,7 +479,7 @@ func (x *SignInResponse) String() string {
|
|
|
func (*SignInResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *SignInResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[7]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[7]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -492,7 +492,7 @@ func (x *SignInResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SignInResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*SignInResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{7}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{7}
|
|
|
}
|
|
|
|
|
|
func (x *SignInResponse) GetToken() string {
|
|
@@ -536,7 +536,7 @@ type SignUpRequest struct {
|
|
|
func (x *SignUpRequest) Reset() {
|
|
|
*x = SignUpRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[8]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[8]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -549,7 +549,7 @@ func (x *SignUpRequest) String() string {
|
|
|
func (*SignUpRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *SignUpRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[8]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[8]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -562,7 +562,7 @@ func (x *SignUpRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SignUpRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*SignUpRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{8}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{8}
|
|
|
}
|
|
|
|
|
|
func (x *SignUpRequest) GetPhone() string {
|
|
@@ -609,7 +609,7 @@ type SignUpResponse struct {
|
|
|
func (x *SignUpResponse) Reset() {
|
|
|
*x = SignUpResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[9]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[9]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -622,7 +622,7 @@ func (x *SignUpResponse) String() string {
|
|
|
func (*SignUpResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *SignUpResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[9]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[9]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -635,7 +635,7 @@ func (x *SignUpResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SignUpResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*SignUpResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{9}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{9}
|
|
|
}
|
|
|
|
|
|
type SMSCodeRequest struct {
|
|
@@ -652,7 +652,7 @@ type SMSCodeRequest struct {
|
|
|
func (x *SMSCodeRequest) Reset() {
|
|
|
*x = SMSCodeRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[10]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[10]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -665,7 +665,7 @@ func (x *SMSCodeRequest) String() string {
|
|
|
func (*SMSCodeRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *SMSCodeRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[10]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[10]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -678,7 +678,7 @@ func (x *SMSCodeRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SMSCodeRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*SMSCodeRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{10}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{10}
|
|
|
}
|
|
|
|
|
|
func (x *SMSCodeRequest) GetPhone() string {
|
|
@@ -704,7 +704,7 @@ type SMSCodeResponse struct {
|
|
|
func (x *SMSCodeResponse) Reset() {
|
|
|
*x = SMSCodeResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[11]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[11]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -717,7 +717,7 @@ func (x *SMSCodeResponse) String() string {
|
|
|
func (*SMSCodeResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *SMSCodeResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[11]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[11]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -730,7 +730,7 @@ func (x *SMSCodeResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SMSCodeResponse.ProtoReflect.Descriptor instead.
|
|
|
func (*SMSCodeResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{11}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{11}
|
|
|
}
|
|
|
|
|
|
type SignInResponse_Device struct {
|
|
@@ -748,7 +748,7 @@ type SignInResponse_Device struct {
|
|
|
func (x *SignInResponse_Device) Reset() {
|
|
|
*x = SignInResponse_Device{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[12]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[12]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -761,7 +761,7 @@ func (x *SignInResponse_Device) String() string {
|
|
|
func (*SignInResponse_Device) ProtoMessage() {}
|
|
|
|
|
|
func (x *SignInResponse_Device) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[12]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[12]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -774,7 +774,7 @@ func (x *SignInResponse_Device) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SignInResponse_Device.ProtoReflect.Descriptor instead.
|
|
|
func (*SignInResponse_Device) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{7, 0}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{7, 0}
|
|
|
}
|
|
|
|
|
|
func (x *SignInResponse_Device) GetDid() int64 {
|
|
@@ -827,7 +827,7 @@ type SignInResponse_Location struct {
|
|
|
func (x *SignInResponse_Location) Reset() {
|
|
|
*x = SignInResponse_Location{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[13]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[13]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -840,7 +840,7 @@ func (x *SignInResponse_Location) String() string {
|
|
|
func (*SignInResponse_Location) ProtoMessage() {}
|
|
|
|
|
|
func (x *SignInResponse_Location) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[13]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[13]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -853,7 +853,7 @@ func (x *SignInResponse_Location) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SignInResponse_Location.ProtoReflect.Descriptor instead.
|
|
|
func (*SignInResponse_Location) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{7, 1}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{7, 1}
|
|
|
}
|
|
|
|
|
|
func (x *SignInResponse_Location) GetLatitude() string {
|
|
@@ -910,7 +910,7 @@ type SignInResponse_Child struct {
|
|
|
func (x *SignInResponse_Child) Reset() {
|
|
|
*x = SignInResponse_Child{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[14]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[14]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -923,7 +923,7 @@ func (x *SignInResponse_Child) String() string {
|
|
|
func (*SignInResponse_Child) ProtoMessage() {}
|
|
|
|
|
|
func (x *SignInResponse_Child) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_api_user_v2_user_proto_msgTypes[14]
|
|
|
+ mi := &file_user_v2_user_proto_msgTypes[14]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -936,7 +936,7 @@ func (x *SignInResponse_Child) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SignInResponse_Child.ProtoReflect.Descriptor instead.
|
|
|
func (*SignInResponse_Child) Descriptor() ([]byte, []int) {
|
|
|
- return file_api_user_v2_user_proto_rawDescGZIP(), []int{7, 2}
|
|
|
+ return file_user_v2_user_proto_rawDescGZIP(), []int{7, 2}
|
|
|
}
|
|
|
|
|
|
func (x *SignInResponse_Child) GetCid() string {
|
|
@@ -981,186 +981,186 @@ func (x *SignInResponse_Child) GetLastLocation() *SignInResponse_Location {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
-var File_api_user_v2_user_proto protoreflect.FileDescriptor
|
|
|
-
|
|
|
-var file_api_user_v2_user_proto_rawDesc = []byte{
|
|
|
- 0x0a, 0x16, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73,
|
|
|
- 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73,
|
|
|
- 0x65, 0x72, 0x2e, 0x76, 0x32, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70,
|
|
|
- 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72,
|
|
|
- 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2f, 0x76, 0x61,
|
|
|
- 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x6c, 0x0a, 0x14,
|
|
|
- 0x52, 0x65, 0x73, 0x65, 0x74, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x71,
|
|
|
- 0x75, 0x65, 0x73, 0x74, 0x12, 0x29, 0x0a, 0x0b, 0x6f, 0x6c, 0x64, 0x50, 0x61, 0x73, 0x73, 0x77,
|
|
|
- 0x6f, 0x72, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02,
|
|
|
- 0x10, 0x01, 0x52, 0x0b, 0x6f, 0x6c, 0x64, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12,
|
|
|
- 0x29, 0x0a, 0x0b, 0x6e, 0x65, 0x77, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x02,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x0b, 0x6e,
|
|
|
- 0x65, 0x77, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x17, 0x0a, 0x15, 0x52, 0x65,
|
|
|
- 0x73, 0x65, 0x74, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
- 0x6e, 0x73, 0x65, 0x22, 0x5f, 0x0a, 0x17, 0x52, 0x65, 0x74, 0x72, 0x69, 0x65, 0x76, 0x65, 0x50,
|
|
|
- 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1f,
|
|
|
- 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x09, 0xfa,
|
|
|
- 0x42, 0x06, 0x72, 0x04, 0x10, 0x01, 0x60, 0x01, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x12,
|
|
|
- 0x23, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
+var File_user_v2_user_proto protoreflect.FileDescriptor
|
|
|
+
|
|
|
+var file_user_v2_user_proto_rawDesc = []byte{
|
|
|
+ 0x0a, 0x12, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x70,
|
|
|
+ 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76,
|
|
|
+ 0x32, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e,
|
|
|
+ 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
|
|
|
+ 0x17, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61,
|
|
|
+ 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x6c, 0x0a, 0x14, 0x52, 0x65, 0x73, 0x65,
|
|
|
+ 0x74, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
+ 0x12, 0x29, 0x0a, 0x0b, 0x6f, 0x6c, 0x64, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18,
|
|
|
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x0b,
|
|
|
+ 0x6f, 0x6c, 0x64, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x29, 0x0a, 0x0b, 0x6e,
|
|
|
+ 0x65, 0x77, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
|
+ 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x0b, 0x6e, 0x65, 0x77, 0x50, 0x61,
|
|
|
+ 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x17, 0x0a, 0x15, 0x52, 0x65, 0x73, 0x65, 0x74, 0x50,
|
|
|
+ 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
|
|
|
+ 0x5f, 0x0a, 0x17, 0x52, 0x65, 0x74, 0x72, 0x69, 0x65, 0x76, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77,
|
|
|
+ 0x6f, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1f, 0x0a, 0x05, 0x65, 0x6d,
|
|
|
+ 0x61, 0x69, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x09, 0xfa, 0x42, 0x06, 0x72, 0x04,
|
|
|
+ 0x10, 0x01, 0x60, 0x01, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x23, 0x0a, 0x08, 0x70,
|
|
|
+ 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa,
|
|
|
+ 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64,
|
|
|
+ 0x22, 0x1a, 0x0a, 0x18, 0x52, 0x65, 0x74, 0x72, 0x69, 0x65, 0x76, 0x65, 0x50, 0x61, 0x73, 0x73,
|
|
|
+ 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x38, 0x0a, 0x11,
|
|
|
+ 0x55, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
+ 0x74, 0x12, 0x23, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x01, 0x20,
|
|
|
+ 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x08, 0x70, 0x61,
|
|
|
+ 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x14, 0x0a, 0x12, 0x55, 0x6e, 0x72, 0x65, 0x67, 0x69,
|
|
|
+ 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xc9, 0x01, 0x0a,
|
|
|
+ 0x0d, 0x53, 0x69, 0x67, 0x6e, 0x49, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a,
|
|
|
+ 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x14, 0xfa,
|
|
|
+ 0x42, 0x11, 0x72, 0x0f, 0x32, 0x0d, 0x5e, 0x31, 0x5b, 0x33, 0x2d, 0x39, 0x5d, 0x5c, 0x64, 0x7b,
|
|
|
+ 0x39, 0x7d, 0x24, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x23, 0x0a, 0x08, 0x61, 0x72,
|
|
|
+ 0x65, 0x61, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42,
|
|
|
+ 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x08, 0x61, 0x72, 0x65, 0x61, 0x43, 0x6f, 0x64, 0x65, 0x12,
|
|
|
+ 0x23, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73,
|
|
|
- 0x77, 0x6f, 0x72, 0x64, 0x22, 0x1a, 0x0a, 0x18, 0x52, 0x65, 0x74, 0x72, 0x69, 0x65, 0x76, 0x65,
|
|
|
- 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
- 0x22, 0x38, 0x0a, 0x11, 0x55, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65,
|
|
|
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72,
|
|
|
- 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01,
|
|
|
- 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x22, 0x14, 0x0a, 0x12, 0x55, 0x6e,
|
|
|
- 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
- 0x22, 0xc9, 0x01, 0x0a, 0x0d, 0x53, 0x69, 0x67, 0x6e, 0x49, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
- 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
- 0x09, 0x42, 0x14, 0xfa, 0x42, 0x11, 0x72, 0x0f, 0x32, 0x0d, 0x5e, 0x31, 0x5b, 0x33, 0x2d, 0x39,
|
|
|
- 0x5d, 0x5c, 0x64, 0x7b, 0x39, 0x7d, 0x24, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x23,
|
|
|
- 0x0a, 0x08, 0x61, 0x72, 0x65, 0x61, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x08, 0x61, 0x72, 0x65, 0x61, 0x43,
|
|
|
- 0x6f, 0x64, 0x65, 0x12, 0x23, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18,
|
|
|
- 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x08,
|
|
|
- 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x1f, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69,
|
|
|
- 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x09, 0xfa, 0x42, 0x06, 0x72, 0x04, 0x10, 0x01,
|
|
|
- 0x60, 0x01, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x21, 0x0a, 0x07, 0x63, 0x61, 0x70,
|
|
|
- 0x74, 0x63, 0x68, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72,
|
|
|
- 0x02, 0x10, 0x04, 0x52, 0x07, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x22, 0xfa, 0x05, 0x0a,
|
|
|
- 0x0e, 0x53, 0x69, 0x67, 0x6e, 0x49, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
|
- 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
|
- 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x3f, 0x0a, 0x09, 0x63, 0x68, 0x69, 0x6c, 0x64,
|
|
|
- 0x4c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x61, 0x70, 0x69,
|
|
|
- 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x49, 0x6e, 0x52,
|
|
|
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x52, 0x09, 0x63,
|
|
|
- 0x68, 0x69, 0x6c, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x1a, 0x82, 0x01, 0x0a, 0x06, 0x44, 0x65, 0x76,
|
|
|
- 0x69, 0x63, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x64, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
|
|
|
- 0x52, 0x03, 0x64, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x74, 0x74, 0x65, 0x72, 0x79,
|
|
|
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x62, 0x61, 0x74, 0x74, 0x65, 0x72, 0x79, 0x12,
|
|
|
- 0x16, 0x0a, 0x06, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
|
- 0x06, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61,
|
|
|
- 0x6c, 0x4d, 0x61, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e,
|
|
|
- 0x61, 0x6c, 0x4d, 0x61, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x18,
|
|
|
- 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x1a, 0x8d, 0x02,
|
|
|
- 0x0a, 0x08, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61,
|
|
|
- 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x61,
|
|
|
- 0x74, 0x69, 0x74, 0x75, 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x6f, 0x6e, 0x67, 0x69, 0x74,
|
|
|
- 0x75, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6c, 0x6f, 0x6e, 0x67, 0x69,
|
|
|
- 0x74, 0x75, 0x64, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
- 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x70, 0x6f, 0x73, 0x69,
|
|
|
- 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x61, 0x64, 0x69,
|
|
|
- 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x61, 0x64, 0x69, 0x75, 0x73,
|
|
|
- 0x12, 0x4c, 0x0a, 0x09, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20,
|
|
|
- 0x01, 0x28, 0x0e, 0x32, 0x2e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76,
|
|
|
- 0x32, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x49, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
- 0x2e, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x54,
|
|
|
- 0x79, 0x70, 0x65, 0x52, 0x09, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x22, 0x3d,
|
|
|
- 0x0a, 0x09, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x55,
|
|
|
- 0x4e, 0x4b, 0x4e, 0x4f, 0x57, 0x4e, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x47, 0x50, 0x53, 0x10,
|
|
|
- 0x01, 0x12, 0x08, 0x0a, 0x04, 0x57, 0x49, 0x46, 0x49, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x43,
|
|
|
- 0x45, 0x4c, 0x4c, 0x10, 0x03, 0x12, 0x06, 0x0a, 0x02, 0x49, 0x50, 0x10, 0x04, 0x1a, 0xe9, 0x01,
|
|
|
- 0x0a, 0x05, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x69, 0x64, 0x18, 0x01,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x63, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x65,
|
|
|
- 0x70, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x74,
|
|
|
- 0x65, 0x70, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
|
|
|
- 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61,
|
|
|
- 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x76, 0x61,
|
|
|
- 0x74, 0x61, 0x72, 0x12, 0x3a, 0x0a, 0x06, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x18, 0x05, 0x20,
|
|
|
- 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76,
|
|
|
- 0x32, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x49, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
- 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x52, 0x06, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x12,
|
|
|
- 0x48, 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
|
|
|
- 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72,
|
|
|
- 0x2e, 0x76, 0x32, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x49, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
- 0x73, 0x65, 0x2e, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0c, 0x6c, 0x61, 0x73,
|
|
|
- 0x74, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xc9, 0x01, 0x0a, 0x0d, 0x53, 0x69,
|
|
|
- 0x67, 0x6e, 0x55, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x05, 0x70,
|
|
|
- 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x14, 0xfa, 0x42, 0x11, 0x72,
|
|
|
- 0x0f, 0x32, 0x0d, 0x5e, 0x31, 0x5b, 0x33, 0x2d, 0x39, 0x5d, 0x5c, 0x64, 0x7b, 0x39, 0x7d, 0x24,
|
|
|
- 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x23, 0x0a, 0x08, 0x61, 0x72, 0x65, 0x61, 0x43,
|
|
|
- 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02,
|
|
|
- 0x10, 0x01, 0x52, 0x08, 0x61, 0x72, 0x65, 0x61, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x23, 0x0a, 0x08,
|
|
|
- 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07,
|
|
|
- 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72,
|
|
|
- 0x64, 0x12, 0x1f, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x42, 0x09, 0xfa, 0x42, 0x06, 0x72, 0x04, 0x10, 0x01, 0x60, 0x01, 0x52, 0x05, 0x65, 0x6d, 0x61,
|
|
|
- 0x69, 0x6c, 0x12, 0x21, 0x0a, 0x07, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x18, 0x05, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x04, 0x52, 0x07, 0x63, 0x61,
|
|
|
- 0x70, 0x74, 0x63, 0x68, 0x61, 0x22, 0x10, 0x0a, 0x0e, 0x53, 0x69, 0x67, 0x6e, 0x55, 0x70, 0x52,
|
|
|
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x61, 0x0a, 0x0e, 0x53, 0x4d, 0x53, 0x43, 0x6f,
|
|
|
- 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x05, 0x70, 0x68, 0x6f,
|
|
|
- 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x14, 0xfa, 0x42, 0x11, 0x72, 0x0f, 0x32,
|
|
|
- 0x0d, 0x5e, 0x31, 0x5b, 0x33, 0x2d, 0x39, 0x5d, 0x5c, 0x64, 0x7b, 0x39, 0x7d, 0x24, 0x52, 0x05,
|
|
|
- 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x23, 0x0a, 0x08, 0x61, 0x72, 0x65, 0x61, 0x43, 0x6f, 0x64,
|
|
|
- 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01,
|
|
|
- 0x52, 0x08, 0x61, 0x72, 0x65, 0x61, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x11, 0x0a, 0x0f, 0x53, 0x4d,
|
|
|
- 0x53, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xed, 0x05,
|
|
|
- 0x0a, 0x04, 0x55, 0x73, 0x65, 0x72, 0x12, 0x6b, 0x0a, 0x06, 0x53, 0x69, 0x67, 0x6e, 0x49, 0x6e,
|
|
|
- 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x53,
|
|
|
- 0x69, 0x67, 0x6e, 0x49, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61,
|
|
|
+ 0x77, 0x6f, 0x72, 0x64, 0x12, 0x1f, 0x0a, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x04, 0x20,
|
|
|
+ 0x01, 0x28, 0x09, 0x42, 0x09, 0xfa, 0x42, 0x06, 0x72, 0x04, 0x10, 0x01, 0x60, 0x01, 0x52, 0x05,
|
|
|
+ 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x21, 0x0a, 0x07, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61,
|
|
|
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x04, 0x52,
|
|
|
+ 0x07, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x22, 0xfa, 0x05, 0x0a, 0x0e, 0x53, 0x69, 0x67,
|
|
|
+ 0x6e, 0x49, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74,
|
|
|
+ 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65,
|
|
|
+ 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
|
|
|
+ 0x75, 0x69, 0x64, 0x12, 0x3f, 0x0a, 0x09, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x4c, 0x69, 0x73, 0x74,
|
|
|
+ 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65,
|
|
|
+ 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x49, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
+ 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x68, 0x69, 0x6c, 0x64, 0x52, 0x09, 0x63, 0x68, 0x69, 0x6c, 0x64,
|
|
|
+ 0x4c, 0x69, 0x73, 0x74, 0x1a, 0x82, 0x01, 0x0a, 0x06, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x12,
|
|
|
+ 0x10, 0x0a, 0x03, 0x64, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x64, 0x69,
|
|
|
+ 0x64, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x74, 0x74, 0x65, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01,
|
|
|
+ 0x28, 0x05, 0x52, 0x07, 0x62, 0x61, 0x74, 0x74, 0x65, 0x72, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x73,
|
|
|
+ 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x69, 0x67,
|
|
|
+ 0x6e, 0x61, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x4d, 0x61, 0x78,
|
|
|
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x4d, 0x61,
|
|
|
+ 0x78, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x06, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x1a, 0x8d, 0x02, 0x0a, 0x08, 0x4c, 0x6f,
|
|
|
+ 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75,
|
|
|
+ 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x61, 0x74, 0x69, 0x74, 0x75,
|
|
|
+ 0x64, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75, 0x64, 0x65, 0x18,
|
|
|
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6c, 0x6f, 0x6e, 0x67, 0x69, 0x74, 0x75, 0x64, 0x65,
|
|
|
+ 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65,
|
|
|
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
+ 0x54, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x61, 0x64, 0x69, 0x75, 0x73, 0x18, 0x04,
|
|
|
+ 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x61, 0x64, 0x69, 0x75, 0x73, 0x12, 0x4c, 0x0a, 0x09,
|
|
|
+ 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32,
|
|
|
+ 0x2e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x53, 0x69,
|
|
|
+ 0x67, 0x6e, 0x49, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4c, 0x6f, 0x63,
|
|
|
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x52,
|
|
|
+ 0x09, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x22, 0x3d, 0x0a, 0x09, 0x50, 0x6f,
|
|
|
+ 0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x55, 0x4e, 0x4b, 0x4e, 0x4f,
|
|
|
+ 0x57, 0x4e, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x47, 0x50, 0x53, 0x10, 0x01, 0x12, 0x08, 0x0a,
|
|
|
+ 0x04, 0x57, 0x49, 0x46, 0x49, 0x10, 0x02, 0x12, 0x08, 0x0a, 0x04, 0x43, 0x45, 0x4c, 0x4c, 0x10,
|
|
|
+ 0x03, 0x12, 0x06, 0x0a, 0x02, 0x49, 0x50, 0x10, 0x04, 0x1a, 0xe9, 0x01, 0x0a, 0x05, 0x43, 0x68,
|
|
|
+ 0x69, 0x6c, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
+ 0x52, 0x03, 0x63, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x65, 0x70, 0x43, 0x6f, 0x75,
|
|
|
+ 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x74, 0x65, 0x70, 0x43, 0x6f,
|
|
|
+ 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61,
|
|
|
+ 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12,
|
|
|
+ 0x3a, 0x0a, 0x06, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
|
+ 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x53, 0x69,
|
|
|
+ 0x67, 0x6e, 0x49, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x44, 0x65, 0x76,
|
|
|
+ 0x69, 0x63, 0x65, 0x52, 0x06, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x12, 0x48, 0x0a, 0x0c, 0x6c,
|
|
|
+ 0x61, 0x73, 0x74, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28,
|
|
|
+ 0x0b, 0x32, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e,
|
|
|
+ 0x53, 0x69, 0x67, 0x6e, 0x49, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4c,
|
|
|
+ 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x4c, 0x6f, 0x63,
|
|
|
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xc9, 0x01, 0x0a, 0x0d, 0x53, 0x69, 0x67, 0x6e, 0x55, 0x70,
|
|
|
+ 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65,
|
|
|
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x14, 0xfa, 0x42, 0x11, 0x72, 0x0f, 0x32, 0x0d, 0x5e,
|
|
|
+ 0x31, 0x5b, 0x33, 0x2d, 0x39, 0x5d, 0x5c, 0x64, 0x7b, 0x39, 0x7d, 0x24, 0x52, 0x05, 0x70, 0x68,
|
|
|
+ 0x6f, 0x6e, 0x65, 0x12, 0x23, 0x0a, 0x08, 0x61, 0x72, 0x65, 0x61, 0x43, 0x6f, 0x64, 0x65, 0x18,
|
|
|
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x08,
|
|
|
+ 0x61, 0x72, 0x65, 0x61, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x23, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73,
|
|
|
+ 0x77, 0x6f, 0x72, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72,
|
|
|
+ 0x02, 0x10, 0x01, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x1f, 0x0a,
|
|
|
+ 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x09, 0xfa, 0x42,
|
|
|
+ 0x06, 0x72, 0x04, 0x10, 0x01, 0x60, 0x01, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x21,
|
|
|
+ 0x0a, 0x07, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42,
|
|
|
+ 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x04, 0x52, 0x07, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68,
|
|
|
+ 0x61, 0x22, 0x10, 0x0a, 0x0e, 0x53, 0x69, 0x67, 0x6e, 0x55, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
+ 0x6e, 0x73, 0x65, 0x22, 0x61, 0x0a, 0x0e, 0x53, 0x4d, 0x53, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65,
|
|
|
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x01,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x42, 0x14, 0xfa, 0x42, 0x11, 0x72, 0x0f, 0x32, 0x0d, 0x5e, 0x31, 0x5b,
|
|
|
+ 0x33, 0x2d, 0x39, 0x5d, 0x5c, 0x64, 0x7b, 0x39, 0x7d, 0x24, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e,
|
|
|
+ 0x65, 0x12, 0x23, 0x0a, 0x08, 0x61, 0x72, 0x65, 0x61, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20,
|
|
|
+ 0x01, 0x28, 0x09, 0x42, 0x07, 0xfa, 0x42, 0x04, 0x72, 0x02, 0x10, 0x01, 0x52, 0x08, 0x61, 0x72,
|
|
|
+ 0x65, 0x61, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x11, 0x0a, 0x0f, 0x53, 0x4d, 0x53, 0x43, 0x6f, 0x64,
|
|
|
+ 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xed, 0x05, 0x0a, 0x04, 0x55, 0x73,
|
|
|
+ 0x65, 0x72, 0x12, 0x6b, 0x0a, 0x06, 0x53, 0x69, 0x67, 0x6e, 0x49, 0x6e, 0x12, 0x1a, 0x2e, 0x61,
|
|
|
0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x49,
|
|
|
- 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x28, 0x82, 0xd3, 0xe4, 0x93, 0x02,
|
|
|
- 0x22, 0x3a, 0x01, 0x2a, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x75,
|
|
|
- 0x73, 0x65, 0x72, 0x63, 0x74, 0x78, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x73, 0x69, 0x67, 0x6e,
|
|
|
- 0x2d, 0x69, 0x6e, 0x12, 0x6b, 0x0a, 0x06, 0x53, 0x69, 0x67, 0x6e, 0x55, 0x70, 0x12, 0x1a, 0x2e,
|
|
|
- 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x53, 0x69, 0x67, 0x6e,
|
|
|
- 0x55, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e,
|
|
|
+ 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75,
|
|
|
+ 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x49, 0x6e, 0x52, 0x65, 0x73,
|
|
|
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x28, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x3a, 0x01, 0x2a,
|
|
|
+ 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x63,
|
|
|
+ 0x74, 0x78, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x73, 0x69, 0x67, 0x6e, 0x2d, 0x69, 0x6e, 0x12,
|
|
|
+ 0x6b, 0x0a, 0x06, 0x53, 0x69, 0x67, 0x6e, 0x55, 0x70, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e,
|
|
|
0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x55, 0x70, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x28, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x3a, 0x01,
|
|
|
- 0x2a, 0x22, 0x1d, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72,
|
|
|
- 0x63, 0x74, 0x78, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x73, 0x69, 0x67, 0x6e, 0x2d, 0x75, 0x70,
|
|
|
- 0x12, 0x7a, 0x0a, 0x0a, 0x55, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x12, 0x1e,
|
|
|
- 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x6e, 0x72,
|
|
|
- 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f,
|
|
|
- 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x6e, 0x72,
|
|
|
- 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
|
|
|
- 0x2b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x3a, 0x01, 0x2a, 0x22, 0x20, 0x2f, 0x61, 0x70, 0x69,
|
|
|
- 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x63, 0x74, 0x78, 0x2f, 0x75, 0x73, 0x65,
|
|
|
- 0x72, 0x2f, 0x75, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x12, 0x87, 0x01, 0x0a,
|
|
|
- 0x0d, 0x52, 0x65, 0x73, 0x65, 0x74, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x21,
|
|
|
- 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x73,
|
|
|
- 0x65, 0x74, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
- 0x74, 0x1a, 0x22, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e,
|
|
|
- 0x52, 0x65, 0x73, 0x65, 0x74, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x73,
|
|
|
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x3a, 0x01, 0x2a,
|
|
|
- 0x22, 0x24, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x63,
|
|
|
- 0x74, 0x78, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x2d, 0x70, 0x61,
|
|
|
- 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x93, 0x01, 0x0a, 0x10, 0x52, 0x65, 0x74, 0x72, 0x69,
|
|
|
- 0x65, 0x76, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x24, 0x2e, 0x61, 0x70,
|
|
|
- 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x74, 0x72, 0x69, 0x65,
|
|
|
- 0x76, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
- 0x74, 0x1a, 0x25, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e,
|
|
|
- 0x52, 0x65, 0x74, 0x72, 0x69, 0x65, 0x76, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64,
|
|
|
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x32, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c,
|
|
|
- 0x3a, 0x01, 0x2a, 0x22, 0x27, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73,
|
|
|
- 0x65, 0x72, 0x63, 0x74, 0x78, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x72, 0x65, 0x74, 0x72, 0x69,
|
|
|
- 0x65, 0x76, 0x65, 0x2d, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x6f, 0x0a, 0x07,
|
|
|
- 0x53, 0x4d, 0x53, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73,
|
|
|
- 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x53, 0x4d, 0x53, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71,
|
|
|
- 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e,
|
|
|
- 0x76, 0x32, 0x2e, 0x53, 0x4d, 0x53, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
- 0x73, 0x65, 0x22, 0x29, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x3a, 0x01, 0x2a, 0x22, 0x1e, 0x2f,
|
|
|
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72,
|
|
|
+ 0x2e, 0x76, 0x32, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x55, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
+ 0x73, 0x65, 0x22, 0x28, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x22, 0x3a, 0x01, 0x2a, 0x22, 0x1d, 0x2f,
|
|
|
0x61, 0x70, 0x69, 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x63, 0x74, 0x78, 0x2f,
|
|
|
- 0x75, 0x73, 0x65, 0x72, 0x2f, 0x73, 0x6d, 0x73, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x30, 0x0a,
|
|
|
- 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x50, 0x01, 0x5a, 0x1f,
|
|
|
- 0x73, 0x69, 0x6b, 0x65, 0x79, 0x2f, 0x77, 0x33, 0x30, 0x33, 0x61, 0x2f, 0x68, 0x74, 0x74, 0x70,
|
|
|
- 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x76, 0x32, 0x3b, 0x76, 0x32, 0x62,
|
|
|
- 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+ 0x75, 0x73, 0x65, 0x72, 0x2f, 0x73, 0x69, 0x67, 0x6e, 0x2d, 0x75, 0x70, 0x12, 0x7a, 0x0a, 0x0a,
|
|
|
+ 0x55, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x12, 0x1e, 0x2e, 0x61, 0x70, 0x69,
|
|
|
+ 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73,
|
|
|
+ 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x61, 0x70, 0x69,
|
|
|
+ 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73,
|
|
|
+ 0x74, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2b, 0x82, 0xd3, 0xe4,
|
|
|
+ 0x93, 0x02, 0x25, 0x3a, 0x01, 0x2a, 0x22, 0x20, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x76, 0x32,
|
|
|
+ 0x2f, 0x75, 0x73, 0x65, 0x72, 0x63, 0x74, 0x78, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x75, 0x6e,
|
|
|
+ 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x12, 0x87, 0x01, 0x0a, 0x0d, 0x52, 0x65, 0x73,
|
|
|
+ 0x65, 0x74, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x21, 0x2e, 0x61, 0x70, 0x69,
|
|
|
+ 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x73, 0x65, 0x74, 0x50, 0x61,
|
|
|
+ 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e,
|
|
|
+ 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x73, 0x65,
|
|
|
+ 0x74, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
|
+ 0x65, 0x22, 0x2f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x29, 0x3a, 0x01, 0x2a, 0x22, 0x24, 0x2f, 0x61,
|
|
|
+ 0x70, 0x69, 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x63, 0x74, 0x78, 0x2f, 0x75,
|
|
|
+ 0x73, 0x65, 0x72, 0x2f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x2d, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f,
|
|
|
+ 0x72, 0x64, 0x12, 0x93, 0x01, 0x0a, 0x10, 0x52, 0x65, 0x74, 0x72, 0x69, 0x65, 0x76, 0x65, 0x50,
|
|
|
+ 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73,
|
|
|
+ 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x74, 0x72, 0x69, 0x65, 0x76, 0x65, 0x50, 0x61,
|
|
|
+ 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e,
|
|
|
+ 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x52, 0x65, 0x74, 0x72,
|
|
|
+ 0x69, 0x65, 0x76, 0x65, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70,
|
|
|
+ 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x32, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2c, 0x3a, 0x01, 0x2a, 0x22,
|
|
|
+ 0x27, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x63, 0x74,
|
|
|
+ 0x78, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x72, 0x65, 0x74, 0x72, 0x69, 0x65, 0x76, 0x65, 0x2d,
|
|
|
+ 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x6f, 0x0a, 0x07, 0x53, 0x4d, 0x53, 0x43,
|
|
|
+ 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76,
|
|
|
+ 0x32, 0x2e, 0x53, 0x4d, 0x53, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
|
+ 0x1a, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x53,
|
|
|
+ 0x4d, 0x53, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29,
|
|
|
+ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x23, 0x3a, 0x01, 0x2a, 0x22, 0x1e, 0x2f, 0x61, 0x70, 0x69, 0x73,
|
|
|
+ 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x63, 0x74, 0x78, 0x2f, 0x75, 0x73, 0x65, 0x72,
|
|
|
+ 0x2f, 0x73, 0x6d, 0x73, 0x2d, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x30, 0x0a, 0x0b, 0x61, 0x70, 0x69,
|
|
|
+ 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x50, 0x01, 0x5a, 0x1f, 0x73, 0x69, 0x6b, 0x65,
|
|
|
+ 0x79, 0x2f, 0x77, 0x33, 0x30, 0x33, 0x61, 0x2f, 0x68, 0x74, 0x74, 0x70, 0x2f, 0x61, 0x70, 0x69,
|
|
|
+ 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x76, 0x32, 0x3b, 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f,
|
|
|
+ 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
|
- file_api_user_v2_user_proto_rawDescOnce sync.Once
|
|
|
- file_api_user_v2_user_proto_rawDescData = file_api_user_v2_user_proto_rawDesc
|
|
|
+ file_user_v2_user_proto_rawDescOnce sync.Once
|
|
|
+ file_user_v2_user_proto_rawDescData = file_user_v2_user_proto_rawDesc
|
|
|
)
|
|
|
|
|
|
-func file_api_user_v2_user_proto_rawDescGZIP() []byte {
|
|
|
- file_api_user_v2_user_proto_rawDescOnce.Do(func() {
|
|
|
- file_api_user_v2_user_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_user_v2_user_proto_rawDescData)
|
|
|
+func file_user_v2_user_proto_rawDescGZIP() []byte {
|
|
|
+ file_user_v2_user_proto_rawDescOnce.Do(func() {
|
|
|
+ file_user_v2_user_proto_rawDescData = protoimpl.X.CompressGZIP(file_user_v2_user_proto_rawDescData)
|
|
|
})
|
|
|
- return file_api_user_v2_user_proto_rawDescData
|
|
|
+ return file_user_v2_user_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_api_user_v2_user_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
|
|
-var file_api_user_v2_user_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
|
|
|
-var file_api_user_v2_user_proto_goTypes = []any{
|
|
|
+var file_user_v2_user_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
|
|
+var file_user_v2_user_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
|
|
|
+var file_user_v2_user_proto_goTypes = []any{
|
|
|
(SignInResponse_Location_PointType)(0), // 0: api.user.v2.SignInResponse.Location.PointType
|
|
|
(*ResetPasswordRequest)(nil), // 1: api.user.v2.ResetPasswordRequest
|
|
|
(*ResetPasswordResponse)(nil), // 2: api.user.v2.ResetPasswordResponse
|
|
@@ -1178,7 +1178,7 @@ var file_api_user_v2_user_proto_goTypes = []any{
|
|
|
(*SignInResponse_Location)(nil), // 14: api.user.v2.SignInResponse.Location
|
|
|
(*SignInResponse_Child)(nil), // 15: api.user.v2.SignInResponse.Child
|
|
|
}
|
|
|
-var file_api_user_v2_user_proto_depIdxs = []int32{
|
|
|
+var file_user_v2_user_proto_depIdxs = []int32{
|
|
|
15, // 0: api.user.v2.SignInResponse.childList:type_name -> api.user.v2.SignInResponse.Child
|
|
|
0, // 1: api.user.v2.SignInResponse.Location.pointType:type_name -> api.user.v2.SignInResponse.Location.PointType
|
|
|
13, // 2: api.user.v2.SignInResponse.Child.device:type_name -> api.user.v2.SignInResponse.Device
|
|
@@ -1202,13 +1202,13 @@ var file_api_user_v2_user_proto_depIdxs = []int32{
|
|
|
0, // [0:4] is the sub-list for field type_name
|
|
|
}
|
|
|
|
|
|
-func init() { file_api_user_v2_user_proto_init() }
|
|
|
-func file_api_user_v2_user_proto_init() {
|
|
|
- if File_api_user_v2_user_proto != nil {
|
|
|
+func init() { file_user_v2_user_proto_init() }
|
|
|
+func file_user_v2_user_proto_init() {
|
|
|
+ if File_user_v2_user_proto != nil {
|
|
|
return
|
|
|
}
|
|
|
if !protoimpl.UnsafeEnabled {
|
|
|
- file_api_user_v2_user_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*ResetPasswordRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1220,7 +1220,7 @@ func file_api_user_v2_user_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_api_user_v2_user_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*ResetPasswordResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1232,7 +1232,7 @@ func file_api_user_v2_user_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_api_user_v2_user_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*RetrievePasswordRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1244,7 +1244,7 @@ func file_api_user_v2_user_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_api_user_v2_user_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*RetrievePasswordResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1256,7 +1256,7 @@ func file_api_user_v2_user_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_api_user_v2_user_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*UnregisterRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1268,7 +1268,7 @@ func file_api_user_v2_user_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_api_user_v2_user_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*UnregisterResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1280,7 +1280,7 @@ func file_api_user_v2_user_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_api_user_v2_user_proto_msgTypes[6].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[6].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*SignInRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1292,7 +1292,7 @@ func file_api_user_v2_user_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_api_user_v2_user_proto_msgTypes[7].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[7].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*SignInResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1304,7 +1304,7 @@ func file_api_user_v2_user_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_api_user_v2_user_proto_msgTypes[8].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[8].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*SignUpRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1316,7 +1316,7 @@ func file_api_user_v2_user_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_api_user_v2_user_proto_msgTypes[9].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[9].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*SignUpResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1328,7 +1328,7 @@ func file_api_user_v2_user_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_api_user_v2_user_proto_msgTypes[10].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[10].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*SMSCodeRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1340,7 +1340,7 @@ func file_api_user_v2_user_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_api_user_v2_user_proto_msgTypes[11].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[11].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*SMSCodeResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1352,7 +1352,7 @@ func file_api_user_v2_user_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_api_user_v2_user_proto_msgTypes[12].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[12].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*SignInResponse_Device); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1364,7 +1364,7 @@ func file_api_user_v2_user_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_api_user_v2_user_proto_msgTypes[13].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[13].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*SignInResponse_Location); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1376,7 +1376,7 @@ func file_api_user_v2_user_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_api_user_v2_user_proto_msgTypes[14].Exporter = func(v any, i int) any {
|
|
|
+ file_user_v2_user_proto_msgTypes[14].Exporter = func(v any, i int) any {
|
|
|
switch v := v.(*SignInResponse_Child); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1393,19 +1393,19 @@ func file_api_user_v2_user_proto_init() {
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
File: protoimpl.DescBuilder{
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
- RawDescriptor: file_api_user_v2_user_proto_rawDesc,
|
|
|
+ RawDescriptor: file_user_v2_user_proto_rawDesc,
|
|
|
NumEnums: 1,
|
|
|
NumMessages: 15,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|
|
|
- GoTypes: file_api_user_v2_user_proto_goTypes,
|
|
|
- DependencyIndexes: file_api_user_v2_user_proto_depIdxs,
|
|
|
- EnumInfos: file_api_user_v2_user_proto_enumTypes,
|
|
|
- MessageInfos: file_api_user_v2_user_proto_msgTypes,
|
|
|
+ GoTypes: file_user_v2_user_proto_goTypes,
|
|
|
+ DependencyIndexes: file_user_v2_user_proto_depIdxs,
|
|
|
+ EnumInfos: file_user_v2_user_proto_enumTypes,
|
|
|
+ MessageInfos: file_user_v2_user_proto_msgTypes,
|
|
|
}.Build()
|
|
|
- File_api_user_v2_user_proto = out.File
|
|
|
- file_api_user_v2_user_proto_rawDesc = nil
|
|
|
- file_api_user_v2_user_proto_goTypes = nil
|
|
|
- file_api_user_v2_user_proto_depIdxs = nil
|
|
|
+ File_user_v2_user_proto = out.File
|
|
|
+ file_user_v2_user_proto_rawDesc = nil
|
|
|
+ file_user_v2_user_proto_goTypes = nil
|
|
|
+ file_user_v2_user_proto_depIdxs = nil
|
|
|
}
|