4687 lines
164 KiB
Go
4687 lines
164 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.1
|
|
// protoc v4.22.0--rc2
|
|
// source: pb/artistinfo/artistinfo.proto
|
|
|
|
package artistinfo
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
// Symbols defined in public import of google/protobuf/timestamp.proto.
|
|
|
|
type Timestamp = timestamppb.Timestamp
|
|
|
|
type CommonNoParams struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *CommonNoParams) Reset() {
|
|
*x = CommonNoParams{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CommonNoParams) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CommonNoParams) ProtoMessage() {}
|
|
|
|
func (x *CommonNoParams) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[0]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CommonNoParams.ProtoReflect.Descriptor instead.
|
|
func (*CommonNoParams) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
type UpdateMsgRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
|
|
}
|
|
|
|
func (x *UpdateMsgRequest) Reset() {
|
|
*x = UpdateMsgRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateMsgRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateMsgRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateMsgRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[1]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateMsgRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateMsgRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *UpdateMsgRequest) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type UpdateMsgRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *UpdateMsgRespond) Reset() {
|
|
*x = UpdateMsgRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateMsgRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateMsgRespond) ProtoMessage() {}
|
|
|
|
func (x *UpdateMsgRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[2]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateMsgRespond.ProtoReflect.Descriptor instead.
|
|
func (*UpdateMsgRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
type GetUserMsgRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
|
|
}
|
|
|
|
func (x *GetUserMsgRequest) Reset() {
|
|
*x = GetUserMsgRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetUserMsgRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetUserMsgRequest) ProtoMessage() {}
|
|
|
|
func (x *GetUserMsgRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[3]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetUserMsgRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetUserMsgRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *GetUserMsgRequest) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetUserMsgRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
MgmtUserId uint64 `protobuf:"varint,2,opt,name=mgmtUserId,proto3" json:"mgmtUserId,omitempty"`
|
|
MgmtArtistId string `protobuf:"bytes,3,opt,name=mgmtArtistId,proto3" json:"mgmtArtistId,omitempty"`
|
|
Account string `protobuf:"bytes,4,opt,name=account,proto3" json:"account,omitempty"`
|
|
MnemonicWords string `protobuf:"bytes,5,opt,name=mnemonicWords,proto3" json:"mnemonicWords,omitempty"`
|
|
TelNum string `protobuf:"bytes,6,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
|
|
PenName string `protobuf:"bytes,8,opt,name=penName,proto3" json:"penName,omitempty"`
|
|
StageName string `protobuf:"bytes,9,opt,name=stageName,proto3" json:"stageName,omitempty"`
|
|
JoinAssoTime string `protobuf:"bytes,10,opt,name=joinAssoTime,proto3" json:"joinAssoTime,omitempty"`
|
|
CertificateNum string `protobuf:"bytes,11,opt,name=certificateNum,proto3" json:"certificateNum,omitempty"`
|
|
CertificateImg string `protobuf:"bytes,12,opt,name=certificateImg,proto3" json:"certificateImg,omitempty"`
|
|
Key string `protobuf:"bytes,13,opt,name=key,proto3" json:"key,omitempty"`
|
|
RealNameID int32 `protobuf:"varint,14,opt,name=realNameID,proto3" json:"realNameID,omitempty"`
|
|
IDNum string `protobuf:"bytes,15,opt,name=iDNum,json=idNum,proto3" json:"iDNum,omitempty"`
|
|
Sex int32 `protobuf:"varint,16,opt,name=sex,proto3" json:"sex,omitempty"`
|
|
Ruler int64 `protobuf:"varint,17,opt,name=ruler,proto3" json:"ruler,omitempty"`
|
|
OpenId string `protobuf:"bytes,18,opt,name=openId,proto3" json:"openId,omitempty"`
|
|
CustomerId string `protobuf:"bytes,19,opt,name=customerId,proto3" json:"customerId,omitempty"`
|
|
Age int32 `protobuf:"varint,20,opt,name=age,proto3" json:"age,omitempty"`
|
|
Introduct string `protobuf:"bytes,21,opt,name=introduct,proto3" json:"introduct,omitempty"`
|
|
CreatedAt string `protobuf:"bytes,22,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
|
|
ConAddress string `protobuf:"bytes,23,opt,name=conAddress,proto3" json:"conAddress,omitempty"`
|
|
Photo string `protobuf:"bytes,24,opt,name=photo,proto3" json:"photo,omitempty"`
|
|
Video string `protobuf:"bytes,25,opt,name=video,proto3" json:"video,omitempty"`
|
|
IsRealName int64 `protobuf:"varint,26,opt,name=isRealName,proto3" json:"isRealName,omitempty"`
|
|
IsFdd int64 `protobuf:"varint,27,opt,name=isFdd,proto3" json:"isFdd,omitempty"`
|
|
FddState int64 `protobuf:"varint,28,opt,name=fddState,proto3" json:"fddState,omitempty"`
|
|
WxAccount string `protobuf:"bytes,29,opt,name=wxAccount,proto3" json:"wxAccount,omitempty"`
|
|
IsLock bool `protobuf:"varint,30,opt,name=isLock,proto3" json:"isLock,omitempty"`
|
|
InvitedCode string `protobuf:"bytes,31,opt,name=invitedCode,proto3" json:"invitedCode,omitempty"`
|
|
IsRead int32 `protobuf:"varint,32,opt,name=isRead,proto3" json:"isRead,omitempty"`
|
|
IsImport int32 `protobuf:"varint,33,opt,name=isImport,proto3" json:"isImport,omitempty"`
|
|
Enable bool `protobuf:"varint,34,opt,name=enable,proto3" json:"enable,omitempty"`
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) Reset() {
|
|
*x = GetUserMsgRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetUserMsgRespond) ProtoMessage() {}
|
|
|
|
func (x *GetUserMsgRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[4]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetUserMsgRespond.ProtoReflect.Descriptor instead.
|
|
func (*GetUserMsgRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetMgmtUserId() uint64 {
|
|
if x != nil {
|
|
return x.MgmtUserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetMgmtArtistId() string {
|
|
if x != nil {
|
|
return x.MgmtArtistId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetAccount() string {
|
|
if x != nil {
|
|
return x.Account
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetMnemonicWords() string {
|
|
if x != nil {
|
|
return x.MnemonicWords
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetPenName() string {
|
|
if x != nil {
|
|
return x.PenName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetStageName() string {
|
|
if x != nil {
|
|
return x.StageName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetJoinAssoTime() string {
|
|
if x != nil {
|
|
return x.JoinAssoTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetCertificateNum() string {
|
|
if x != nil {
|
|
return x.CertificateNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetCertificateImg() string {
|
|
if x != nil {
|
|
return x.CertificateImg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetKey() string {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetRealNameID() int32 {
|
|
if x != nil {
|
|
return x.RealNameID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetIDNum() string {
|
|
if x != nil {
|
|
return x.IDNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetSex() int32 {
|
|
if x != nil {
|
|
return x.Sex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetRuler() int64 {
|
|
if x != nil {
|
|
return x.Ruler
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetOpenId() string {
|
|
if x != nil {
|
|
return x.OpenId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetCustomerId() string {
|
|
if x != nil {
|
|
return x.CustomerId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetAge() int32 {
|
|
if x != nil {
|
|
return x.Age
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetIntroduct() string {
|
|
if x != nil {
|
|
return x.Introduct
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetCreatedAt() string {
|
|
if x != nil {
|
|
return x.CreatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetConAddress() string {
|
|
if x != nil {
|
|
return x.ConAddress
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetPhoto() string {
|
|
if x != nil {
|
|
return x.Photo
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetVideo() string {
|
|
if x != nil {
|
|
return x.Video
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetIsRealName() int64 {
|
|
if x != nil {
|
|
return x.IsRealName
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetIsFdd() int64 {
|
|
if x != nil {
|
|
return x.IsFdd
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetFddState() int64 {
|
|
if x != nil {
|
|
return x.FddState
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetWxAccount() string {
|
|
if x != nil {
|
|
return x.WxAccount
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetIsLock() bool {
|
|
if x != nil {
|
|
return x.IsLock
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetInvitedCode() string {
|
|
if x != nil {
|
|
return x.InvitedCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetIsRead() int32 {
|
|
if x != nil {
|
|
return x.IsRead
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetIsImport() int32 {
|
|
if x != nil {
|
|
return x.IsImport
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetEnable() bool {
|
|
if x != nil {
|
|
return x.Enable
|
|
}
|
|
return false
|
|
}
|
|
|
|
type CheckInvitedCodeRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
InvitedCode string `protobuf:"bytes,1,opt,name=invitedCode,proto3" json:"invitedCode,omitempty"`
|
|
}
|
|
|
|
func (x *CheckInvitedCodeRequest) Reset() {
|
|
*x = CheckInvitedCodeRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CheckInvitedCodeRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CheckInvitedCodeRequest) ProtoMessage() {}
|
|
|
|
func (x *CheckInvitedCodeRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[5]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CheckInvitedCodeRequest.ProtoReflect.Descriptor instead.
|
|
func (*CheckInvitedCodeRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *CheckInvitedCodeRequest) GetInvitedCode() string {
|
|
if x != nil {
|
|
return x.InvitedCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type CheckInvitedCodeRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *CheckInvitedCodeRespond) Reset() {
|
|
*x = CheckInvitedCodeRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CheckInvitedCodeRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CheckInvitedCodeRespond) ProtoMessage() {}
|
|
|
|
func (x *CheckInvitedCodeRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[6]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CheckInvitedCodeRespond.ProtoReflect.Descriptor instead.
|
|
func (*CheckInvitedCodeRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
type UnFinishListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
}
|
|
|
|
func (x *UnFinishListRequest) Reset() {
|
|
*x = UnFinishListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UnFinishListRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UnFinishListRequest) ProtoMessage() {}
|
|
|
|
func (x *UnFinishListRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[7]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UnFinishListRequest.ProtoReflect.Descriptor instead.
|
|
func (*UnFinishListRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *UnFinishListRequest) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type UnFinishListRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ContractList int64 `protobuf:"varint,1,opt,name=contractList,proto3" json:"contractList,omitempty"`
|
|
SupplyInfoList int64 `protobuf:"varint,2,opt,name=supplyInfoList,proto3" json:"supplyInfoList,omitempty"`
|
|
AccountStateList int64 `protobuf:"varint,3,opt,name=accountStateList,proto3" json:"accountStateList,omitempty"`
|
|
}
|
|
|
|
func (x *UnFinishListRespond) Reset() {
|
|
*x = UnFinishListRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UnFinishListRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UnFinishListRespond) ProtoMessage() {}
|
|
|
|
func (x *UnFinishListRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[8]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UnFinishListRespond.ProtoReflect.Descriptor instead.
|
|
func (*UnFinishListRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *UnFinishListRespond) GetContractList() int64 {
|
|
if x != nil {
|
|
return x.ContractList
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UnFinishListRespond) GetSupplyInfoList() int64 {
|
|
if x != nil {
|
|
return x.SupplyInfoList
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UnFinishListRespond) GetAccountStateList() int64 {
|
|
if x != nil {
|
|
return x.AccountStateList
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type UploadPicRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *UploadPicRequest) Reset() {
|
|
*x = UploadPicRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UploadPicRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UploadPicRequest) ProtoMessage() {}
|
|
|
|
func (x *UploadPicRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[9]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UploadPicRequest.ProtoReflect.Descriptor instead.
|
|
func (*UploadPicRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
type UploadPicRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *UploadPicRespond) Reset() {
|
|
*x = UploadPicRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UploadPicRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UploadPicRespond) ProtoMessage() {}
|
|
|
|
func (x *UploadPicRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[10]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UploadPicRespond.ProtoReflect.Descriptor instead.
|
|
func (*UploadPicRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
type UploadIdCardRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *UploadIdCardRequest) Reset() {
|
|
*x = UploadIdCardRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UploadIdCardRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UploadIdCardRequest) ProtoMessage() {}
|
|
|
|
func (x *UploadIdCardRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[11]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UploadIdCardRequest.ProtoReflect.Descriptor instead.
|
|
func (*UploadIdCardRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
type UploadIdCardRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *UploadIdCardRespond) Reset() {
|
|
*x = UploadIdCardRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UploadIdCardRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UploadIdCardRespond) ProtoMessage() {}
|
|
|
|
func (x *UploadIdCardRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[12]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UploadIdCardRespond.ProtoReflect.Descriptor instead.
|
|
func (*UploadIdCardRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
type CheckMsgRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
TelNum string `protobuf:"bytes,1,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
VerCode string `protobuf:"bytes,2,opt,name=verCode,proto3" json:"verCode,omitempty"`
|
|
}
|
|
|
|
func (x *CheckMsgRequest) Reset() {
|
|
*x = CheckMsgRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CheckMsgRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CheckMsgRequest) ProtoMessage() {}
|
|
|
|
func (x *CheckMsgRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[13]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CheckMsgRequest.ProtoReflect.Descriptor instead.
|
|
func (*CheckMsgRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *CheckMsgRequest) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CheckMsgRequest) GetVerCode() string {
|
|
if x != nil {
|
|
return x.VerCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type RegisterUserRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
MgmtUserId uint64 `protobuf:"varint,2,opt,name=mgmtUserId,proto3" json:"mgmtUserId,omitempty"`
|
|
MgmtArtistId string `protobuf:"bytes,3,opt,name=mgmtArtistId,proto3" json:"mgmtArtistId,omitempty"`
|
|
TelNum string `protobuf:"bytes,4,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
}
|
|
|
|
func (x *RegisterUserRequest) Reset() {
|
|
*x = RegisterUserRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RegisterUserRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RegisterUserRequest) ProtoMessage() {}
|
|
|
|
func (x *RegisterUserRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[14]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RegisterUserRequest.ProtoReflect.Descriptor instead.
|
|
func (*RegisterUserRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *RegisterUserRequest) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RegisterUserRequest) GetMgmtUserId() uint64 {
|
|
if x != nil {
|
|
return x.MgmtUserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RegisterUserRequest) GetMgmtArtistId() string {
|
|
if x != nil {
|
|
return x.MgmtArtistId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RegisterUserRequest) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type RegisterUserRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *RegisterUserRespond) Reset() {
|
|
*x = RegisterUserRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RegisterUserRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RegisterUserRespond) ProtoMessage() {}
|
|
|
|
func (x *RegisterUserRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[15]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use RegisterUserRespond.ProtoReflect.Descriptor instead.
|
|
func (*RegisterUserRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
type GetUserRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
TelNum string `protobuf:"bytes,1,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
}
|
|
|
|
func (x *GetUserRequest) Reset() {
|
|
*x = GetUserRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetUserRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetUserRequest) ProtoMessage() {}
|
|
|
|
func (x *GetUserRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[16]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetUserRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
func (x *GetUserRequest) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetUserRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
MgmtUserId uint64 `protobuf:"varint,2,opt,name=mgmtUserId,proto3" json:"mgmtUserId,omitempty"`
|
|
MgmtArtistId string `protobuf:"bytes,3,opt,name=mgmtArtistId,proto3" json:"mgmtArtistId,omitempty"`
|
|
TelNum string `protobuf:"bytes,4,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
IsFdd int64 `protobuf:"varint,5,opt,name=isFdd,proto3" json:"isFdd,omitempty"`
|
|
IsRealName int64 `protobuf:"varint,6,opt,name=isRealName,proto3" json:"isRealName,omitempty"`
|
|
Ruler int64 `protobuf:"varint,7,opt,name=ruler,proto3" json:"ruler,omitempty"`
|
|
}
|
|
|
|
func (x *GetUserRespond) Reset() {
|
|
*x = GetUserRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetUserRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetUserRespond) ProtoMessage() {}
|
|
|
|
func (x *GetUserRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[17]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetUserRespond.ProtoReflect.Descriptor instead.
|
|
func (*GetUserRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
func (x *GetUserRespond) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserRespond) GetMgmtUserId() uint64 {
|
|
if x != nil {
|
|
return x.MgmtUserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserRespond) GetMgmtArtistId() string {
|
|
if x != nil {
|
|
return x.MgmtArtistId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserRespond) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserRespond) GetIsFdd() int64 {
|
|
if x != nil {
|
|
return x.IsFdd
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserRespond) GetIsRealName() int64 {
|
|
if x != nil {
|
|
return x.IsRealName
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserRespond) GetRuler() int64 {
|
|
if x != nil {
|
|
return x.Ruler
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetUserByIdRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
}
|
|
|
|
func (x *GetUserByIdRequest) Reset() {
|
|
*x = GetUserByIdRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetUserByIdRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetUserByIdRequest) ProtoMessage() {}
|
|
|
|
func (x *GetUserByIdRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[18]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetUserByIdRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetUserByIdRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *GetUserByIdRequest) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetUserByIdRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
MgmtUserId uint64 `protobuf:"varint,2,opt,name=mgmtUserId,proto3" json:"mgmtUserId,omitempty"`
|
|
MgmtArtistId string `protobuf:"bytes,3,opt,name=mgmtArtistId,proto3" json:"mgmtArtistId,omitempty"`
|
|
TelNum string `protobuf:"bytes,4,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
IsFdd int64 `protobuf:"varint,5,opt,name=isFdd,proto3" json:"isFdd,omitempty"`
|
|
IsRealName int64 `protobuf:"varint,6,opt,name=isRealName,proto3" json:"isRealName,omitempty"`
|
|
Ruler int64 `protobuf:"varint,7,opt,name=ruler,proto3" json:"ruler,omitempty"`
|
|
InvitedCode string `protobuf:"bytes,8,opt,name=invitedCode,proto3" json:"invitedCode,omitempty"`
|
|
CustomerId string `protobuf:"bytes,9,opt,name=customerId,proto3" json:"customerId,omitempty"`
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) Reset() {
|
|
*x = GetUserByIdRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetUserByIdRespond) ProtoMessage() {}
|
|
|
|
func (x *GetUserByIdRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[19]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetUserByIdRespond.ProtoReflect.Descriptor instead.
|
|
func (*GetUserByIdRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetMgmtUserId() uint64 {
|
|
if x != nil {
|
|
return x.MgmtUserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetMgmtArtistId() string {
|
|
if x != nil {
|
|
return x.MgmtArtistId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetIsFdd() int64 {
|
|
if x != nil {
|
|
return x.IsFdd
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetIsRealName() int64 {
|
|
if x != nil {
|
|
return x.IsRealName
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetRuler() int64 {
|
|
if x != nil {
|
|
return x.Ruler
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetInvitedCode() string {
|
|
if x != nil {
|
|
return x.InvitedCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetCustomerId() string {
|
|
if x != nil {
|
|
return x.CustomerId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetUserByIdData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
TelNum string `protobuf:"bytes,1,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
CertificateNum string `protobuf:"bytes,2,opt,name=certificateNum,proto3" json:"certificateNum,omitempty"`
|
|
CertificateImg string `protobuf:"bytes,3,opt,name=certificateImg,proto3" json:"certificateImg,omitempty"`
|
|
JoinAssoTime string `protobuf:"bytes,4,opt,name=joinAssoTime,proto3" json:"joinAssoTime,omitempty"`
|
|
RealName string `protobuf:"bytes,5,opt,name=realName,proto3" json:"realName,omitempty"`
|
|
PenName string `protobuf:"bytes,6,opt,name=penName,proto3" json:"penName,omitempty"`
|
|
StageName string `protobuf:"bytes,7,opt,name=stageName,proto3" json:"stageName,omitempty"`
|
|
Sex int32 `protobuf:"varint,8,opt,name=sex,proto3" json:"sex,omitempty"`
|
|
IdCard string `protobuf:"bytes,9,opt,name=idCard,proto3" json:"idCard,omitempty"`
|
|
IdCardFront string `protobuf:"bytes,10,opt,name=idCardFront,proto3" json:"idCardFront,omitempty"`
|
|
IdCardBack string `protobuf:"bytes,11,opt,name=idCardBack,proto3" json:"idCardBack,omitempty"`
|
|
Age int32 `protobuf:"varint,12,opt,name=age,proto3" json:"age,omitempty"`
|
|
Ruler int64 `protobuf:"varint,13,opt,name=ruler,proto3" json:"ruler,omitempty"`
|
|
ConAddress []string `protobuf:"bytes,14,rep,name=conAddress,proto3" json:"conAddress,omitempty"`
|
|
Photo string `protobuf:"bytes,15,opt,name=photo,proto3" json:"photo,omitempty"`
|
|
Video string `protobuf:"bytes,16,opt,name=video,proto3" json:"video,omitempty"`
|
|
FddState int64 `protobuf:"varint,17,opt,name=fddState,proto3" json:"fddState,omitempty"`
|
|
CustomerId string `protobuf:"bytes,18,opt,name=customerId,proto3" json:"customerId,omitempty"`
|
|
InvitedCode string `protobuf:"bytes,19,opt,name=invitedCode,proto3" json:"invitedCode,omitempty"`
|
|
InvitedName string `protobuf:"bytes,20,opt,name=invitedName,proto3" json:"invitedName,omitempty"`
|
|
WxAccount string `protobuf:"bytes,21,opt,name=wxAccount,proto3" json:"wxAccount,omitempty"`
|
|
QrCodeImg string `protobuf:"bytes,22,opt,name=qrCodeImg,json=qrCode,proto3" json:"qrCodeImg,omitempty"`
|
|
QrCodeImgDownload string `protobuf:"bytes,23,opt,name=qrCodeImgDownload,json=qrCodeDownload,proto3" json:"qrCodeImgDownload,omitempty"`
|
|
HtmlType string `protobuf:"bytes,24,opt,name=htmlType,proto3" json:"htmlType,omitempty"`
|
|
EnvType string `protobuf:"bytes,25,opt,name=envType,proto3" json:"envType,omitempty"`
|
|
}
|
|
|
|
func (x *GetUserByIdData) Reset() {
|
|
*x = GetUserByIdData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetUserByIdData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetUserByIdData) ProtoMessage() {}
|
|
|
|
func (x *GetUserByIdData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[20]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetUserByIdData.ProtoReflect.Descriptor instead.
|
|
func (*GetUserByIdData) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{20}
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetCertificateNum() string {
|
|
if x != nil {
|
|
return x.CertificateNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetCertificateImg() string {
|
|
if x != nil {
|
|
return x.CertificateImg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetJoinAssoTime() string {
|
|
if x != nil {
|
|
return x.JoinAssoTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetRealName() string {
|
|
if x != nil {
|
|
return x.RealName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetPenName() string {
|
|
if x != nil {
|
|
return x.PenName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetStageName() string {
|
|
if x != nil {
|
|
return x.StageName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetSex() int32 {
|
|
if x != nil {
|
|
return x.Sex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetIdCard() string {
|
|
if x != nil {
|
|
return x.IdCard
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetIdCardFront() string {
|
|
if x != nil {
|
|
return x.IdCardFront
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetIdCardBack() string {
|
|
if x != nil {
|
|
return x.IdCardBack
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetAge() int32 {
|
|
if x != nil {
|
|
return x.Age
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetRuler() int64 {
|
|
if x != nil {
|
|
return x.Ruler
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetConAddress() []string {
|
|
if x != nil {
|
|
return x.ConAddress
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetPhoto() string {
|
|
if x != nil {
|
|
return x.Photo
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetVideo() string {
|
|
if x != nil {
|
|
return x.Video
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetFddState() int64 {
|
|
if x != nil {
|
|
return x.FddState
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetCustomerId() string {
|
|
if x != nil {
|
|
return x.CustomerId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetInvitedCode() string {
|
|
if x != nil {
|
|
return x.InvitedCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetInvitedName() string {
|
|
if x != nil {
|
|
return x.InvitedName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetWxAccount() string {
|
|
if x != nil {
|
|
return x.WxAccount
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetQrCodeImg() string {
|
|
if x != nil {
|
|
return x.QrCodeImg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetQrCodeImgDownload() string {
|
|
if x != nil {
|
|
return x.QrCodeImgDownload
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetHtmlType() string {
|
|
if x != nil {
|
|
return x.HtmlType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdData) GetEnvType() string {
|
|
if x != nil {
|
|
return x.EnvType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type CreateUserRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
TelNum string `protobuf:"bytes,2,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
}
|
|
|
|
func (x *CreateUserRequest) Reset() {
|
|
*x = CreateUserRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CreateUserRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateUserRequest) ProtoMessage() {}
|
|
|
|
func (x *CreateUserRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[21]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreateUserRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
|
|
func (x *CreateUserRequest) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CreateUserRequest) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type CreateUserRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *CreateUserRespond) Reset() {
|
|
*x = CreateUserRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CreateUserRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateUserRespond) ProtoMessage() {}
|
|
|
|
func (x *CreateUserRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[22]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateUserRespond.ProtoReflect.Descriptor instead.
|
|
func (*CreateUserRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{22}
|
|
}
|
|
|
|
type CreateUserInfoRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
TelNum string `protobuf:"bytes,1,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
CertificateNum string `protobuf:"bytes,2,opt,name=certificateNum,proto3" json:"certificateNum,omitempty"`
|
|
CertificateImg string `protobuf:"bytes,3,opt,name=certificateImg,proto3" json:"certificateImg,omitempty"`
|
|
JoinAssoTime string `protobuf:"bytes,4,opt,name=joinAssoTime,proto3" json:"joinAssoTime,omitempty"`
|
|
RealName string `protobuf:"bytes,5,opt,name=realName,proto3" json:"realName,omitempty"`
|
|
PenName string `protobuf:"bytes,6,opt,name=penName,proto3" json:"penName,omitempty"`
|
|
StageName string `protobuf:"bytes,7,opt,name=stageName,proto3" json:"stageName,omitempty"`
|
|
Sex int32 `protobuf:"varint,8,opt,name=sex,proto3" json:"sex,omitempty"`
|
|
IdCard string `protobuf:"bytes,9,opt,name=idCard,proto3" json:"idCard,omitempty"`
|
|
IdCardFront string `protobuf:"bytes,10,opt,name=idCardFront,proto3" json:"idCardFront,omitempty"`
|
|
IdCardBack string `protobuf:"bytes,11,opt,name=idCardBack,proto3" json:"idCardBack,omitempty"`
|
|
Age int32 `protobuf:"varint,12,opt,name=age,proto3" json:"age,omitempty"`
|
|
Ruler int64 `protobuf:"varint,13,opt,name=ruler,proto3" json:"ruler,omitempty"`
|
|
ConAddress []string `protobuf:"bytes,14,rep,name=conAddress,proto3" json:"conAddress,omitempty"`
|
|
Photo string `protobuf:"bytes,15,opt,name=photo,proto3" json:"photo,omitempty"`
|
|
Video string `protobuf:"bytes,16,opt,name=video,proto3" json:"video,omitempty"`
|
|
FddState int64 `protobuf:"varint,17,opt,name=fddState,proto3" json:"fddState,omitempty"`
|
|
CustomerId string `protobuf:"bytes,18,opt,name=customerId,proto3" json:"customerId,omitempty"`
|
|
InvitedCode string `protobuf:"bytes,19,opt,name=invitedCode,proto3" json:"invitedCode,omitempty"`
|
|
InvitedName string `protobuf:"bytes,20,opt,name=invitedName,proto3" json:"invitedName,omitempty"`
|
|
WxAccount string `protobuf:"bytes,21,opt,name=wxAccount,proto3" json:"wxAccount,omitempty"`
|
|
QrCodeImg string `protobuf:"bytes,22,opt,name=qrCodeImg,json=qrCode,proto3" json:"qrCodeImg,omitempty"`
|
|
QrCodeImgDownload string `protobuf:"bytes,23,opt,name=qrCodeImgDownload,json=qrCodeDownload,proto3" json:"qrCodeImgDownload,omitempty"`
|
|
HtmlType string `protobuf:"bytes,24,opt,name=htmlType,proto3" json:"htmlType,omitempty"`
|
|
EnvType string `protobuf:"bytes,25,opt,name=envType,proto3" json:"envType,omitempty"`
|
|
Id uint64 `protobuf:"varint,26,opt,name=id,proto3" json:"id,omitempty"`
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) Reset() {
|
|
*x = CreateUserInfoRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateUserInfoRequest) ProtoMessage() {}
|
|
|
|
func (x *CreateUserInfoRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[23]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateUserInfoRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreateUserInfoRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{23}
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetCertificateNum() string {
|
|
if x != nil {
|
|
return x.CertificateNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetCertificateImg() string {
|
|
if x != nil {
|
|
return x.CertificateImg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetJoinAssoTime() string {
|
|
if x != nil {
|
|
return x.JoinAssoTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetRealName() string {
|
|
if x != nil {
|
|
return x.RealName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetPenName() string {
|
|
if x != nil {
|
|
return x.PenName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetStageName() string {
|
|
if x != nil {
|
|
return x.StageName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetSex() int32 {
|
|
if x != nil {
|
|
return x.Sex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetIdCard() string {
|
|
if x != nil {
|
|
return x.IdCard
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetIdCardFront() string {
|
|
if x != nil {
|
|
return x.IdCardFront
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetIdCardBack() string {
|
|
if x != nil {
|
|
return x.IdCardBack
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetAge() int32 {
|
|
if x != nil {
|
|
return x.Age
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetRuler() int64 {
|
|
if x != nil {
|
|
return x.Ruler
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetConAddress() []string {
|
|
if x != nil {
|
|
return x.ConAddress
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetPhoto() string {
|
|
if x != nil {
|
|
return x.Photo
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetVideo() string {
|
|
if x != nil {
|
|
return x.Video
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetFddState() int64 {
|
|
if x != nil {
|
|
return x.FddState
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetCustomerId() string {
|
|
if x != nil {
|
|
return x.CustomerId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetInvitedCode() string {
|
|
if x != nil {
|
|
return x.InvitedCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetInvitedName() string {
|
|
if x != nil {
|
|
return x.InvitedName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetWxAccount() string {
|
|
if x != nil {
|
|
return x.WxAccount
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetQrCodeImg() string {
|
|
if x != nil {
|
|
return x.QrCodeImg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetQrCodeImgDownload() string {
|
|
if x != nil {
|
|
return x.QrCodeImgDownload
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetHtmlType() string {
|
|
if x != nil {
|
|
return x.HtmlType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetEnvType() string {
|
|
if x != nil {
|
|
return x.EnvType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CreateUserInfoRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *CreateUserInfoRespond) Reset() {
|
|
*x = CreateUserInfoRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[24]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CreateUserInfoRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateUserInfoRespond) ProtoMessage() {}
|
|
|
|
func (x *CreateUserInfoRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[24]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateUserInfoRespond.ProtoReflect.Descriptor instead.
|
|
func (*CreateUserInfoRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{24}
|
|
}
|
|
|
|
type UpdateRealNameRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` //用户id
|
|
IdNum string `protobuf:"bytes,2,opt,name=idNum,proto3" json:"idNum,omitempty"` // 身份证号码
|
|
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // 姓名
|
|
}
|
|
|
|
func (x *UpdateRealNameRequest) Reset() {
|
|
*x = UpdateRealNameRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[25]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateRealNameRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateRealNameRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateRealNameRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[25]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateRealNameRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateRealNameRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{25}
|
|
}
|
|
|
|
func (x *UpdateRealNameRequest) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateRealNameRequest) GetIdNum() string {
|
|
if x != nil {
|
|
return x.IdNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateRealNameRequest) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UpdateRealNameRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *UpdateRealNameRespond) Reset() {
|
|
*x = UpdateRealNameRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[26]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateRealNameRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateRealNameRespond) ProtoMessage() {}
|
|
|
|
func (x *UpdateRealNameRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[26]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateRealNameRespond.ProtoReflect.Descriptor instead.
|
|
func (*UpdateRealNameRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{26}
|
|
}
|
|
|
|
type FinishVerifyRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
}
|
|
|
|
func (x *FinishVerifyRequest) Reset() {
|
|
*x = FinishVerifyRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[27]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *FinishVerifyRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FinishVerifyRequest) ProtoMessage() {}
|
|
|
|
func (x *FinishVerifyRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[27]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use FinishVerifyRequest.ProtoReflect.Descriptor instead.
|
|
func (*FinishVerifyRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{27}
|
|
}
|
|
|
|
func (x *FinishVerifyRequest) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type FinishVerifyRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *FinishVerifyRespond) Reset() {
|
|
*x = FinishVerifyRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[28]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *FinishVerifyRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FinishVerifyRespond) ProtoMessage() {}
|
|
|
|
func (x *FinishVerifyRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[28]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use FinishVerifyRespond.ProtoReflect.Descriptor instead.
|
|
func (*FinishVerifyRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{28}
|
|
}
|
|
|
|
type CheckUserLockRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
}
|
|
|
|
func (x *CheckUserLockRequest) Reset() {
|
|
*x = CheckUserLockRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[29]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CheckUserLockRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CheckUserLockRequest) ProtoMessage() {}
|
|
|
|
func (x *CheckUserLockRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[29]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CheckUserLockRequest.ProtoReflect.Descriptor instead.
|
|
func (*CheckUserLockRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{29}
|
|
}
|
|
|
|
func (x *CheckUserLockRequest) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CheckUserLockRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *CheckUserLockRespond) Reset() {
|
|
*x = CheckUserLockRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[30]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CheckUserLockRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CheckUserLockRespond) ProtoMessage() {}
|
|
|
|
func (x *CheckUserLockRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[30]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CheckUserLockRespond.ProtoReflect.Descriptor instead.
|
|
func (*CheckUserLockRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{30}
|
|
}
|
|
|
|
type ArtistSupplyListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistId string `protobuf:"bytes,1,opt,name=artistId,proto3" json:"artistId,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
ArtistName string `protobuf:"bytes,3,opt,name=artistName,proto3" json:"artistName,omitempty"`
|
|
InvitedName string `protobuf:"bytes,4,opt,name=invitedName,proto3" json:"invitedName,omitempty"`
|
|
IsImport uint64 `protobuf:"varint,5,opt,name=isImport,proto3" json:"isImport,omitempty"`
|
|
State uint64 `protobuf:"varint,6,opt,name=state,proto3" json:"state,omitempty"`
|
|
Page uint64 `protobuf:"varint,7,opt,name=page,proto3" json:"page,omitempty"`
|
|
PageSize uint64 `protobuf:"varint,8,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
}
|
|
|
|
func (x *ArtistSupplyListRequest) Reset() {
|
|
*x = ArtistSupplyListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[31]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtistSupplyListRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtistSupplyListRequest) ProtoMessage() {}
|
|
|
|
func (x *ArtistSupplyListRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[31]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ArtistSupplyListRequest.ProtoReflect.Descriptor instead.
|
|
func (*ArtistSupplyListRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{31}
|
|
}
|
|
|
|
func (x *ArtistSupplyListRequest) GetArtistId() string {
|
|
if x != nil {
|
|
return x.ArtistId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplyListRequest) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplyListRequest) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplyListRequest) GetInvitedName() string {
|
|
if x != nil {
|
|
return x.InvitedName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplyListRequest) GetIsImport() uint64 {
|
|
if x != nil {
|
|
return x.IsImport
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplyListRequest) GetState() uint64 {
|
|
if x != nil {
|
|
return x.State
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplyListRequest) GetPage() uint64 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplyListRequest) GetPageSize() uint64 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ArtistSupplyListRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Count uint64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
|
|
Data []*ArtistArtworkSupplyListResponseData `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
|
|
}
|
|
|
|
func (x *ArtistSupplyListRespond) Reset() {
|
|
*x = ArtistSupplyListRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[32]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtistSupplyListRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtistSupplyListRespond) ProtoMessage() {}
|
|
|
|
func (x *ArtistSupplyListRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[32]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ArtistSupplyListRespond.ProtoReflect.Descriptor instead.
|
|
func (*ArtistSupplyListRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{32}
|
|
}
|
|
|
|
func (x *ArtistSupplyListRespond) GetCount() uint64 {
|
|
if x != nil {
|
|
return x.Count
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplyListRespond) GetData() []*ArtistArtworkSupplyListResponseData {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ArtistArtworkSupplyListResponseData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
Account string `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`
|
|
PassRulerCount uint64 `protobuf:"varint,3,opt,name=passRulerCount,proto3" json:"passRulerCount,omitempty"`
|
|
MnemonicWords string `protobuf:"bytes,4,opt,name=mnemonicWords,proto3" json:"mnemonicWords,omitempty"`
|
|
TelNum string `protobuf:"bytes,5,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
PassArtworkCount uint64 `protobuf:"varint,6,opt,name=passArtworkCount,proto3" json:"passArtworkCount,omitempty"`
|
|
Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
|
|
PenName string `protobuf:"bytes,8,opt,name=penName,proto3" json:"penName,omitempty"`
|
|
Certificate string `protobuf:"bytes,9,opt,name=certificate,proto3" json:"certificate,omitempty"`
|
|
CertificateImg string `protobuf:"bytes,10,opt,name=certificateImg,proto3" json:"certificateImg,omitempty"`
|
|
Key string `protobuf:"bytes,11,opt,name=key,proto3" json:"key,omitempty"`
|
|
Sex uint64 `protobuf:"varint,12,opt,name=sex,proto3" json:"sex,omitempty"`
|
|
Age uint64 `protobuf:"varint,13,opt,name=age,proto3" json:"age,omitempty"`
|
|
Introduct string `protobuf:"bytes,14,opt,name=introduct,proto3" json:"introduct,omitempty"`
|
|
CreateTime string `protobuf:"bytes,15,opt,name=createTime,proto3" json:"createTime,omitempty"`
|
|
JoinAssoTime string `protobuf:"bytes,16,opt,name=joinAssoTime,proto3" json:"joinAssoTime,omitempty"`
|
|
StageName string `protobuf:"bytes,17,opt,name=stageName,proto3" json:"stageName,omitempty"`
|
|
UpdateTime string `protobuf:"bytes,18,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
|
|
ConAddress string `protobuf:"bytes,19,opt,name=conAddress,proto3" json:"conAddress,omitempty"`
|
|
Photo string `protobuf:"bytes,20,opt,name=photo,proto3" json:"photo,omitempty"`
|
|
Video string `protobuf:"bytes,21,opt,name=video,proto3" json:"video,omitempty"`
|
|
InvitedName string `protobuf:"bytes,22,opt,name=invitedName,proto3" json:"invitedName,omitempty"`
|
|
Enable bool `protobuf:"varint,23,opt,name=enable,proto3" json:"enable,omitempty"`
|
|
IdCard string `protobuf:"bytes,24,opt,name=idCard,proto3" json:"idCard,omitempty"`
|
|
IsImport uint64 `protobuf:"varint,25,opt,name=isImport,proto3" json:"isImport,omitempty"`
|
|
IsLock bool `protobuf:"varint,26,opt,name=isLock,proto3" json:"isLock,omitempty"`
|
|
IdCardFront string `protobuf:"bytes,27,opt,name=idCardFront,proto3" json:"idCardFront,omitempty"`
|
|
IdCardBack string `protobuf:"bytes,28,opt,name=idCardBack,proto3" json:"idCardBack,omitempty"`
|
|
BankName string `protobuf:"bytes,29,opt,name=bankName,proto3" json:"bankName,omitempty"`
|
|
BankAccount string `protobuf:"bytes,30,opt,name=bankAccount,proto3" json:"bankAccount,omitempty"`
|
|
MinTime string `protobuf:"bytes,31,opt,name=minTime,proto3" json:"minTime,omitempty"`
|
|
LockTime string `protobuf:"bytes,32,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
ArtworkCount uint64 `protobuf:"varint,33,opt,name=artworkCount,proto3" json:"artworkCount,omitempty"`
|
|
RulerCount uint64 `protobuf:"varint,34,opt,name=rulerCount,proto3" json:"rulerCount,omitempty"`
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) Reset() {
|
|
*x = ArtistArtworkSupplyListResponseData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[33]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtistArtworkSupplyListResponseData) ProtoMessage() {}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[33]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ArtistArtworkSupplyListResponseData.ProtoReflect.Descriptor instead.
|
|
func (*ArtistArtworkSupplyListResponseData) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{33}
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetId() string {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetAccount() string {
|
|
if x != nil {
|
|
return x.Account
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetPassRulerCount() uint64 {
|
|
if x != nil {
|
|
return x.PassRulerCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetMnemonicWords() string {
|
|
if x != nil {
|
|
return x.MnemonicWords
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetPassArtworkCount() uint64 {
|
|
if x != nil {
|
|
return x.PassArtworkCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetPenName() string {
|
|
if x != nil {
|
|
return x.PenName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetCertificate() string {
|
|
if x != nil {
|
|
return x.Certificate
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetCertificateImg() string {
|
|
if x != nil {
|
|
return x.CertificateImg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetKey() string {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetSex() uint64 {
|
|
if x != nil {
|
|
return x.Sex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetAge() uint64 {
|
|
if x != nil {
|
|
return x.Age
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetIntroduct() string {
|
|
if x != nil {
|
|
return x.Introduct
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetCreateTime() string {
|
|
if x != nil {
|
|
return x.CreateTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetJoinAssoTime() string {
|
|
if x != nil {
|
|
return x.JoinAssoTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetStageName() string {
|
|
if x != nil {
|
|
return x.StageName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetUpdateTime() string {
|
|
if x != nil {
|
|
return x.UpdateTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetConAddress() string {
|
|
if x != nil {
|
|
return x.ConAddress
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetPhoto() string {
|
|
if x != nil {
|
|
return x.Photo
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetVideo() string {
|
|
if x != nil {
|
|
return x.Video
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetInvitedName() string {
|
|
if x != nil {
|
|
return x.InvitedName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetEnable() bool {
|
|
if x != nil {
|
|
return x.Enable
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetIdCard() string {
|
|
if x != nil {
|
|
return x.IdCard
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetIsImport() uint64 {
|
|
if x != nil {
|
|
return x.IsImport
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetIsLock() bool {
|
|
if x != nil {
|
|
return x.IsLock
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetIdCardFront() string {
|
|
if x != nil {
|
|
return x.IdCardFront
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetIdCardBack() string {
|
|
if x != nil {
|
|
return x.IdCardBack
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetBankName() string {
|
|
if x != nil {
|
|
return x.BankName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetBankAccount() string {
|
|
if x != nil {
|
|
return x.BankAccount
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetMinTime() string {
|
|
if x != nil {
|
|
return x.MinTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetArtworkCount() uint64 {
|
|
if x != nil {
|
|
return x.ArtworkCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetRulerCount() uint64 {
|
|
if x != nil {
|
|
return x.RulerCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type UserLockRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
IsLock bool `protobuf:"varint,2,opt,name=isLock,proto3" json:"isLock,omitempty"`
|
|
}
|
|
|
|
func (x *UserLockRequest) Reset() {
|
|
*x = UserLockRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[34]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UserLockRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UserLockRequest) ProtoMessage() {}
|
|
|
|
func (x *UserLockRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[34]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UserLockRequest.ProtoReflect.Descriptor instead.
|
|
func (*UserLockRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{34}
|
|
}
|
|
|
|
func (x *UserLockRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserLockRequest) GetIsLock() bool {
|
|
if x != nil {
|
|
return x.IsLock
|
|
}
|
|
return false
|
|
}
|
|
|
|
type UserLockRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *UserLockRespond) Reset() {
|
|
*x = UserLockRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[35]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UserLockRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UserLockRespond) ProtoMessage() {}
|
|
|
|
func (x *UserLockRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[35]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UserLockRespond.ProtoReflect.Descriptor instead.
|
|
func (*UserLockRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{35}
|
|
}
|
|
|
|
type BindInviteInvitedAccountRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
UserId int32 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"` //邀请人账号id
|
|
InvitedUserId int32 `protobuf:"varint,2,opt,name=invitedUserId,proto3" json:"invitedUserId,omitempty"` // 受邀请人账号id
|
|
InviteCode string `protobuf:"bytes,3,opt,name=inviteCode,proto3" json:"inviteCode,omitempty"` //邀请人的邀请码
|
|
InvitedCode string `protobuf:"bytes,4,opt,name=invitedCode,proto3" json:"invitedCode,omitempty"` //受邀请人的邀请码
|
|
}
|
|
|
|
func (x *BindInviteInvitedAccountRequest) Reset() {
|
|
*x = BindInviteInvitedAccountRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[36]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BindInviteInvitedAccountRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BindInviteInvitedAccountRequest) ProtoMessage() {}
|
|
|
|
func (x *BindInviteInvitedAccountRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[36]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use BindInviteInvitedAccountRequest.ProtoReflect.Descriptor instead.
|
|
func (*BindInviteInvitedAccountRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{36}
|
|
}
|
|
|
|
func (x *BindInviteInvitedAccountRequest) GetUserId() int32 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BindInviteInvitedAccountRequest) GetInvitedUserId() int32 {
|
|
if x != nil {
|
|
return x.InvitedUserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BindInviteInvitedAccountRequest) GetInviteCode() string {
|
|
if x != nil {
|
|
return x.InviteCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *BindInviteInvitedAccountRequest) GetInvitedCode() string {
|
|
if x != nil {
|
|
return x.InvitedCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type BindInviteInvitedAccountRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *BindInviteInvitedAccountRespond) Reset() {
|
|
*x = BindInviteInvitedAccountRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[37]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BindInviteInvitedAccountRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BindInviteInvitedAccountRespond) ProtoMessage() {}
|
|
|
|
func (x *BindInviteInvitedAccountRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[37]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use BindInviteInvitedAccountRespond.ProtoReflect.Descriptor instead.
|
|
func (*BindInviteInvitedAccountRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{37}
|
|
}
|
|
|
|
type BindArtistIdRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
UserId int64 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"` // 用户账号id
|
|
ArtistId int64 `protobuf:"varint,2,opt,name=artistId,proto3" json:"artistId,omitempty"` // 艺术家id
|
|
}
|
|
|
|
func (x *BindArtistIdRequest) Reset() {
|
|
*x = BindArtistIdRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[38]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BindArtistIdRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BindArtistIdRequest) ProtoMessage() {}
|
|
|
|
func (x *BindArtistIdRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[38]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use BindArtistIdRequest.ProtoReflect.Descriptor instead.
|
|
func (*BindArtistIdRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{38}
|
|
}
|
|
|
|
func (x *BindArtistIdRequest) GetUserId() int64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *BindArtistIdRequest) GetArtistId() int64 {
|
|
if x != nil {
|
|
return x.ArtistId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type BindArtistIdResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
|
}
|
|
|
|
func (x *BindArtistIdResp) Reset() {
|
|
*x = BindArtistIdResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[39]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BindArtistIdResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BindArtistIdResp) ProtoMessage() {}
|
|
|
|
func (x *BindArtistIdResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[39]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use BindArtistIdResp.ProtoReflect.Descriptor instead.
|
|
func (*BindArtistIdResp) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{39}
|
|
}
|
|
|
|
func (x *BindArtistIdResp) GetError() string {
|
|
if x != nil {
|
|
return x.Error
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type CreateDataRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *CreateDataRequest) Reset() {
|
|
*x = CreateDataRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[40]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CreateDataRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateDataRequest) ProtoMessage() {}
|
|
|
|
func (x *CreateDataRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[40]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CreateDataRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreateDataRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{40}
|
|
}
|
|
|
|
type FindUserRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
MgmtUserId uint64 `protobuf:"varint,1,opt,name=mgmtUserId,proto3" json:"mgmtUserId,omitempty"`
|
|
MgmtArtistId string `protobuf:"bytes,2,opt,name=mgmtArtistId,proto3" json:"mgmtArtistId,omitempty"`
|
|
// string Account = 3;
|
|
// string TelNum = 4;
|
|
// bool IsLock = 5;
|
|
// bool Enable = 6;
|
|
// int64 FddState = 7;
|
|
InvitedCode string `protobuf:"bytes,8,opt,name=invitedCode,proto3" json:"invitedCode,omitempty"`
|
|
}
|
|
|
|
func (x *FindUserRequest) Reset() {
|
|
*x = FindUserRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[41]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *FindUserRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindUserRequest) ProtoMessage() {}
|
|
|
|
func (x *FindUserRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[41]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use FindUserRequest.ProtoReflect.Descriptor instead.
|
|
func (*FindUserRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{41}
|
|
}
|
|
|
|
func (x *FindUserRequest) GetMgmtUserId() uint64 {
|
|
if x != nil {
|
|
return x.MgmtUserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *FindUserRequest) GetMgmtArtistId() string {
|
|
if x != nil {
|
|
return x.MgmtArtistId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *FindUserRequest) GetInvitedCode() string {
|
|
if x != nil {
|
|
return x.InvitedCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type FindUserResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*UserInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
}
|
|
|
|
func (x *FindUserResponse) Reset() {
|
|
*x = FindUserResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[42]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *FindUserResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindUserResponse) ProtoMessage() {}
|
|
|
|
func (x *FindUserResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[42]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use FindUserResponse.ProtoReflect.Descriptor instead.
|
|
func (*FindUserResponse) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{42}
|
|
}
|
|
|
|
func (x *FindUserResponse) GetData() []*UserInfo {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UserInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
MgmtUserId uint64 `protobuf:"varint,2,opt,name=mgmtUserId,proto3" json:"mgmtUserId,omitempty"`
|
|
MgmtArtistId string `protobuf:"bytes,3,opt,name=mgmtArtistId,proto3" json:"mgmtArtistId,omitempty"`
|
|
Account string `protobuf:"bytes,4,opt,name=account,proto3" json:"account,omitempty"`
|
|
MnemonicWords string `protobuf:"bytes,5,opt,name=mnemonicWords,proto3" json:"mnemonicWords,omitempty"`
|
|
TelNum string `protobuf:"bytes,6,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
|
|
PenName string `protobuf:"bytes,8,opt,name=penName,proto3" json:"penName,omitempty"`
|
|
StageName string `protobuf:"bytes,9,opt,name=stageName,proto3" json:"stageName,omitempty"`
|
|
JoinAssoTime string `protobuf:"bytes,10,opt,name=joinAssoTime,proto3" json:"joinAssoTime,omitempty"`
|
|
CertificateNum string `protobuf:"bytes,11,opt,name=certificateNum,proto3" json:"certificateNum,omitempty"`
|
|
CertificateImg string `protobuf:"bytes,12,opt,name=certificateImg,proto3" json:"certificateImg,omitempty"`
|
|
Key string `protobuf:"bytes,13,opt,name=key,proto3" json:"key,omitempty"`
|
|
RealNameID int32 `protobuf:"varint,14,opt,name=realNameID,proto3" json:"realNameID,omitempty"`
|
|
IDNum string `protobuf:"bytes,15,opt,name=iDNum,proto3" json:"iDNum,omitempty"`
|
|
Sex int32 `protobuf:"varint,16,opt,name=sex,proto3" json:"sex,omitempty"`
|
|
Ruler int64 `protobuf:"varint,17,opt,name=ruler,proto3" json:"ruler,omitempty"`
|
|
OpenId string `protobuf:"bytes,18,opt,name=openId,proto3" json:"openId,omitempty"`
|
|
CustomerId string `protobuf:"bytes,19,opt,name=customerId,proto3" json:"customerId,omitempty"`
|
|
Age int32 `protobuf:"varint,20,opt,name=age,proto3" json:"age,omitempty"`
|
|
Introduct string `protobuf:"bytes,21,opt,name=introduct,proto3" json:"introduct,omitempty"`
|
|
CreatedAt int64 `protobuf:"varint,22,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
|
|
ConAddress string `protobuf:"bytes,23,opt,name=conAddress,proto3" json:"conAddress,omitempty"`
|
|
Photo string `protobuf:"bytes,24,opt,name=photo,proto3" json:"photo,omitempty"`
|
|
Video string `protobuf:"bytes,25,opt,name=video,proto3" json:"video,omitempty"`
|
|
IsRealName int64 `protobuf:"varint,26,opt,name=isRealName,proto3" json:"isRealName,omitempty"`
|
|
IsFdd int64 `protobuf:"varint,27,opt,name=isFdd,proto3" json:"isFdd,omitempty"`
|
|
FddState int64 `protobuf:"varint,28,opt,name=fddState,proto3" json:"fddState,omitempty"`
|
|
WxAccount string `protobuf:"bytes,29,opt,name=wxAccount,proto3" json:"wxAccount,omitempty"`
|
|
IsLock bool `protobuf:"varint,30,opt,name=isLock,proto3" json:"isLock,omitempty"`
|
|
InvitedCode string `protobuf:"bytes,31,opt,name=invitedCode,proto3" json:"invitedCode,omitempty"`
|
|
IsRead int32 `protobuf:"varint,32,opt,name=isRead,proto3" json:"isRead,omitempty"`
|
|
IsImport int32 `protobuf:"varint,33,opt,name=isImport,proto3" json:"isImport,omitempty"`
|
|
Enable bool `protobuf:"varint,34,opt,name=enable,proto3" json:"enable,omitempty"`
|
|
DeletedAt int64 `protobuf:"varint,35,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
|
|
UpdatedAt int64 `protobuf:"varint,36,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
|
|
}
|
|
|
|
func (x *UserInfo) Reset() {
|
|
*x = UserInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[43]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UserInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UserInfo) ProtoMessage() {}
|
|
|
|
func (x *UserInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfo_artistinfo_proto_msgTypes[43]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UserInfo.ProtoReflect.Descriptor instead.
|
|
func (*UserInfo) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescGZIP(), []int{43}
|
|
}
|
|
|
|
func (x *UserInfo) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetMgmtUserId() uint64 {
|
|
if x != nil {
|
|
return x.MgmtUserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetMgmtArtistId() string {
|
|
if x != nil {
|
|
return x.MgmtArtistId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetAccount() string {
|
|
if x != nil {
|
|
return x.Account
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetMnemonicWords() string {
|
|
if x != nil {
|
|
return x.MnemonicWords
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetPenName() string {
|
|
if x != nil {
|
|
return x.PenName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetStageName() string {
|
|
if x != nil {
|
|
return x.StageName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetJoinAssoTime() string {
|
|
if x != nil {
|
|
return x.JoinAssoTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetCertificateNum() string {
|
|
if x != nil {
|
|
return x.CertificateNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetCertificateImg() string {
|
|
if x != nil {
|
|
return x.CertificateImg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetKey() string {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetRealNameID() int32 {
|
|
if x != nil {
|
|
return x.RealNameID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetIDNum() string {
|
|
if x != nil {
|
|
return x.IDNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetSex() int32 {
|
|
if x != nil {
|
|
return x.Sex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetRuler() int64 {
|
|
if x != nil {
|
|
return x.Ruler
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetOpenId() string {
|
|
if x != nil {
|
|
return x.OpenId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetCustomerId() string {
|
|
if x != nil {
|
|
return x.CustomerId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetAge() int32 {
|
|
if x != nil {
|
|
return x.Age
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetIntroduct() string {
|
|
if x != nil {
|
|
return x.Introduct
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetCreatedAt() int64 {
|
|
if x != nil {
|
|
return x.CreatedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetConAddress() string {
|
|
if x != nil {
|
|
return x.ConAddress
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetPhoto() string {
|
|
if x != nil {
|
|
return x.Photo
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetVideo() string {
|
|
if x != nil {
|
|
return x.Video
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetIsRealName() int64 {
|
|
if x != nil {
|
|
return x.IsRealName
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetIsFdd() int64 {
|
|
if x != nil {
|
|
return x.IsFdd
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetFddState() int64 {
|
|
if x != nil {
|
|
return x.FddState
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetWxAccount() string {
|
|
if x != nil {
|
|
return x.WxAccount
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetIsLock() bool {
|
|
if x != nil {
|
|
return x.IsLock
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *UserInfo) GetInvitedCode() string {
|
|
if x != nil {
|
|
return x.InvitedCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetIsRead() int32 {
|
|
if x != nil {
|
|
return x.IsRead
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetIsImport() int32 {
|
|
if x != nil {
|
|
return x.IsImport
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetEnable() bool {
|
|
if x != nil {
|
|
return x.Enable
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *UserInfo) GetDeletedAt() int64 {
|
|
if x != nil {
|
|
return x.DeletedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetUpdatedAt() int64 {
|
|
if x != nil {
|
|
return x.UpdatedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
var File_pb_artistinfo_artistinfo_proto protoreflect.FileDescriptor
|
|
|
|
var file_pb_artistinfo_artistinfo_proto_rawDesc = []byte{
|
|
0x0a, 0x1e, 0x70, 0x62, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2f,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
0x12, 0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x1a, 0x1f, 0x67, 0x6f,
|
|
0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69,
|
|
0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x10, 0x0a,
|
|
0x0e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x4e, 0x6f, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x22,
|
|
0x22, 0x0a, 0x10, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75,
|
|
0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52,
|
|
0x02, 0x49, 0x64, 0x22, 0x12, 0x0a, 0x10, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x73, 0x67,
|
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x23, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x55, 0x73,
|
|
0x65, 0x72, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02,
|
|
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x49, 0x64, 0x22, 0xb7, 0x07, 0x0a,
|
|
0x11, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
0x6e, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02,
|
|
0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x67, 0x6d, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6d, 0x67, 0x6d, 0x74, 0x55, 0x73, 0x65, 0x72,
|
|
0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
|
|
0x12, 0x24, 0x0a, 0x0d, 0x6d, 0x6e, 0x65, 0x6d, 0x6f, 0x6e, 0x69, 0x63, 0x57, 0x6f, 0x72, 0x64,
|
|
0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6d, 0x6e, 0x65, 0x6d, 0x6f, 0x6e, 0x69,
|
|
0x63, 0x57, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d,
|
|
0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x12,
|
|
0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
|
|
0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09,
|
|
0x73, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x09, 0x73, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x6a, 0x6f,
|
|
0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x0c, 0x6a, 0x6f, 0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x26,
|
|
0x0a, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x4e, 0x75, 0x6d,
|
|
0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63,
|
|
0x61, 0x74, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66,
|
|
0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x6d, 0x67, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e,
|
|
0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x6d, 0x67, 0x12, 0x10,
|
|
0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79,
|
|
0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x49, 0x44, 0x18, 0x0e,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x49, 0x44,
|
|
0x12, 0x14, 0x0a, 0x05, 0x69, 0x44, 0x4e, 0x75, 0x6d, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x05, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x10, 0x20,
|
|
0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65,
|
|
0x72, 0x18, 0x11, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x16,
|
|
0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d,
|
|
0x65, 0x72, 0x49, 0x64, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x75, 0x73, 0x74,
|
|
0x6f, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x14, 0x20,
|
|
0x01, 0x28, 0x05, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x6e, 0x74, 0x72,
|
|
0x6f, 0x64, 0x75, 0x63, 0x74, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x74,
|
|
0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65,
|
|
0x64, 0x41, 0x74, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74,
|
|
0x65, 0x64, 0x41, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x41, 0x64, 0x64, 0x72, 0x65,
|
|
0x73, 0x73, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x41, 0x64, 0x64,
|
|
0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x18, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x69,
|
|
0x64, 0x65, 0x6f, 0x18, 0x19, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x69, 0x64, 0x65, 0x6f,
|
|
0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x1a,
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65,
|
|
0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x46, 0x64, 0x64, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
0x05, 0x69, 0x73, 0x46, 0x64, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x64, 0x64, 0x53, 0x74, 0x61,
|
|
0x74, 0x65, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x64, 0x64, 0x53, 0x74, 0x61,
|
|
0x74, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x77, 0x78, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18,
|
|
0x1d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x77, 0x78, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
|
|
0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x4c, 0x6f, 0x63, 0x6b, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x08,
|
|
0x52, 0x06, 0x69, 0x73, 0x4c, 0x6f, 0x63, 0x6b, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x76, 0x69,
|
|
0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69,
|
|
0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73,
|
|
0x52, 0x65, 0x61, 0x64, 0x18, 0x20, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x69, 0x73, 0x52, 0x65,
|
|
0x61, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x21,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x69, 0x73, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x16,
|
|
0x0a, 0x06, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x22, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06,
|
|
0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x3b, 0x0a, 0x17, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49,
|
|
0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
0x74, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x43,
|
|
0x6f, 0x64, 0x65, 0x22, 0x19, 0x0a, 0x17, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x6e, 0x76, 0x69,
|
|
0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x25,
|
|
0x0a, 0x13, 0x55, 0x6e, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x04, 0x52, 0x02, 0x69, 0x64, 0x22, 0x8d, 0x01, 0x0a, 0x13, 0x55, 0x6e, 0x46, 0x69, 0x6e, 0x69,
|
|
0x73, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x22, 0x0a,
|
|
0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x03, 0x52, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x4c, 0x69, 0x73,
|
|
0x74, 0x12, 0x26, 0x0a, 0x0e, 0x73, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x4c,
|
|
0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x73, 0x75, 0x70, 0x70, 0x6c,
|
|
0x79, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x61, 0x63, 0x63,
|
|
0x6f, 0x75, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20,
|
|
0x01, 0x28, 0x03, 0x52, 0x10, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74,
|
|
0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x12, 0x0a, 0x10, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50,
|
|
0x69, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x12, 0x0a, 0x10, 0x55, 0x70, 0x6c,
|
|
0x6f, 0x61, 0x64, 0x50, 0x69, 0x63, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x15, 0x0a,
|
|
0x13, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x64, 0x43, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71,
|
|
0x75, 0x65, 0x73, 0x74, 0x22, 0x15, 0x0a, 0x13, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x64,
|
|
0x43, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x43, 0x0a, 0x0f, 0x43,
|
|
0x68, 0x65, 0x63, 0x6b, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16,
|
|
0x0a, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x43, 0x6f, 0x64,
|
|
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65,
|
|
0x22, 0x81, 0x01, 0x0a, 0x13, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x55, 0x73, 0x65,
|
|
0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x67, 0x6d, 0x74,
|
|
0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6d, 0x67,
|
|
0x6d, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x67, 0x6d, 0x74,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
|
|
0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06,
|
|
0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65,
|
|
0x6c, 0x4e, 0x75, 0x6d, 0x22, 0x15, 0x0a, 0x13, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72,
|
|
0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x28, 0x0a, 0x0e, 0x47,
|
|
0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a,
|
|
0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74,
|
|
0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x22, 0xc8, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65,
|
|
0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x67, 0x6d, 0x74,
|
|
0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6d, 0x67,
|
|
0x6d, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x67, 0x6d, 0x74,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
|
|
0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06,
|
|
0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65,
|
|
0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x46, 0x64, 0x64, 0x18, 0x05, 0x20,
|
|
0x01, 0x28, 0x03, 0x52, 0x05, 0x69, 0x73, 0x46, 0x64, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73,
|
|
0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a,
|
|
0x69, 0x73, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x75,
|
|
0x6c, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x72,
|
|
0x22, 0x24, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x49, 0x64, 0x52,
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x22, 0x8e, 0x02, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x55, 0x73,
|
|
0x65, 0x72, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x0e, 0x0a,
|
|
0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1e, 0x0a,
|
|
0x0a, 0x6d, 0x67, 0x6d, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x04, 0x52, 0x0a, 0x6d, 0x67, 0x6d, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x22, 0x0a,
|
|
0x0c, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x0c, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49,
|
|
0x64, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x46,
|
|
0x64, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x69, 0x73, 0x46, 0x64, 0x64, 0x12,
|
|
0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20,
|
|
0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12,
|
|
0x14, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
|
|
0x72, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64,
|
|
0x43, 0x6f, 0x64, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x76, 0x69,
|
|
0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f,
|
|
0x6d, 0x65, 0x72, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x75, 0x73,
|
|
0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x22, 0xeb, 0x05, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x55,
|
|
0x73, 0x65, 0x72, 0x42, 0x79, 0x49, 0x64, 0x44, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x74,
|
|
0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c,
|
|
0x4e, 0x75, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
|
|
0x74, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x65, 0x72,
|
|
0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x63,
|
|
0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x6d, 0x67, 0x18, 0x03, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65,
|
|
0x49, 0x6d, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x6a, 0x6f, 0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f, 0x54,
|
|
0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6a, 0x6f, 0x69, 0x6e, 0x41,
|
|
0x73, 0x73, 0x6f, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x4e,
|
|
0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x4e,
|
|
0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a,
|
|
0x09, 0x73, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x09, 0x73, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73,
|
|
0x65, 0x78, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x16, 0x0a,
|
|
0x06, 0x69, 0x64, 0x43, 0x61, 0x72, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x69,
|
|
0x64, 0x43, 0x61, 0x72, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x64, 0x43, 0x61, 0x72, 0x64, 0x46,
|
|
0x72, 0x6f, 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x64, 0x43, 0x61,
|
|
0x72, 0x64, 0x46, 0x72, 0x6f, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x64, 0x43, 0x61, 0x72,
|
|
0x64, 0x42, 0x61, 0x63, 0x6b, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x64, 0x43,
|
|
0x61, 0x72, 0x64, 0x42, 0x61, 0x63, 0x6b, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x0c,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x75, 0x6c,
|
|
0x65, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x72, 0x12,
|
|
0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x0e, 0x20,
|
|
0x03, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12,
|
|
0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
0x70, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x18, 0x10,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x66,
|
|
0x64, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66,
|
|
0x64, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f,
|
|
0x6d, 0x65, 0x72, 0x49, 0x64, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x75, 0x73,
|
|
0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74,
|
|
0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e,
|
|
0x76, 0x69, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x76,
|
|
0x69, 0x74, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
|
|
0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x77,
|
|
0x78, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
|
|
0x77, 0x78, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x19, 0x0a, 0x09, 0x71, 0x72, 0x43,
|
|
0x6f, 0x64, 0x65, 0x49, 0x6d, 0x67, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x71, 0x72,
|
|
0x43, 0x6f, 0x64, 0x65, 0x12, 0x29, 0x0a, 0x11, 0x71, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x49, 0x6d,
|
|
0x67, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x0e, 0x71, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x12,
|
|
0x1a, 0x0a, 0x08, 0x68, 0x74, 0x6d, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x18, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x08, 0x68, 0x74, 0x6d, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65,
|
|
0x6e, 0x76, 0x54, 0x79, 0x70, 0x65, 0x18, 0x19, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e,
|
|
0x76, 0x54, 0x79, 0x70, 0x65, 0x22, 0x3b, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55,
|
|
0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x65,
|
|
0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e,
|
|
0x75, 0x6d, 0x22, 0x13, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72,
|
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x81, 0x06, 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61,
|
|
0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
0x74, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x65, 0x72,
|
|
0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x4e, 0x75,
|
|
0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65,
|
|
0x49, 0x6d, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69,
|
|
0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x6d, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x6a, 0x6f, 0x69,
|
|
0x6e, 0x41, 0x73, 0x73, 0x6f, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x0c, 0x6a, 0x6f, 0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a,
|
|
0x08, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x08, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x65, 0x6e,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x65, 0x6e, 0x4e,
|
|
0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65,
|
|
0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d,
|
|
0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03,
|
|
0x73, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x64, 0x43, 0x61, 0x72, 0x64, 0x18, 0x09, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x06, 0x69, 0x64, 0x43, 0x61, 0x72, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x69,
|
|
0x64, 0x43, 0x61, 0x72, 0x64, 0x46, 0x72, 0x6f, 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x0b, 0x69, 0x64, 0x43, 0x61, 0x72, 0x64, 0x46, 0x72, 0x6f, 0x6e, 0x74, 0x12, 0x1e, 0x0a,
|
|
0x0a, 0x69, 0x64, 0x43, 0x61, 0x72, 0x64, 0x42, 0x61, 0x63, 0x6b, 0x18, 0x0b, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x0a, 0x69, 0x64, 0x43, 0x61, 0x72, 0x64, 0x42, 0x61, 0x63, 0x6b, 0x12, 0x10, 0x0a,
|
|
0x03, 0x61, 0x67, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12,
|
|
0x14, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
|
|
0x72, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x41, 0x64, 0x64, 0x72,
|
|
0x65, 0x73, 0x73, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x41, 0x64,
|
|
0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x0f,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x76,
|
|
0x69, 0x64, 0x65, 0x6f, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x69, 0x64, 0x65,
|
|
0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x64, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x11, 0x20,
|
|
0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x64, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1e, 0x0a,
|
|
0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x18, 0x12, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x12, 0x20, 0x0a,
|
|
0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x13, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x12,
|
|
0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x14,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x4e, 0x61, 0x6d,
|
|
0x65, 0x12, 0x1c, 0x0a, 0x09, 0x77, 0x78, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x15,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x77, 0x78, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12,
|
|
0x19, 0x0a, 0x09, 0x71, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x49, 0x6d, 0x67, 0x18, 0x16, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x06, 0x71, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x29, 0x0a, 0x11, 0x71, 0x72,
|
|
0x43, 0x6f, 0x64, 0x65, 0x49, 0x6d, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x18,
|
|
0x17, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x71, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x44, 0x6f, 0x77,
|
|
0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x74, 0x6d, 0x6c, 0x54, 0x79, 0x70,
|
|
0x65, 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x68, 0x74, 0x6d, 0x6c, 0x54, 0x79, 0x70,
|
|
0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x76, 0x54, 0x79, 0x70, 0x65, 0x18, 0x19, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x76, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69,
|
|
0x64, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x22, 0x17, 0x0a, 0x15, 0x43,
|
|
0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73,
|
|
0x70, 0x6f, 0x6e, 0x64, 0x22, 0x51, 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65,
|
|
0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a,
|
|
0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a,
|
|
0x05, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x64,
|
|
0x4e, 0x75, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x17, 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
0x65, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64,
|
|
0x22, 0x25, 0x0a, 0x13, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79,
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x22, 0x15, 0x0a, 0x13, 0x46, 0x69, 0x6e, 0x69, 0x73,
|
|
0x68, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x26,
|
|
0x0a, 0x14, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x63, 0x6b, 0x52,
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x22, 0x16, 0x0a, 0x14, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55,
|
|
0x73, 0x65, 0x72, 0x4c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0xed,
|
|
0x01, 0x0a, 0x17, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x4c,
|
|
0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e,
|
|
0x76, 0x69, 0x74, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08,
|
|
0x69, 0x73, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08,
|
|
0x69, 0x73, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74,
|
|
0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x12,
|
|
0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x70, 0x61,
|
|
0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x08,
|
|
0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0x74,
|
|
0x0a, 0x17, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69,
|
|
0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75,
|
|
0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12,
|
|
0x43, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69,
|
|
0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04,
|
|
0x64, 0x61, 0x74, 0x61, 0x22, 0xfb, 0x07, 0x0a, 0x23, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x41,
|
|
0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74,
|
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x0e, 0x0a, 0x02,
|
|
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07,
|
|
0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61,
|
|
0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x70, 0x61, 0x73, 0x73, 0x52, 0x75,
|
|
0x6c, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0e,
|
|
0x70, 0x61, 0x73, 0x73, 0x52, 0x75, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x24,
|
|
0x0a, 0x0d, 0x6d, 0x6e, 0x65, 0x6d, 0x6f, 0x6e, 0x69, 0x63, 0x57, 0x6f, 0x72, 0x64, 0x73, 0x18,
|
|
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6d, 0x6e, 0x65, 0x6d, 0x6f, 0x6e, 0x69, 0x63, 0x57,
|
|
0x6f, 0x72, 0x64, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x05,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x2a, 0x0a, 0x10,
|
|
0x70, 0x61, 0x73, 0x73, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x75, 0x6e, 0x74,
|
|
0x18, 0x06, 0x20, 0x01, 0x28, 0x04, 0x52, 0x10, 0x70, 0x61, 0x73, 0x73, 0x41, 0x72, 0x74, 0x77,
|
|
0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
|
|
0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07,
|
|
0x70, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70,
|
|
0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66,
|
|
0x69, 0x63, 0x61, 0x74, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x65, 0x72,
|
|
0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x65, 0x72, 0x74,
|
|
0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x6d, 0x67, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x6d, 0x67,
|
|
0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b,
|
|
0x65, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x04, 0x52,
|
|
0x03, 0x73, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28,
|
|
0x04, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64,
|
|
0x75, 0x63, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x74, 0x72, 0x6f,
|
|
0x64, 0x75, 0x63, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69,
|
|
0x6d, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65,
|
|
0x54, 0x69, 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x6a, 0x6f, 0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f,
|
|
0x54, 0x69, 0x6d, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6a, 0x6f, 0x69, 0x6e,
|
|
0x41, 0x73, 0x73, 0x6f, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x67,
|
|
0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61,
|
|
0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
0x54, 0x69, 0x6d, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61,
|
|
0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x41, 0x64, 0x64,
|
|
0x72, 0x65, 0x73, 0x73, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x41,
|
|
0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x18,
|
|
0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x0a, 0x05,
|
|
0x76, 0x69, 0x64, 0x65, 0x6f, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x69, 0x64,
|
|
0x65, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x4e, 0x61, 0x6d,
|
|
0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x17,
|
|
0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x16, 0x0a, 0x06,
|
|
0x69, 0x64, 0x43, 0x61, 0x72, 0x64, 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x69, 0x64,
|
|
0x43, 0x61, 0x72, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74,
|
|
0x18, 0x19, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x69, 0x73, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74,
|
|
0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x4c, 0x6f, 0x63, 0x6b, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x08,
|
|
0x52, 0x06, 0x69, 0x73, 0x4c, 0x6f, 0x63, 0x6b, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x64, 0x43, 0x61,
|
|
0x72, 0x64, 0x46, 0x72, 0x6f, 0x6e, 0x74, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69,
|
|
0x64, 0x43, 0x61, 0x72, 0x64, 0x46, 0x72, 0x6f, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x64,
|
|
0x43, 0x61, 0x72, 0x64, 0x42, 0x61, 0x63, 0x6b, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
|
|
0x69, 0x64, 0x43, 0x61, 0x72, 0x64, 0x42, 0x61, 0x63, 0x6b, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x61,
|
|
0x6e, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x62, 0x61,
|
|
0x6e, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x62, 0x61, 0x6e, 0x6b, 0x41, 0x63,
|
|
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x62, 0x61, 0x6e,
|
|
0x6b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x69, 0x6e, 0x54,
|
|
0x69, 0x6d, 0x65, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x69, 0x6e, 0x54, 0x69,
|
|
0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x20,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x22,
|
|
0x0a, 0x0c, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x21,
|
|
0x20, 0x01, 0x28, 0x04, 0x52, 0x0c, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x43, 0x6f, 0x75,
|
|
0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x75, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74,
|
|
0x18, 0x22, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x72, 0x75, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x75,
|
|
0x6e, 0x74, 0x22, 0x39, 0x0a, 0x0f, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x63, 0x6b, 0x52, 0x65,
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x4c, 0x6f, 0x63, 0x6b, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x4c, 0x6f, 0x63, 0x6b, 0x22, 0x11, 0x0a,
|
|
0x0f, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64,
|
|
0x22, 0xa1, 0x01, 0x0a, 0x1f, 0x42, 0x69, 0x6e, 0x64, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49,
|
|
0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71,
|
|
0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0d,
|
|
0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x05, 0x52, 0x0d, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72,
|
|
0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x43, 0x6f, 0x64, 0x65,
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x43, 0x6f,
|
|
0x64, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x64,
|
|
0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64,
|
|
0x43, 0x6f, 0x64, 0x65, 0x22, 0x21, 0x0a, 0x1f, 0x42, 0x69, 0x6e, 0x64, 0x49, 0x6e, 0x76, 0x69,
|
|
0x74, 0x65, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
|
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x49, 0x0a, 0x13, 0x42, 0x69, 0x6e, 0x64, 0x41,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16,
|
|
0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
|
|
0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x49, 0x64, 0x22, 0x28, 0x0a, 0x10, 0x42, 0x69, 0x6e, 0x64, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x13, 0x0a, 0x11,
|
|
0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
0x74, 0x22, 0x77, 0x0a, 0x0f, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71,
|
|
0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x67, 0x6d, 0x74, 0x55, 0x73, 0x65, 0x72,
|
|
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6d, 0x67, 0x6d, 0x74, 0x55, 0x73,
|
|
0x65, 0x72, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6d, 0x67, 0x6d, 0x74,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x76, 0x69,
|
|
0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69,
|
|
0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x3c, 0x0a, 0x10, 0x46, 0x69,
|
|
0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x28,
|
|
0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e,
|
|
0x66, 0x6f, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xea, 0x07, 0x0a, 0x08, 0x55, 0x73, 0x65,
|
|
0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x67, 0x6d, 0x74, 0x55, 0x73, 0x65,
|
|
0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x6d, 0x67, 0x6d, 0x74, 0x55,
|
|
0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6d, 0x67, 0x6d,
|
|
0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x63, 0x63,
|
|
0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f,
|
|
0x75, 0x6e, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x6d, 0x6e, 0x65, 0x6d, 0x6f, 0x6e, 0x69, 0x63, 0x57,
|
|
0x6f, 0x72, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6d, 0x6e, 0x65, 0x6d,
|
|
0x6f, 0x6e, 0x69, 0x63, 0x57, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x65, 0x6c,
|
|
0x4e, 0x75, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75,
|
|
0x6d, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65,
|
|
0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12,
|
|
0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x22, 0x0a,
|
|
0x0c, 0x6a, 0x6f, 0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0a, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x0c, 0x6a, 0x6f, 0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f, 0x54, 0x69, 0x6d,
|
|
0x65, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65,
|
|
0x4e, 0x75, 0x6d, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69,
|
|
0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x65, 0x72,
|
|
0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x6d, 0x67, 0x18, 0x0c, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x6d,
|
|
0x67, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
|
|
0x6b, 0x65, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x49,
|
|
0x44, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d,
|
|
0x65, 0x49, 0x44, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x44, 0x4e, 0x75, 0x6d, 0x18, 0x0f, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x05, 0x69, 0x44, 0x4e, 0x75, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78,
|
|
0x18, 0x10, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x14, 0x0a, 0x05, 0x72,
|
|
0x75, 0x6c, 0x65, 0x72, 0x18, 0x11, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65,
|
|
0x72, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x18, 0x12, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x75, 0x73,
|
|
0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63,
|
|
0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65,
|
|
0x18, 0x14, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x69,
|
|
0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
|
|
0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65,
|
|
0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x16, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72,
|
|
0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x41, 0x64,
|
|
0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e,
|
|
0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f,
|
|
0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x0a,
|
|
0x05, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x18, 0x19, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x69,
|
|
0x64, 0x65, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d,
|
|
0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x61, 0x6c, 0x4e,
|
|
0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x46, 0x64, 0x64, 0x18, 0x1b, 0x20, 0x01,
|
|
0x28, 0x03, 0x52, 0x05, 0x69, 0x73, 0x46, 0x64, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x64, 0x64,
|
|
0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x64, 0x64,
|
|
0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x77, 0x78, 0x41, 0x63, 0x63, 0x6f, 0x75,
|
|
0x6e, 0x74, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x77, 0x78, 0x41, 0x63, 0x63, 0x6f,
|
|
0x75, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x4c, 0x6f, 0x63, 0x6b, 0x18, 0x1e, 0x20,
|
|
0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x4c, 0x6f, 0x63, 0x6b, 0x12, 0x20, 0x0a, 0x0b, 0x69,
|
|
0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a,
|
|
0x06, 0x69, 0x73, 0x52, 0x65, 0x61, 0x64, 0x18, 0x20, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x69,
|
|
0x73, 0x52, 0x65, 0x61, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x49, 0x6d, 0x70, 0x6f, 0x72,
|
|
0x74, 0x18, 0x21, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x69, 0x73, 0x49, 0x6d, 0x70, 0x6f, 0x72,
|
|
0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x22, 0x20, 0x01, 0x28,
|
|
0x08, 0x52, 0x06, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x64, 0x65, 0x6c,
|
|
0x65, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x23, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x64, 0x65,
|
|
0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74,
|
|
0x65, 0x64, 0x41, 0x74, 0x18, 0x24, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61,
|
|
0x74, 0x65, 0x64, 0x41, 0x74, 0x32, 0xc8, 0x0d, 0x0a, 0x0a, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x49, 0x6e, 0x66, 0x6f, 0x12, 0x49, 0x0a, 0x09, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x69,
|
|
0x63, 0x12, 0x1c, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55,
|
|
0x70, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x69, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
0x1c, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70, 0x6c,
|
|
0x6f, 0x61, 0x64, 0x50, 0x69, 0x63, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12,
|
|
0x52, 0x0a, 0x0c, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x49, 0x64, 0x43, 0x61, 0x72, 0x64, 0x12,
|
|
0x1f, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70, 0x6c,
|
|
0x6f, 0x61, 0x64, 0x49, 0x64, 0x43, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
0x1a, 0x1f, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70,
|
|
0x6c, 0x6f, 0x61, 0x64, 0x49, 0x64, 0x43, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
0x64, 0x22, 0x00, 0x12, 0x52, 0x0a, 0x0c, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x55,
|
|
0x73, 0x65, 0x72, 0x12, 0x1f, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x2e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71,
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66,
|
|
0x6f, 0x2e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65,
|
|
0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x43, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x55, 0x73,
|
|
0x65, 0x72, 0x12, 0x1a, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e,
|
|
0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a,
|
|
0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x55,
|
|
0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x4f, 0x0a, 0x0b,
|
|
0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x42, 0x79, 0x49, 0x64, 0x12, 0x1e, 0x2e, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72,
|
|
0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72,
|
|
0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x4c, 0x0a,
|
|
0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x12, 0x1d, 0x2e, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55,
|
|
0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x61, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73,
|
|
0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x58, 0x0a, 0x0e, 0x43,
|
|
0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x21, 0x2e,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74,
|
|
0x65, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
0x1a, 0x21, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x43, 0x72,
|
|
0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70,
|
|
0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x58, 0x0a, 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52,
|
|
0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x61, 0x6c, 0x4e,
|
|
0x61, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x61, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65,
|
|
0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12,
|
|
0x52, 0x0a, 0x0c, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x12,
|
|
0x1f, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x46, 0x69, 0x6e,
|
|
0x69, 0x73, 0x68, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
0x1a, 0x1f, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x46, 0x69,
|
|
0x6e, 0x69, 0x73, 0x68, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
0x64, 0x22, 0x00, 0x12, 0x55, 0x0a, 0x0d, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72,
|
|
0x4c, 0x6f, 0x63, 0x6b, 0x12, 0x20, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66,
|
|
0x6f, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x63, 0x6b, 0x52,
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
0x6e, 0x66, 0x6f, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x63,
|
|
0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x5e, 0x0a, 0x10, 0x41, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x23,
|
|
0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
|
|
0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73,
|
|
0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x46, 0x0a, 0x08, 0x55, 0x73,
|
|
0x65, 0x72, 0x4c, 0x6f, 0x63, 0x6b, 0x12, 0x1b, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75,
|
|
0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x2e, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64,
|
|
0x22, 0x00, 0x12, 0x55, 0x0a, 0x10, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x6e, 0x76, 0x69, 0x74,
|
|
0x65, 0x64, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x23, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
0x6e, 0x66, 0x6f, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64,
|
|
0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72,
|
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x52, 0x0a, 0x0c, 0x55, 0x6e, 0x46,
|
|
0x69, 0x6e, 0x69, 0x73, 0x68, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1f, 0x2e, 0x61, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x6e, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x4c,
|
|
0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x61, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x6e, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68,
|
|
0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x4c, 0x0a,
|
|
0x0a, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x1d, 0x2e, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72,
|
|
0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x61, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x4d,
|
|
0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x49, 0x0a, 0x09, 0x55,
|
|
0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x73, 0x67, 0x12, 0x1c, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x73, 0x67, 0x52,
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73,
|
|
0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x76, 0x0a, 0x18, 0x42, 0x69, 0x6e, 0x64, 0x49, 0x6e,
|
|
0x76, 0x69, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x41, 0x63, 0x63, 0x6f, 0x75,
|
|
0x6e, 0x74, 0x12, 0x2b, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e,
|
|
0x42, 0x69, 0x6e, 0x64, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65,
|
|
0x64, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
0x2b, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x42, 0x69, 0x6e,
|
|
0x64, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x41, 0x63,
|
|
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x4f,
|
|
0x0a, 0x0c, 0x42, 0x69, 0x6e, 0x64, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x1f,
|
|
0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x42, 0x69, 0x6e, 0x64,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
0x1c, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x42, 0x69, 0x6e,
|
|
0x64, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12,
|
|
0x48, 0x0a, 0x09, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 0x12, 0x1b, 0x2e, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73,
|
|
0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x61, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x52,
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x3f, 0x0a, 0x08, 0x46, 0x69, 0x6e,
|
|
0x64, 0x55, 0x73, 0x65, 0x72, 0x12, 0x1b, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e,
|
|
0x66, 0x6f, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
0x73, 0x74, 0x1a, 0x14, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e,
|
|
0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x00, 0x12, 0x44, 0x0a, 0x0e, 0x55, 0x70,
|
|
0x64, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x12, 0x14, 0x2e, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e,
|
|
0x66, 0x6f, 0x1a, 0x1a, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e,
|
|
0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x4e, 0x6f, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x22, 0x00,
|
|
0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x2f, 0x3b, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66,
|
|
0x6f, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_pb_artistinfo_artistinfo_proto_rawDescOnce sync.Once
|
|
file_pb_artistinfo_artistinfo_proto_rawDescData = file_pb_artistinfo_artistinfo_proto_rawDesc
|
|
)
|
|
|
|
func file_pb_artistinfo_artistinfo_proto_rawDescGZIP() []byte {
|
|
file_pb_artistinfo_artistinfo_proto_rawDescOnce.Do(func() {
|
|
file_pb_artistinfo_artistinfo_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_artistinfo_artistinfo_proto_rawDescData)
|
|
})
|
|
return file_pb_artistinfo_artistinfo_proto_rawDescData
|
|
}
|
|
|
|
var file_pb_artistinfo_artistinfo_proto_msgTypes = make([]protoimpl.MessageInfo, 44)
|
|
var file_pb_artistinfo_artistinfo_proto_goTypes = []interface{}{
|
|
(*CommonNoParams)(nil), // 0: artistinfo.CommonNoParams
|
|
(*UpdateMsgRequest)(nil), // 1: artistinfo.UpdateMsgRequest
|
|
(*UpdateMsgRespond)(nil), // 2: artistinfo.UpdateMsgRespond
|
|
(*GetUserMsgRequest)(nil), // 3: artistinfo.GetUserMsgRequest
|
|
(*GetUserMsgRespond)(nil), // 4: artistinfo.GetUserMsgRespond
|
|
(*CheckInvitedCodeRequest)(nil), // 5: artistinfo.CheckInvitedCodeRequest
|
|
(*CheckInvitedCodeRespond)(nil), // 6: artistinfo.CheckInvitedCodeRespond
|
|
(*UnFinishListRequest)(nil), // 7: artistinfo.UnFinishListRequest
|
|
(*UnFinishListRespond)(nil), // 8: artistinfo.UnFinishListRespond
|
|
(*UploadPicRequest)(nil), // 9: artistinfo.UploadPicRequest
|
|
(*UploadPicRespond)(nil), // 10: artistinfo.UploadPicRespond
|
|
(*UploadIdCardRequest)(nil), // 11: artistinfo.UploadIdCardRequest
|
|
(*UploadIdCardRespond)(nil), // 12: artistinfo.UploadIdCardRespond
|
|
(*CheckMsgRequest)(nil), // 13: artistinfo.CheckMsgRequest
|
|
(*RegisterUserRequest)(nil), // 14: artistinfo.RegisterUserRequest
|
|
(*RegisterUserRespond)(nil), // 15: artistinfo.RegisterUserRespond
|
|
(*GetUserRequest)(nil), // 16: artistinfo.GetUserRequest
|
|
(*GetUserRespond)(nil), // 17: artistinfo.GetUserRespond
|
|
(*GetUserByIdRequest)(nil), // 18: artistinfo.GetUserByIdRequest
|
|
(*GetUserByIdRespond)(nil), // 19: artistinfo.GetUserByIdRespond
|
|
(*GetUserByIdData)(nil), // 20: artistinfo.GetUserByIdData
|
|
(*CreateUserRequest)(nil), // 21: artistinfo.CreateUserRequest
|
|
(*CreateUserRespond)(nil), // 22: artistinfo.CreateUserRespond
|
|
(*CreateUserInfoRequest)(nil), // 23: artistinfo.CreateUserInfoRequest
|
|
(*CreateUserInfoRespond)(nil), // 24: artistinfo.CreateUserInfoRespond
|
|
(*UpdateRealNameRequest)(nil), // 25: artistinfo.UpdateRealNameRequest
|
|
(*UpdateRealNameRespond)(nil), // 26: artistinfo.UpdateRealNameRespond
|
|
(*FinishVerifyRequest)(nil), // 27: artistinfo.FinishVerifyRequest
|
|
(*FinishVerifyRespond)(nil), // 28: artistinfo.FinishVerifyRespond
|
|
(*CheckUserLockRequest)(nil), // 29: artistinfo.CheckUserLockRequest
|
|
(*CheckUserLockRespond)(nil), // 30: artistinfo.CheckUserLockRespond
|
|
(*ArtistSupplyListRequest)(nil), // 31: artistinfo.ArtistSupplyListRequest
|
|
(*ArtistSupplyListRespond)(nil), // 32: artistinfo.ArtistSupplyListRespond
|
|
(*ArtistArtworkSupplyListResponseData)(nil), // 33: artistinfo.ArtistArtworkSupplyListResponseData
|
|
(*UserLockRequest)(nil), // 34: artistinfo.UserLockRequest
|
|
(*UserLockRespond)(nil), // 35: artistinfo.UserLockRespond
|
|
(*BindInviteInvitedAccountRequest)(nil), // 36: artistinfo.BindInviteInvitedAccountRequest
|
|
(*BindInviteInvitedAccountRespond)(nil), // 37: artistinfo.BindInviteInvitedAccountRespond
|
|
(*BindArtistIdRequest)(nil), // 38: artistinfo.BindArtistIdRequest
|
|
(*BindArtistIdResp)(nil), // 39: artistinfo.BindArtistIdResp
|
|
(*CreateDataRequest)(nil), // 40: artistinfo.CreateDataRequest
|
|
(*FindUserRequest)(nil), // 41: artistinfo.FindUserRequest
|
|
(*FindUserResponse)(nil), // 42: artistinfo.FindUserResponse
|
|
(*UserInfo)(nil), // 43: artistinfo.UserInfo
|
|
}
|
|
var file_pb_artistinfo_artistinfo_proto_depIdxs = []int32{
|
|
33, // 0: artistinfo.ArtistSupplyListRespond.data:type_name -> artistinfo.ArtistArtworkSupplyListResponseData
|
|
43, // 1: artistinfo.FindUserResponse.data:type_name -> artistinfo.UserInfo
|
|
9, // 2: artistinfo.ArtistInfo.UploadPic:input_type -> artistinfo.UploadPicRequest
|
|
11, // 3: artistinfo.ArtistInfo.UploadIdCard:input_type -> artistinfo.UploadIdCardRequest
|
|
14, // 4: artistinfo.ArtistInfo.RegisterUser:input_type -> artistinfo.RegisterUserRequest
|
|
16, // 5: artistinfo.ArtistInfo.GetUser:input_type -> artistinfo.GetUserRequest
|
|
18, // 6: artistinfo.ArtistInfo.GetUserById:input_type -> artistinfo.GetUserByIdRequest
|
|
21, // 7: artistinfo.ArtistInfo.CreateUser:input_type -> artistinfo.CreateUserRequest
|
|
23, // 8: artistinfo.ArtistInfo.CreateUserInfo:input_type -> artistinfo.CreateUserInfoRequest
|
|
25, // 9: artistinfo.ArtistInfo.UpdateRealName:input_type -> artistinfo.UpdateRealNameRequest
|
|
27, // 10: artistinfo.ArtistInfo.FinishVerify:input_type -> artistinfo.FinishVerifyRequest
|
|
29, // 11: artistinfo.ArtistInfo.CheckUserLock:input_type -> artistinfo.CheckUserLockRequest
|
|
31, // 12: artistinfo.ArtistInfo.ArtistSupplyList:input_type -> artistinfo.ArtistSupplyListRequest
|
|
34, // 13: artistinfo.ArtistInfo.UserLock:input_type -> artistinfo.UserLockRequest
|
|
5, // 14: artistinfo.ArtistInfo.CheckInvitedCode:input_type -> artistinfo.CheckInvitedCodeRequest
|
|
7, // 15: artistinfo.ArtistInfo.UnFinishList:input_type -> artistinfo.UnFinishListRequest
|
|
3, // 16: artistinfo.ArtistInfo.GetUserMsg:input_type -> artistinfo.GetUserMsgRequest
|
|
1, // 17: artistinfo.ArtistInfo.UpdateMsg:input_type -> artistinfo.UpdateMsgRequest
|
|
36, // 18: artistinfo.ArtistInfo.BindInviteInvitedAccount:input_type -> artistinfo.BindInviteInvitedAccountRequest
|
|
38, // 19: artistinfo.ArtistInfo.BindArtistId:input_type -> artistinfo.BindArtistIdRequest
|
|
41, // 20: artistinfo.ArtistInfo.FindUsers:input_type -> artistinfo.FindUserRequest
|
|
41, // 21: artistinfo.ArtistInfo.FindUser:input_type -> artistinfo.FindUserRequest
|
|
43, // 22: artistinfo.ArtistInfo.UpdateUserData:input_type -> artistinfo.UserInfo
|
|
10, // 23: artistinfo.ArtistInfo.UploadPic:output_type -> artistinfo.UploadPicRespond
|
|
12, // 24: artistinfo.ArtistInfo.UploadIdCard:output_type -> artistinfo.UploadIdCardRespond
|
|
15, // 25: artistinfo.ArtistInfo.RegisterUser:output_type -> artistinfo.RegisterUserRespond
|
|
17, // 26: artistinfo.ArtistInfo.GetUser:output_type -> artistinfo.GetUserRespond
|
|
19, // 27: artistinfo.ArtistInfo.GetUserById:output_type -> artistinfo.GetUserByIdRespond
|
|
22, // 28: artistinfo.ArtistInfo.CreateUser:output_type -> artistinfo.CreateUserRespond
|
|
24, // 29: artistinfo.ArtistInfo.CreateUserInfo:output_type -> artistinfo.CreateUserInfoRespond
|
|
26, // 30: artistinfo.ArtistInfo.UpdateRealName:output_type -> artistinfo.UpdateRealNameRespond
|
|
28, // 31: artistinfo.ArtistInfo.FinishVerify:output_type -> artistinfo.FinishVerifyRespond
|
|
30, // 32: artistinfo.ArtistInfo.CheckUserLock:output_type -> artistinfo.CheckUserLockRespond
|
|
32, // 33: artistinfo.ArtistInfo.ArtistSupplyList:output_type -> artistinfo.ArtistSupplyListRespond
|
|
35, // 34: artistinfo.ArtistInfo.UserLock:output_type -> artistinfo.UserLockRespond
|
|
17, // 35: artistinfo.ArtistInfo.CheckInvitedCode:output_type -> artistinfo.GetUserRespond
|
|
8, // 36: artistinfo.ArtistInfo.UnFinishList:output_type -> artistinfo.UnFinishListRespond
|
|
4, // 37: artistinfo.ArtistInfo.GetUserMsg:output_type -> artistinfo.GetUserMsgRespond
|
|
2, // 38: artistinfo.ArtistInfo.UpdateMsg:output_type -> artistinfo.UpdateMsgRespond
|
|
37, // 39: artistinfo.ArtistInfo.BindInviteInvitedAccount:output_type -> artistinfo.BindInviteInvitedAccountRespond
|
|
39, // 40: artistinfo.ArtistInfo.BindArtistId:output_type -> artistinfo.BindArtistIdResp
|
|
42, // 41: artistinfo.ArtistInfo.FindUsers:output_type -> artistinfo.FindUserResponse
|
|
43, // 42: artistinfo.ArtistInfo.FindUser:output_type -> artistinfo.UserInfo
|
|
0, // 43: artistinfo.ArtistInfo.UpdateUserData:output_type -> artistinfo.CommonNoParams
|
|
23, // [23:44] is the sub-list for method output_type
|
|
2, // [2:23] is the sub-list for method input_type
|
|
2, // [2:2] is the sub-list for extension type_name
|
|
2, // [2:2] is the sub-list for extension extendee
|
|
0, // [0:2] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_pb_artistinfo_artistinfo_proto_init() }
|
|
func file_pb_artistinfo_artistinfo_proto_init() {
|
|
if File_pb_artistinfo_artistinfo_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CommonNoParams); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateMsgRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateMsgRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetUserMsgRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetUserMsgRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CheckInvitedCodeRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CheckInvitedCodeRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UnFinishListRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UnFinishListRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UploadPicRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UploadPicRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UploadIdCardRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UploadIdCardRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CheckMsgRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RegisterUserRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RegisterUserRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetUserRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetUserRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetUserByIdRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetUserByIdRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetUserByIdData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CreateUserRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CreateUserRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CreateUserInfoRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CreateUserInfoRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateRealNameRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateRealNameRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*FinishVerifyRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*FinishVerifyRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CheckUserLockRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CheckUserLockRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtistSupplyListRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtistSupplyListRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtistArtworkSupplyListResponseData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UserLockRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UserLockRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*BindInviteInvitedAccountRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*BindInviteInvitedAccountRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*BindArtistIdRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*BindArtistIdResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CreateDataRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*FindUserRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*FindUserResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfo_artistinfo_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UserInfo); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_pb_artistinfo_artistinfo_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 44,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_pb_artistinfo_artistinfo_proto_goTypes,
|
|
DependencyIndexes: file_pb_artistinfo_artistinfo_proto_depIdxs,
|
|
MessageInfos: file_pb_artistinfo_artistinfo_proto_msgTypes,
|
|
}.Build()
|
|
File_pb_artistinfo_artistinfo_proto = out.File
|
|
file_pb_artistinfo_artistinfo_proto_rawDesc = nil
|
|
file_pb_artistinfo_artistinfo_proto_goTypes = nil
|
|
file_pb_artistinfo_artistinfo_proto_depIdxs = nil
|
|
}
|