// Code generated by protoc-gen-go. DO NOT EDIT. // source: user.proto // package声明符,用来防止不同的消息类型有命名冲突 package v1 import ( fmt "fmt" proto "github.com/golang/protobuf/proto" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type LoginRequest struct { User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *LoginRequest) Reset() { *m = LoginRequest{} } func (m *LoginRequest) String() string { return proto.CompactTextString(m) } func (*LoginRequest) ProtoMessage() {} func (*LoginRequest) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{0} } func (m *LoginRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LoginRequest.Unmarshal(m, b) } func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_LoginRequest.Marshal(b, m, deterministic) } func (m *LoginRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_LoginRequest.Merge(m, src) } func (m *LoginRequest) XXX_Size() int { return xxx_messageInfo_LoginRequest.Size(m) } func (m *LoginRequest) XXX_DiscardUnknown() { xxx_messageInfo_LoginRequest.DiscardUnknown(m) } var xxx_messageInfo_LoginRequest proto.InternalMessageInfo func (m *LoginRequest) GetUser() string { if m != nil { return m.User } return "" } func (m *LoginRequest) GetPassword() string { if m != nil { return m.Password } return "" } type LoginReply struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` Develop int32 `protobuf:"varint,2,opt,name=develop,proto3" json:"develop"` Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *LoginReply) Reset() { *m = LoginReply{} } func (m *LoginReply) String() string { return proto.CompactTextString(m) } func (*LoginReply) ProtoMessage() {} func (*LoginReply) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{1} } func (m *LoginReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LoginReply.Unmarshal(m, b) } func (m *LoginReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_LoginReply.Marshal(b, m, deterministic) } func (m *LoginReply) XXX_Merge(src proto.Message) { xxx_messageInfo_LoginReply.Merge(m, src) } func (m *LoginReply) XXX_Size() int { return xxx_messageInfo_LoginReply.Size(m) } func (m *LoginReply) XXX_DiscardUnknown() { xxx_messageInfo_LoginReply.DiscardUnknown(m) } var xxx_messageInfo_LoginReply proto.InternalMessageInfo func (m *LoginReply) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *LoginReply) GetDevelop() int32 { if m != nil { return m.Develop } return 0 } func (m *LoginReply) GetPhone() string { if m != nil { return m.Phone } return "" } type ChangePasswdRequest struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` Old string `protobuf:"bytes,2,opt,name=old,proto3" json:"old"` New string `protobuf:"bytes,3,opt,name=new,proto3" json:"new"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChangePasswdRequest) Reset() { *m = ChangePasswdRequest{} } func (m *ChangePasswdRequest) String() string { return proto.CompactTextString(m) } func (*ChangePasswdRequest) ProtoMessage() {} func (*ChangePasswdRequest) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{2} } func (m *ChangePasswdRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChangePasswdRequest.Unmarshal(m, b) } func (m *ChangePasswdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChangePasswdRequest.Marshal(b, m, deterministic) } func (m *ChangePasswdRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChangePasswdRequest.Merge(m, src) } func (m *ChangePasswdRequest) XXX_Size() int { return xxx_messageInfo_ChangePasswdRequest.Size(m) } func (m *ChangePasswdRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChangePasswdRequest.DiscardUnknown(m) } var xxx_messageInfo_ChangePasswdRequest proto.InternalMessageInfo func (m *ChangePasswdRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *ChangePasswdRequest) GetOld() string { if m != nil { return m.Old } return "" } func (m *ChangePasswdRequest) GetNew() string { if m != nil { return m.New } return "" } type ChangePasswdReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChangePasswdReply) Reset() { *m = ChangePasswdReply{} } func (m *ChangePasswdReply) String() string { return proto.CompactTextString(m) } func (*ChangePasswdReply) ProtoMessage() {} func (*ChangePasswdReply) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{3} } func (m *ChangePasswdReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChangePasswdReply.Unmarshal(m, b) } func (m *ChangePasswdReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChangePasswdReply.Marshal(b, m, deterministic) } func (m *ChangePasswdReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChangePasswdReply.Merge(m, src) } func (m *ChangePasswdReply) XXX_Size() int { return xxx_messageInfo_ChangePasswdReply.Size(m) } func (m *ChangePasswdReply) XXX_DiscardUnknown() { xxx_messageInfo_ChangePasswdReply.DiscardUnknown(m) } var xxx_messageInfo_ChangePasswdReply proto.InternalMessageInfo type SetPhoneRequest struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SetPhoneRequest) Reset() { *m = SetPhoneRequest{} } func (m *SetPhoneRequest) String() string { return proto.CompactTextString(m) } func (*SetPhoneRequest) ProtoMessage() {} func (*SetPhoneRequest) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{4} } func (m *SetPhoneRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetPhoneRequest.Unmarshal(m, b) } func (m *SetPhoneRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SetPhoneRequest.Marshal(b, m, deterministic) } func (m *SetPhoneRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SetPhoneRequest.Merge(m, src) } func (m *SetPhoneRequest) XXX_Size() int { return xxx_messageInfo_SetPhoneRequest.Size(m) } func (m *SetPhoneRequest) XXX_DiscardUnknown() { xxx_messageInfo_SetPhoneRequest.DiscardUnknown(m) } var xxx_messageInfo_SetPhoneRequest proto.InternalMessageInfo func (m *SetPhoneRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *SetPhoneRequest) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *SetPhoneRequest) GetEmail() string { if m != nil { return m.Email } return "" } type SetPhoneReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SetPhoneReply) Reset() { *m = SetPhoneReply{} } func (m *SetPhoneReply) String() string { return proto.CompactTextString(m) } func (*SetPhoneReply) ProtoMessage() {} func (*SetPhoneReply) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{5} } func (m *SetPhoneReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetPhoneReply.Unmarshal(m, b) } func (m *SetPhoneReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SetPhoneReply.Marshal(b, m, deterministic) } func (m *SetPhoneReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SetPhoneReply.Merge(m, src) } func (m *SetPhoneReply) XXX_Size() int { return xxx_messageInfo_SetPhoneReply.Size(m) } func (m *SetPhoneReply) XXX_DiscardUnknown() { xxx_messageInfo_SetPhoneReply.DiscardUnknown(m) } var xxx_messageInfo_SetPhoneReply proto.InternalMessageInfo type GetPhoneRequest struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetPhoneRequest) Reset() { *m = GetPhoneRequest{} } func (m *GetPhoneRequest) String() string { return proto.CompactTextString(m) } func (*GetPhoneRequest) ProtoMessage() {} func (*GetPhoneRequest) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{6} } func (m *GetPhoneRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPhoneRequest.Unmarshal(m, b) } func (m *GetPhoneRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetPhoneRequest.Marshal(b, m, deterministic) } func (m *GetPhoneRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GetPhoneRequest.Merge(m, src) } func (m *GetPhoneRequest) XXX_Size() int { return xxx_messageInfo_GetPhoneRequest.Size(m) } func (m *GetPhoneRequest) XXX_DiscardUnknown() { xxx_messageInfo_GetPhoneRequest.DiscardUnknown(m) } var xxx_messageInfo_GetPhoneRequest proto.InternalMessageInfo func (m *GetPhoneRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } type GetPhoneReply struct { Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetPhoneReply) Reset() { *m = GetPhoneReply{} } func (m *GetPhoneReply) String() string { return proto.CompactTextString(m) } func (*GetPhoneReply) ProtoMessage() {} func (*GetPhoneReply) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{7} } func (m *GetPhoneReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetPhoneReply.Unmarshal(m, b) } func (m *GetPhoneReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetPhoneReply.Marshal(b, m, deterministic) } func (m *GetPhoneReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GetPhoneReply.Merge(m, src) } func (m *GetPhoneReply) XXX_Size() int { return xxx_messageInfo_GetPhoneReply.Size(m) } func (m *GetPhoneReply) XXX_DiscardUnknown() { xxx_messageInfo_GetPhoneReply.DiscardUnknown(m) } var xxx_messageInfo_GetPhoneReply proto.InternalMessageInfo func (m *GetPhoneReply) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *GetPhoneReply) GetEmail() string { if m != nil { return m.Email } return "" } type SetPasswdRequest struct { Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"` Passwd string `protobuf:"bytes,1,opt,name=passwd,proto3" json:"passwd"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SetPasswdRequest) Reset() { *m = SetPasswdRequest{} } func (m *SetPasswdRequest) String() string { return proto.CompactTextString(m) } func (*SetPasswdRequest) ProtoMessage() {} func (*SetPasswdRequest) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{8} } func (m *SetPasswdRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetPasswdRequest.Unmarshal(m, b) } func (m *SetPasswdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SetPasswdRequest.Marshal(b, m, deterministic) } func (m *SetPasswdRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SetPasswdRequest.Merge(m, src) } func (m *SetPasswdRequest) XXX_Size() int { return xxx_messageInfo_SetPasswdRequest.Size(m) } func (m *SetPasswdRequest) XXX_DiscardUnknown() { xxx_messageInfo_SetPasswdRequest.DiscardUnknown(m) } var xxx_messageInfo_SetPasswdRequest proto.InternalMessageInfo func (m *SetPasswdRequest) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *SetPasswdRequest) GetPasswd() string { if m != nil { return m.Passwd } return "" } type SetPasswdReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SetPasswdReply) Reset() { *m = SetPasswdReply{} } func (m *SetPasswdReply) String() string { return proto.CompactTextString(m) } func (*SetPasswdReply) ProtoMessage() {} func (*SetPasswdReply) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{9} } func (m *SetPasswdReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SetPasswdReply.Unmarshal(m, b) } func (m *SetPasswdReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SetPasswdReply.Marshal(b, m, deterministic) } func (m *SetPasswdReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SetPasswdReply.Merge(m, src) } func (m *SetPasswdReply) XXX_Size() int { return xxx_messageInfo_SetPasswdReply.Size(m) } func (m *SetPasswdReply) XXX_DiscardUnknown() { xxx_messageInfo_SetPasswdReply.DiscardUnknown(m) } var xxx_messageInfo_SetPasswdReply proto.InternalMessageInfo type EmailUpdateRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *EmailUpdateRequest) Reset() { *m = EmailUpdateRequest{} } func (m *EmailUpdateRequest) String() string { return proto.CompactTextString(m) } func (*EmailUpdateRequest) ProtoMessage() {} func (*EmailUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{10} } func (m *EmailUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EmailUpdateRequest.Unmarshal(m, b) } func (m *EmailUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_EmailUpdateRequest.Marshal(b, m, deterministic) } func (m *EmailUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_EmailUpdateRequest.Merge(m, src) } func (m *EmailUpdateRequest) XXX_Size() int { return xxx_messageInfo_EmailUpdateRequest.Size(m) } func (m *EmailUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_EmailUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_EmailUpdateRequest proto.InternalMessageInfo func (m *EmailUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *EmailUpdateRequest) GetEmail() string { if m != nil { return m.Email } return "" } type EmailUpdateReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *EmailUpdateReply) Reset() { *m = EmailUpdateReply{} } func (m *EmailUpdateReply) String() string { return proto.CompactTextString(m) } func (*EmailUpdateReply) ProtoMessage() {} func (*EmailUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{11} } func (m *EmailUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EmailUpdateReply.Unmarshal(m, b) } func (m *EmailUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_EmailUpdateReply.Marshal(b, m, deterministic) } func (m *EmailUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_EmailUpdateReply.Merge(m, src) } func (m *EmailUpdateReply) XXX_Size() int { return xxx_messageInfo_EmailUpdateReply.Size(m) } func (m *EmailUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_EmailUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_EmailUpdateReply proto.InternalMessageInfo type EmailPrepareRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *EmailPrepareRequest) Reset() { *m = EmailPrepareRequest{} } func (m *EmailPrepareRequest) String() string { return proto.CompactTextString(m) } func (*EmailPrepareRequest) ProtoMessage() {} func (*EmailPrepareRequest) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{12} } func (m *EmailPrepareRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EmailPrepareRequest.Unmarshal(m, b) } func (m *EmailPrepareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_EmailPrepareRequest.Marshal(b, m, deterministic) } func (m *EmailPrepareRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_EmailPrepareRequest.Merge(m, src) } func (m *EmailPrepareRequest) XXX_Size() int { return xxx_messageInfo_EmailPrepareRequest.Size(m) } func (m *EmailPrepareRequest) XXX_DiscardUnknown() { xxx_messageInfo_EmailPrepareRequest.DiscardUnknown(m) } var xxx_messageInfo_EmailPrepareRequest proto.InternalMessageInfo func (m *EmailPrepareRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *EmailPrepareRequest) GetPassword() string { if m != nil { return m.Password } return "" } func (m *EmailPrepareRequest) GetEmail() string { if m != nil { return m.Email } return "" } type EmailPrepareReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *EmailPrepareReply) Reset() { *m = EmailPrepareReply{} } func (m *EmailPrepareReply) String() string { return proto.CompactTextString(m) } func (*EmailPrepareReply) ProtoMessage() {} func (*EmailPrepareReply) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{13} } func (m *EmailPrepareReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EmailPrepareReply.Unmarshal(m, b) } func (m *EmailPrepareReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_EmailPrepareReply.Marshal(b, m, deterministic) } func (m *EmailPrepareReply) XXX_Merge(src proto.Message) { xxx_messageInfo_EmailPrepareReply.Merge(m, src) } func (m *EmailPrepareReply) XXX_Size() int { return xxx_messageInfo_EmailPrepareReply.Size(m) } func (m *EmailPrepareReply) XXX_DiscardUnknown() { xxx_messageInfo_EmailPrepareReply.DiscardUnknown(m) } var xxx_messageInfo_EmailPrepareReply proto.InternalMessageInfo type PhoneUpdateRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PhoneUpdateRequest) Reset() { *m = PhoneUpdateRequest{} } func (m *PhoneUpdateRequest) String() string { return proto.CompactTextString(m) } func (*PhoneUpdateRequest) ProtoMessage() {} func (*PhoneUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{14} } func (m *PhoneUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PhoneUpdateRequest.Unmarshal(m, b) } func (m *PhoneUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PhoneUpdateRequest.Marshal(b, m, deterministic) } func (m *PhoneUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_PhoneUpdateRequest.Merge(m, src) } func (m *PhoneUpdateRequest) XXX_Size() int { return xxx_messageInfo_PhoneUpdateRequest.Size(m) } func (m *PhoneUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_PhoneUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_PhoneUpdateRequest proto.InternalMessageInfo func (m *PhoneUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *PhoneUpdateRequest) GetPhone() string { if m != nil { return m.Phone } return "" } type PhoneUpdateReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PhoneUpdateReply) Reset() { *m = PhoneUpdateReply{} } func (m *PhoneUpdateReply) String() string { return proto.CompactTextString(m) } func (*PhoneUpdateReply) ProtoMessage() {} func (*PhoneUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{15} } func (m *PhoneUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PhoneUpdateReply.Unmarshal(m, b) } func (m *PhoneUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PhoneUpdateReply.Marshal(b, m, deterministic) } func (m *PhoneUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_PhoneUpdateReply.Merge(m, src) } func (m *PhoneUpdateReply) XXX_Size() int { return xxx_messageInfo_PhoneUpdateReply.Size(m) } func (m *PhoneUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_PhoneUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_PhoneUpdateReply proto.InternalMessageInfo type UserInfoRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserInfoRequest) Reset() { *m = UserInfoRequest{} } func (m *UserInfoRequest) String() string { return proto.CompactTextString(m) } func (*UserInfoRequest) ProtoMessage() {} func (*UserInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{16} } func (m *UserInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserInfoRequest.Unmarshal(m, b) } func (m *UserInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserInfoRequest.Marshal(b, m, deterministic) } func (m *UserInfoRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_UserInfoRequest.Merge(m, src) } func (m *UserInfoRequest) XXX_Size() int { return xxx_messageInfo_UserInfoRequest.Size(m) } func (m *UserInfoRequest) XXX_DiscardUnknown() { xxx_messageInfo_UserInfoRequest.DiscardUnknown(m) } var xxx_messageInfo_UserInfoRequest proto.InternalMessageInfo func (m *UserInfoRequest) GetId() int64 { if m != nil { return m.Id } return 0 } type UserInfoReply struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"` Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserInfoReply) Reset() { *m = UserInfoReply{} } func (m *UserInfoReply) String() string { return proto.CompactTextString(m) } func (*UserInfoReply) ProtoMessage() {} func (*UserInfoReply) Descriptor() ([]byte, []int) { return fileDescriptor_116e343673f7ffaf, []int{17} } func (m *UserInfoReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserInfoReply.Unmarshal(m, b) } func (m *UserInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserInfoReply.Marshal(b, m, deterministic) } func (m *UserInfoReply) XXX_Merge(src proto.Message) { xxx_messageInfo_UserInfoReply.Merge(m, src) } func (m *UserInfoReply) XXX_Size() int { return xxx_messageInfo_UserInfoReply.Size(m) } func (m *UserInfoReply) XXX_DiscardUnknown() { xxx_messageInfo_UserInfoReply.DiscardUnknown(m) } var xxx_messageInfo_UserInfoReply proto.InternalMessageInfo func (m *UserInfoReply) GetEmail() string { if m != nil { return m.Email } return "" } func (m *UserInfoReply) GetPhone() string { if m != nil { return m.Phone } return "" } func init() { proto.RegisterType((*LoginRequest)(nil), "v1.LoginRequest") proto.RegisterType((*LoginReply)(nil), "v1.LoginReply") proto.RegisterType((*ChangePasswdRequest)(nil), "v1.ChangePasswdRequest") proto.RegisterType((*ChangePasswdReply)(nil), "v1.ChangePasswdReply") proto.RegisterType((*SetPhoneRequest)(nil), "v1.SetPhoneRequest") proto.RegisterType((*SetPhoneReply)(nil), "v1.SetPhoneReply") proto.RegisterType((*GetPhoneRequest)(nil), "v1.GetPhoneRequest") proto.RegisterType((*GetPhoneReply)(nil), "v1.GetPhoneReply") proto.RegisterType((*SetPasswdRequest)(nil), "v1.SetPasswdRequest") proto.RegisterType((*SetPasswdReply)(nil), "v1.SetPasswdReply") proto.RegisterType((*EmailUpdateRequest)(nil), "v1.EmailUpdateRequest") proto.RegisterType((*EmailUpdateReply)(nil), "v1.EmailUpdateReply") proto.RegisterType((*EmailPrepareRequest)(nil), "v1.EmailPrepareRequest") proto.RegisterType((*EmailPrepareReply)(nil), "v1.EmailPrepareReply") proto.RegisterType((*PhoneUpdateRequest)(nil), "v1.PhoneUpdateRequest") proto.RegisterType((*PhoneUpdateReply)(nil), "v1.PhoneUpdateReply") proto.RegisterType((*UserInfoRequest)(nil), "v1.UserInfoRequest") proto.RegisterType((*UserInfoReply)(nil), "v1.UserInfoReply") } func init() { proto.RegisterFile("user.proto", fileDescriptor_116e343673f7ffaf) } var fileDescriptor_116e343673f7ffaf = []byte{ // 388 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0xc1, 0xab, 0xd3, 0x40, 0x10, 0x87, 0x49, 0x62, 0xab, 0x0e, 0xb6, 0x49, 0x37, 0x22, 0xc1, 0x93, 0xdd, 0x5e, 0xbc, 0xd4, 0x52, 0xbc, 0x29, 0x88, 0x28, 0x52, 0x44, 0xd1, 0x12, 0x29, 0xc2, 0xbb, 0x6d, 0xc9, 0xbe, 0xb4, 0x90, 0xec, 0xee, 0xdb, 0xa4, 0x29, 0xfd, 0xef, 0x1f, 0xb3, 0x4d, 0xd2, 0x84, 0x26, 0xaf, 0xb7, 0x99, 0x21, 0xf3, 0xfd, 0x3e, 0x66, 0x5b, 0x80, 0x43, 0xc6, 0xf5, 0x07, 0xa5, 0x65, 0x2e, 0x89, 0x5d, 0x2c, 0xe9, 0x17, 0x78, 0xf5, 0x5b, 0xc6, 0x7b, 0x11, 0xf2, 0x87, 0x03, 0xcf, 0x72, 0x42, 0xe0, 0x19, 0x7e, 0x11, 0x58, 0xef, 0xac, 0xf7, 0x2f, 0x43, 0x53, 0x93, 0xb7, 0xf0, 0x42, 0xb1, 0x2c, 0x3b, 0x4a, 0x1d, 0x05, 0xb6, 0x99, 0xd7, 0x3d, 0xfd, 0x03, 0x50, 0xee, 0xab, 0xe4, 0x44, 0x3c, 0x70, 0x0e, 0xfb, 0xc8, 0x2c, 0x3b, 0x21, 0x96, 0x24, 0x80, 0xe7, 0x11, 0x2f, 0x78, 0x22, 0x95, 0x59, 0x1d, 0x84, 0x55, 0x4b, 0x5e, 0xc3, 0x40, 0xed, 0xa4, 0xe0, 0x81, 0x63, 0x90, 0xe7, 0x86, 0xfe, 0x02, 0xff, 0xfb, 0x8e, 0x89, 0x98, 0xaf, 0x31, 0x21, 0xaa, 0xb4, 0xae, 0xc1, 0x1e, 0x38, 0x32, 0xa9, 0x7c, 0xb0, 0xc4, 0x89, 0xe0, 0xc7, 0x12, 0x87, 0x25, 0xf5, 0x61, 0xd2, 0x86, 0xa9, 0xe4, 0x44, 0xff, 0x82, 0xfb, 0x8f, 0xe7, 0x6b, 0x4c, 0xeb, 0xa7, 0xd7, 0x72, 0x76, 0x43, 0x0e, 0xa7, 0x3c, 0x65, 0xfb, 0xa4, 0x52, 0x36, 0x0d, 0x75, 0x61, 0x74, 0x01, 0x62, 0xc2, 0x0c, 0xdc, 0xd5, 0xad, 0x04, 0xfa, 0x19, 0x46, 0xab, 0xe6, 0xd6, 0x25, 0xd2, 0xea, 0x8c, 0xb4, 0x9b, 0x91, 0x5f, 0xc1, 0xc3, 0xc8, 0xd6, 0x89, 0xba, 0x95, 0xdf, 0xc0, 0xd0, 0xbc, 0x55, 0x54, 0x62, 0xcb, 0x8e, 0x7a, 0x30, 0x6e, 0x10, 0xd0, 0xfa, 0x13, 0x90, 0x1f, 0x08, 0xdf, 0xa8, 0x88, 0xe5, 0xb5, 0xf8, 0x18, 0xec, 0xda, 0xdb, 0x3e, 0x1f, 0xa6, 0xc3, 0x87, 0x80, 0xd7, 0xda, 0x45, 0xde, 0x7f, 0xf0, 0xcd, 0x6c, 0xad, 0xb9, 0x62, 0xba, 0x17, 0xf8, 0xc4, 0x8f, 0xab, 0xe7, 0xde, 0x3e, 0x4c, 0xda, 0xe0, 0xd2, 0xde, 0xdc, 0xf2, 0xa6, 0xfd, 0xf5, 0x8d, 0xd0, 0xbe, 0xb5, 0x8b, 0xbc, 0x29, 0xb8, 0x9b, 0x8c, 0xeb, 0x9f, 0xe2, 0x5e, 0xf6, 0xc0, 0xf0, 0x05, 0x2f, 0x9f, 0x94, 0x2f, 0x78, 0xd6, 0xb5, 0x1a, 0xba, 0xdd, 0x99, 0xdf, 0x66, 0x77, 0xd3, 0x2c, 0x65, 0x3a, 0x9f, 0xc7, 0xb2, 0xe0, 0x5a, 0xa4, 0x5c, 0xe4, 0xf3, 0x94, 0x09, 0x16, 0x73, 0x2c, 0x17, 0x6a, 0xbb, 0x28, 0x96, 0xdb, 0xa1, 0xf9, 0x9f, 0x7e, 0x7c, 0x0c, 0x00, 0x00, 0xff, 0xff, 0x67, 0x2e, 0xcf, 0x7f, 0xb5, 0x03, 0x00, 0x00, }