6663 lines
234 KiB
Go
6663 lines
234 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/artistinfoUser.proto
|
|
|
|
package artistInfoUser
|
|
|
|
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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
type UserCommonPageInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
Total int64 `protobuf:"varint,4,opt,name=total,proto3" json:"total,omitempty"`
|
|
}
|
|
|
|
func (x *UserCommonPageInfo) Reset() {
|
|
*x = UserCommonPageInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UserCommonPageInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UserCommonPageInfo) ProtoMessage() {}
|
|
|
|
func (x *UserCommonPageInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_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 UserCommonPageInfo.ProtoReflect.Descriptor instead.
|
|
func (*UserCommonPageInfo) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *UserCommonPageInfo) GetPage() int32 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserCommonPageInfo) GetPageSize() int32 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserCommonPageInfo) GetTotal() int64 {
|
|
if x != nil {
|
|
return x.Total
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type UpdateMsgRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
|
|
}
|
|
|
|
func (x *UpdateMsgRequest) Reset() {
|
|
*x = UpdateMsgRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[2]
|
|
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_artistinfoUser_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 UpdateMsgRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateMsgRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *UpdateMsgRequest) GetId() int64 {
|
|
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_artistinfoUser_proto_msgTypes[3]
|
|
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_artistinfoUser_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 UpdateMsgRespond.ProtoReflect.Descriptor instead.
|
|
func (*UpdateMsgRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
type GetUserMsgRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
|
|
}
|
|
|
|
func (x *GetUserMsgRequest) Reset() {
|
|
*x = GetUserMsgRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[4]
|
|
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_artistinfoUser_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 GetUserMsgRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetUserMsgRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *GetUserMsgRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetUserMsgRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
MgmtAccId int64 `protobuf:"varint,2,opt,name=mgmtAccId,proto3" json:"mgmtAccId,omitempty"`
|
|
MgmtArtistUid string `protobuf:"bytes,3,opt,name=mgmtArtistUid,proto3" json:"mgmtArtistUid,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_artistinfoUser_proto_msgTypes[5]
|
|
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_artistinfoUser_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 GetUserMsgRespond.ProtoReflect.Descriptor instead.
|
|
func (*GetUserMsgRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetMgmtAccId() int64 {
|
|
if x != nil {
|
|
return x.MgmtAccId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserMsgRespond) GetMgmtArtistUid() string {
|
|
if x != nil {
|
|
return x.MgmtArtistUid
|
|
}
|
|
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_artistinfoUser_proto_msgTypes[6]
|
|
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_artistinfoUser_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 CheckInvitedCodeRequest.ProtoReflect.Descriptor instead.
|
|
func (*CheckInvitedCodeRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
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_artistinfoUser_proto_msgTypes[7]
|
|
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_artistinfoUser_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 CheckInvitedCodeRespond.ProtoReflect.Descriptor instead.
|
|
func (*CheckInvitedCodeRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
type UnFinishListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
AccId int64 `protobuf:"varint,1,opt,name=accId,proto3" json:"accId,omitempty"`
|
|
}
|
|
|
|
func (x *UnFinishListRequest) Reset() {
|
|
*x = UnFinishListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[8]
|
|
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_artistinfoUser_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 UnFinishListRequest.ProtoReflect.Descriptor instead.
|
|
func (*UnFinishListRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *UnFinishListRequest) GetAccId() int64 {
|
|
if x != nil {
|
|
return x.AccId
|
|
}
|
|
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_artistinfoUser_proto_msgTypes[9]
|
|
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_artistinfoUser_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 UnFinishListRespond.ProtoReflect.Descriptor instead.
|
|
func (*UnFinishListRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
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_artistinfoUser_proto_msgTypes[10]
|
|
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_artistinfoUser_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 UploadPicRequest.ProtoReflect.Descriptor instead.
|
|
func (*UploadPicRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
type UploadPicRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *UploadPicRespond) Reset() {
|
|
*x = UploadPicRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[11]
|
|
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_artistinfoUser_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 UploadPicRespond.ProtoReflect.Descriptor instead.
|
|
func (*UploadPicRespond) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
type UpdateIdCardRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// int64 id = 1;//用户id
|
|
MgmtAccId int64 `protobuf:"varint,2,opt,name=mgmtAccId,proto3" json:"mgmtAccId,omitempty"` //账号id
|
|
IdNum string `protobuf:"bytes,3,opt,name=idNum,proto3" json:"idNum,omitempty"` //证件号码
|
|
Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
|
|
Age int64 `protobuf:"varint,5,opt,name=age,proto3" json:"age,omitempty"` //年龄
|
|
Sex string `protobuf:"bytes,6,opt,name=sex,proto3" json:"sex,omitempty"` //性别
|
|
Address string `protobuf:"bytes,7,opt,name=address,proto3" json:"address,omitempty"` //地址
|
|
IdCardFront string `protobuf:"bytes,8,opt,name=idCardFront,proto3" json:"idCardFront,omitempty"` //身份证正面url
|
|
IdCardBack string `protobuf:"bytes,9,opt,name=idCardBack,proto3" json:"idCardBack,omitempty"` //身份证反面url
|
|
NativePlace string `protobuf:"bytes,10,opt,name=nativePlace,proto3" json:"nativePlace,omitempty"` //籍贯
|
|
Birthday string `protobuf:"bytes,11,opt,name=birthday,proto3" json:"birthday,omitempty"` //出生日期
|
|
}
|
|
|
|
func (x *UpdateIdCardRequest) Reset() {
|
|
*x = UpdateIdCardRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateIdCardRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateIdCardRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateIdCardRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_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 UpdateIdCardRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateIdCardRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *UpdateIdCardRequest) GetMgmtAccId() int64 {
|
|
if x != nil {
|
|
return x.MgmtAccId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateIdCardRequest) GetIdNum() string {
|
|
if x != nil {
|
|
return x.IdNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateIdCardRequest) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateIdCardRequest) GetAge() int64 {
|
|
if x != nil {
|
|
return x.Age
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateIdCardRequest) GetSex() string {
|
|
if x != nil {
|
|
return x.Sex
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateIdCardRequest) GetAddress() string {
|
|
if x != nil {
|
|
return x.Address
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateIdCardRequest) GetIdCardFront() string {
|
|
if x != nil {
|
|
return x.IdCardFront
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateIdCardRequest) GetIdCardBack() string {
|
|
if x != nil {
|
|
return x.IdCardBack
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateIdCardRequest) GetNativePlace() string {
|
|
if x != nil {
|
|
return x.NativePlace
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateIdCardRequest) GetBirthday() string {
|
|
if x != nil {
|
|
return x.Birthday
|
|
}
|
|
return ""
|
|
}
|
|
|
|
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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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 int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
MgmtAccId int64 `protobuf:"varint,2,opt,name=mgmtAccId,proto3" json:"mgmtAccId,omitempty"` //账号id
|
|
MgmtArtistUid string `protobuf:"bytes,3,opt,name=mgmtArtistUid,proto3" json:"mgmtArtistUid,omitempty"` //艺术家id
|
|
TelNum string `protobuf:"bytes,4,opt,name=telNum,proto3" json:"telNum,omitempty"` //用户电话号码
|
|
UserInviteCode string `protobuf:"bytes,5,opt,name=userInviteCode,proto3" json:"userInviteCode,omitempty"` //账号服务生成的邀请码
|
|
Account string `protobuf:"bytes,6,opt,name=Account,proto3" json:"Account,omitempty"` //账号
|
|
MgmtArtistId int64 `protobuf:"varint,7,opt,name=mgmtArtistId,proto3" json:"mgmtArtistId,omitempty"` //艺术家id
|
|
}
|
|
|
|
func (x *RegisterUserRequest) Reset() {
|
|
*x = RegisterUserRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *RegisterUserRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RegisterUserRequest) GetMgmtAccId() int64 {
|
|
if x != nil {
|
|
return x.MgmtAccId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RegisterUserRequest) GetMgmtArtistUid() string {
|
|
if x != nil {
|
|
return x.MgmtArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RegisterUserRequest) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RegisterUserRequest) GetUserInviteCode() string {
|
|
if x != nil {
|
|
return x.UserInviteCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RegisterUserRequest) GetAccount() string {
|
|
if x != nil {
|
|
return x.Account
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RegisterUserRequest) GetMgmtArtistId() int64 {
|
|
if x != nil {
|
|
return x.MgmtArtistId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type RegisterUserRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *RegisterUserRespond) Reset() {
|
|
*x = RegisterUserRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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 int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
MgmtAccId int64 `protobuf:"varint,2,opt,name=mgmtAccId,proto3" json:"mgmtAccId,omitempty"`
|
|
MgmtArtistUid string `protobuf:"bytes,3,opt,name=mgmtArtistUid,proto3" json:"mgmtArtistUid,omitempty"` //艺术家uid
|
|
MgmtArtistId int64 `protobuf:"varint,8,opt,name=mgmtArtistId,proto3" json:"mgmtArtistId,omitempty"` //艺术家id
|
|
TelNum string `protobuf:"bytes,4,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
FddState int64 `protobuf:"varint,5,opt,name=fddState,proto3" json:"fddState,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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
func (x *GetUserRespond) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserRespond) GetMgmtAccId() int64 {
|
|
if x != nil {
|
|
return x.MgmtAccId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserRespond) GetMgmtArtistUid() string {
|
|
if x != nil {
|
|
return x.MgmtArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserRespond) GetMgmtArtistId() int64 {
|
|
if x != nil {
|
|
return x.MgmtArtistId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserRespond) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserRespond) GetFddState() int64 {
|
|
if x != nil {
|
|
return x.FddState
|
|
}
|
|
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 int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
}
|
|
|
|
func (x *GetUserByIdRequest) Reset() {
|
|
*x = GetUserByIdRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *GetUserByIdRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetUserByIdRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
MgmtAccId int64 `protobuf:"varint,2,opt,name=mgmtAccId,proto3" json:"mgmtAccId,omitempty"`
|
|
MgmtArtistUid string `protobuf:"bytes,3,opt,name=mgmtArtistUid,proto3" json:"mgmtArtistUid,omitempty"` //艺术家uid
|
|
MgmtArtistId int64 `protobuf:"varint,11,opt,name=mgmtArtistId,proto3" json:"mgmtArtistId,omitempty"` //艺术家id
|
|
TelNum string `protobuf:"bytes,5,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
FddState int64 `protobuf:"varint,6,opt,name=fddState,proto3" json:"fddState,omitempty"`
|
|
IsRealName int64 `protobuf:"varint,7,opt,name=isRealName,proto3" json:"isRealName,omitempty"`
|
|
Ruler int64 `protobuf:"varint,8,opt,name=ruler,proto3" json:"ruler,omitempty"`
|
|
InvitedCode string `protobuf:"bytes,9,opt,name=invitedCode,proto3" json:"invitedCode,omitempty"`
|
|
CustomerId string `protobuf:"bytes,10,opt,name=customerId,proto3" json:"customerId,omitempty"`
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) Reset() {
|
|
*x = GetUserByIdRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetMgmtAccId() int64 {
|
|
if x != nil {
|
|
return x.MgmtAccId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetMgmtArtistUid() string {
|
|
if x != nil {
|
|
return x.MgmtArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetMgmtArtistId() int64 {
|
|
if x != nil {
|
|
return x.MgmtArtistId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetUserByIdRespond) GetFddState() int64 {
|
|
if x != nil {
|
|
return x.FddState
|
|
}
|
|
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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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 int64 `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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
|
|
func (x *CreateUserRequest) GetId() int64 {
|
|
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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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 int64 `protobuf:"varint,26,opt,name=id,proto3" json:"id,omitempty"`
|
|
}
|
|
|
|
func (x *CreateUserInfoRequest) Reset() {
|
|
*x = CreateUserInfoRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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() int64 {
|
|
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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{24}
|
|
}
|
|
|
|
type UpdateRealNameRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{25}
|
|
}
|
|
|
|
func (x *UpdateRealNameRequest) GetId() int64 {
|
|
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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{26}
|
|
}
|
|
|
|
type FinishVerifyRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
}
|
|
|
|
func (x *FinishVerifyRequest) Reset() {
|
|
*x = FinishVerifyRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{27}
|
|
}
|
|
|
|
func (x *FinishVerifyRequest) GetId() int64 {
|
|
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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{28}
|
|
}
|
|
|
|
type CheckUserLockRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
}
|
|
|
|
func (x *CheckUserLockRequest) Reset() {
|
|
*x = CheckUserLockRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{29}
|
|
}
|
|
|
|
func (x *CheckUserLockRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CheckUserLockRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
LockTime string `protobuf:"bytes,1,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
}
|
|
|
|
func (x *CheckUserLockRespond) Reset() {
|
|
*x = CheckUserLockRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{30}
|
|
}
|
|
|
|
func (x *CheckUserLockRespond) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
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 int64 `protobuf:"varint,5,opt,name=isImport,proto3" json:"isImport,omitempty"`
|
|
State int64 `protobuf:"varint,6,opt,name=state,proto3" json:"state,omitempty"`
|
|
Page int64 `protobuf:"varint,7,opt,name=page,proto3" json:"page,omitempty"`
|
|
PageSize int64 `protobuf:"varint,8,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
}
|
|
|
|
func (x *ArtistSupplyListRequest) Reset() {
|
|
*x = ArtistSupplyListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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() int64 {
|
|
if x != nil {
|
|
return x.IsImport
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplyListRequest) GetState() int64 {
|
|
if x != nil {
|
|
return x.State
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplyListRequest) GetPage() int64 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplyListRequest) GetPageSize() int64 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ArtistSupplyListRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Count int64 `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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{32}
|
|
}
|
|
|
|
func (x *ArtistSupplyListRespond) GetCount() int64 {
|
|
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 int64 `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 int64 `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 int64 `protobuf:"varint,12,opt,name=sex,proto3" json:"sex,omitempty"`
|
|
Age int64 `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 int64 `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 int64 `protobuf:"varint,33,opt,name=artworkCount,proto3" json:"artworkCount,omitempty"`
|
|
RulerCount int64 `protobuf:"varint,34,opt,name=rulerCount,proto3" json:"rulerCount,omitempty"`
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) Reset() {
|
|
*x = ArtistArtworkSupplyListResponseData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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() int64 {
|
|
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() int64 {
|
|
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() int64 {
|
|
if x != nil {
|
|
return x.Sex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetAge() int64 {
|
|
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() int64 {
|
|
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() int64 {
|
|
if x != nil {
|
|
return x.ArtworkCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistArtworkSupplyListResponseData) GetRulerCount() int64 {
|
|
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"` //id三选一
|
|
AccId int64 `protobuf:"varint,2,opt,name=accId,proto3" json:"accId,omitempty"`
|
|
ArtistUid string `protobuf:"bytes,3,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
IsLock bool `protobuf:"varint,4,opt,name=isLock,proto3" json:"isLock,omitempty"`
|
|
}
|
|
|
|
func (x *UserLockRequest) Reset() {
|
|
*x = UserLockRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{34}
|
|
}
|
|
|
|
func (x *UserLockRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserLockRequest) GetAccId() int64 {
|
|
if x != nil {
|
|
return x.AccId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserLockRequest) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
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
|
|
|
|
LockTime string `protobuf:"bytes,1,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
}
|
|
|
|
func (x *UserLockRespond) Reset() {
|
|
*x = UserLockRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{35}
|
|
}
|
|
|
|
func (x *UserLockRespond) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type BindInviteInvitedAccountRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
InvitedUserId int32 `protobuf:"varint,1,opt,name=invitedUserId,proto3" json:"invitedUserId,omitempty"` // 受邀请人的画家宝用户id
|
|
InviteCode string `protobuf:"bytes,2,opt,name=inviteCode,proto3" json:"inviteCode,omitempty"` // 邀请人的邀请码
|
|
InvitedCode string `protobuf:"bytes,3,opt,name=invitedCode,proto3" json:"invitedCode,omitempty"` // 受邀请人的邀请码
|
|
}
|
|
|
|
func (x *BindInviteInvitedAccountRequest) Reset() {
|
|
*x = BindInviteInvitedAccountRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{36}
|
|
}
|
|
|
|
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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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
|
|
ArtistUid string `protobuf:"bytes,3,opt,name=artistUid,proto3" json:"artistUid,omitempty"` //艺术家Uid
|
|
}
|
|
|
|
func (x *BindArtistIdRequest) Reset() {
|
|
*x = BindArtistIdRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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
|
|
}
|
|
|
|
func (x *BindArtistIdRequest) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{40}
|
|
}
|
|
|
|
type FindUserRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
MgmtAccId int64 `protobuf:"varint,1,opt,name=mgmtAccId,proto3" json:"mgmtAccId,omitempty"` //账号id
|
|
MgmtArtistId int64 `protobuf:"varint,2,opt,name=mgmtArtistId,proto3" json:"mgmtArtistId,omitempty"` //艺术家id
|
|
MgmtArtistUid string `protobuf:"bytes,3,opt,name=mgmtArtistUid,proto3" json:"mgmtArtistUid,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"` //邀请码
|
|
IsArtist bool `protobuf:"varint,9,opt,name=isArtist,proto3" json:"isArtist,omitempty"` //查询有艺术家uid的数据
|
|
}
|
|
|
|
func (x *FindUserRequest) Reset() {
|
|
*x = FindUserRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_rawDescGZIP(), []int{41}
|
|
}
|
|
|
|
func (x *FindUserRequest) GetMgmtAccId() int64 {
|
|
if x != nil {
|
|
return x.MgmtAccId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *FindUserRequest) GetMgmtArtistId() int64 {
|
|
if x != nil {
|
|
return x.MgmtArtistId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *FindUserRequest) GetMgmtArtistUid() string {
|
|
if x != nil {
|
|
return x.MgmtArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *FindUserRequest) GetInvitedCode() string {
|
|
if x != nil {
|
|
return x.InvitedCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *FindUserRequest) GetIsArtist() bool {
|
|
if x != nil {
|
|
return x.IsArtist
|
|
}
|
|
return false
|
|
}
|
|
|
|
type FindUsersRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
MgmtArtistUid string `protobuf:"bytes,1,opt,name=mgmtArtistUid,proto3" json:"mgmtArtistUid,omitempty"`
|
|
InviterName string `protobuf:"bytes,2,opt,name=inviterName,proto3" json:"inviterName,omitempty"` //邀请人名称
|
|
ArtistRealName string `protobuf:"bytes,3,opt,name=ArtistRealName,proto3" json:"ArtistRealName,omitempty"` //画家真是姓名
|
|
InvitedCode string `protobuf:"bytes,4,opt,name=invitedCode,proto3" json:"invitedCode,omitempty"` //邀请码
|
|
Page int32 `protobuf:"varint,5,opt,name=page,proto3" json:"page,omitempty"`
|
|
PageSize int32 `protobuf:"varint,6,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
IsArtist bool `protobuf:"varint,9,opt,name=isArtist,proto3" json:"isArtist,omitempty"` //查询有艺术家uid的数据
|
|
MgmtArtistUids []string `protobuf:"bytes,10,rep,name=mgmtArtistUids,proto3" json:"mgmtArtistUids,omitempty"`
|
|
IsLock bool `protobuf:"varint,11,opt,name=isLock,proto3" json:"isLock,omitempty"`
|
|
MgmtAccountId int64 `protobuf:"varint,12,opt,name=mgmtAccountId,proto3" json:"mgmtAccountId,omitempty"`
|
|
}
|
|
|
|
func (x *FindUsersRequest) Reset() {
|
|
*x = FindUsersRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[42]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *FindUsersRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindUsersRequest) ProtoMessage() {}
|
|
|
|
func (x *FindUsersRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_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 FindUsersRequest.ProtoReflect.Descriptor instead.
|
|
func (*FindUsersRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{42}
|
|
}
|
|
|
|
func (x *FindUsersRequest) GetMgmtArtistUid() string {
|
|
if x != nil {
|
|
return x.MgmtArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *FindUsersRequest) GetInviterName() string {
|
|
if x != nil {
|
|
return x.InviterName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *FindUsersRequest) GetArtistRealName() string {
|
|
if x != nil {
|
|
return x.ArtistRealName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *FindUsersRequest) GetInvitedCode() string {
|
|
if x != nil {
|
|
return x.InvitedCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *FindUsersRequest) GetPage() int32 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *FindUsersRequest) GetPageSize() int32 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *FindUsersRequest) GetIsArtist() bool {
|
|
if x != nil {
|
|
return x.IsArtist
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *FindUsersRequest) GetMgmtArtistUids() []string {
|
|
if x != nil {
|
|
return x.MgmtArtistUids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *FindUsersRequest) GetIsLock() bool {
|
|
if x != nil {
|
|
return x.IsLock
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *FindUsersRequest) GetMgmtAccountId() int64 {
|
|
if x != nil {
|
|
return x.MgmtAccountId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type FindUsersResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*UserInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
Page *UserCommonPageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
|
|
}
|
|
|
|
func (x *FindUsersResponse) Reset() {
|
|
*x = FindUsersResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[43]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *FindUsersResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindUsersResponse) ProtoMessage() {}
|
|
|
|
func (x *FindUsersResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_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 FindUsersResponse.ProtoReflect.Descriptor instead.
|
|
func (*FindUsersResponse) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{43}
|
|
}
|
|
|
|
func (x *FindUsersResponse) GetData() []*UserInfo {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *FindUsersResponse) GetPage() *UserCommonPageInfo {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RealNameInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
|
|
IdNum string `protobuf:"bytes,2,opt,name=IdNum,proto3" json:"IdNum,omitempty"`
|
|
TelNum string `protobuf:"bytes,3,opt,name=TelNum,proto3" json:"TelNum,omitempty"`
|
|
IdCardFront string `protobuf:"bytes,4,opt,name=IdCardFront,proto3" json:"IdCardFront,omitempty"`
|
|
IdCardBack string `protobuf:"bytes,5,opt,name=IdCardBack,proto3" json:"IdCardBack,omitempty"`
|
|
Age int32 `protobuf:"varint,6,opt,name=Age,proto3" json:"Age,omitempty"`
|
|
Sex string `protobuf:"bytes,7,opt,name=Sex,proto3" json:"Sex,omitempty"`
|
|
Birthday string `protobuf:"bytes,8,opt,name=Birthday,proto3" json:"Birthday,omitempty"`
|
|
Address string `protobuf:"bytes,9,opt,name=Address,proto3" json:"Address,omitempty"`
|
|
Id int64 `protobuf:"varint,10,opt,name=Id,proto3" json:"Id,omitempty"`
|
|
}
|
|
|
|
func (x *RealNameInfo) Reset() {
|
|
*x = RealNameInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[44]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealNameInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealNameInfo) ProtoMessage() {}
|
|
|
|
func (x *RealNameInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[44]
|
|
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 RealNameInfo.ProtoReflect.Descriptor instead.
|
|
func (*RealNameInfo) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{44}
|
|
}
|
|
|
|
func (x *RealNameInfo) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealNameInfo) GetIdNum() string {
|
|
if x != nil {
|
|
return x.IdNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealNameInfo) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealNameInfo) GetIdCardFront() string {
|
|
if x != nil {
|
|
return x.IdCardFront
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealNameInfo) GetIdCardBack() string {
|
|
if x != nil {
|
|
return x.IdCardBack
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealNameInfo) GetAge() int32 {
|
|
if x != nil {
|
|
return x.Age
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RealNameInfo) GetSex() string {
|
|
if x != nil {
|
|
return x.Sex
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealNameInfo) GetBirthday() string {
|
|
if x != nil {
|
|
return x.Birthday
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealNameInfo) GetAddress() string {
|
|
if x != nil {
|
|
return x.Address
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealNameInfo) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type UserInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
DeletedAt int64 `protobuf:"varint,2,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
|
|
UpdatedAt int64 `protobuf:"varint,3,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
|
|
CreatedAt int64 `protobuf:"varint,4,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
|
|
MgmtAccId int64 `protobuf:"varint,5,opt,name=mgmtAccId,proto3" json:"mgmtAccId,omitempty"`
|
|
MgmtArtistUid string `protobuf:"bytes,6,opt,name=mgmtArtistUid,proto3" json:"mgmtArtistUid,omitempty"`
|
|
TelNum string `protobuf:"bytes,7,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
InviterCode string `protobuf:"bytes,8,opt,name=inviterCode,proto3" json:"inviterCode,omitempty"` // 邀请者的邀请码
|
|
InviterName string `protobuf:"bytes,9,opt,name=inviterName,proto3" json:"inviterName,omitempty"` //邀请者名字
|
|
IsRealName int64 `protobuf:"varint,10,opt,name=isRealName,proto3" json:"isRealName,omitempty"`
|
|
RealNameId int64 `protobuf:"varint,11,opt,name=realNameId,proto3" json:"realNameId,omitempty"`
|
|
RealName *RealNameInfo `protobuf:"bytes,12,opt,name=realName,proto3" json:"realName,omitempty"`
|
|
FddState int64 `protobuf:"varint,13,opt,name=fddState,proto3" json:"fddState,omitempty"`
|
|
CustomerId string `protobuf:"bytes,14,opt,name=customerId,proto3" json:"customerId,omitempty"`
|
|
OpenId string `protobuf:"bytes,15,opt,name=openId,proto3" json:"openId,omitempty"`
|
|
IsRead int64 `protobuf:"varint,16,opt,name=isRead,proto3" json:"isRead,omitempty"`
|
|
// int64 IsImport=17;
|
|
// bool enable=18;
|
|
IsLock bool `protobuf:"varint,19,opt,name=isLock,proto3" json:"isLock,omitempty"`
|
|
// int64 Ruler=20;
|
|
Account string `protobuf:"bytes,21,opt,name=account,proto3" json:"account,omitempty"`
|
|
CertificateNum string `protobuf:"bytes,22,opt,name=certificateNum,proto3" json:"certificateNum,omitempty"`
|
|
CertificateImg string `protobuf:"bytes,23,opt,name=certificateImg,proto3" json:"certificateImg,omitempty"`
|
|
Photo string `protobuf:"bytes,24,opt,name=photo,proto3" json:"photo,omitempty"`
|
|
HtmlType string `protobuf:"bytes,25,opt,name=htmlType,proto3" json:"htmlType,omitempty"` //法大大实名认证页面跳转参数
|
|
EnvType string `protobuf:"bytes,26,opt,name=envType,proto3" json:"envType,omitempty"` //法大大实名认证页面跳转参数
|
|
InviteCode string `protobuf:"bytes,27,opt,name=inviteCode,proto3" json:"inviteCode,omitempty"`
|
|
MgmtArtistId int64 `protobuf:"varint,28,opt,name=mgmtArtistId,proto3" json:"mgmtArtistId,omitempty"` //艺术家id
|
|
LatestLockTime string `protobuf:"bytes,29,opt,name=latestLockTime,proto3" json:"latestLockTime,omitempty"` //最近一次上锁时间
|
|
JoinAssoTime string `protobuf:"bytes,32,opt,name=joinAssoTime,proto3" json:"joinAssoTime,omitempty"`
|
|
WxAccount string `protobuf:"bytes,33,opt,name=wxAccount,proto3" json:"wxAccount,omitempty"`
|
|
// 手机号更新用
|
|
Domain string `protobuf:"bytes,30,opt,name=domain,proto3" json:"domain,omitempty"`
|
|
VerCode string `protobuf:"bytes,31,opt,name=verCode,proto3" json:"verCode,omitempty"`
|
|
}
|
|
|
|
func (x *UserInfo) Reset() {
|
|
*x = UserInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[45]
|
|
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_artistinfoUser_proto_msgTypes[45]
|
|
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_artistinfoUser_proto_rawDescGZIP(), []int{45}
|
|
}
|
|
|
|
func (x *UserInfo) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
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
|
|
}
|
|
|
|
func (x *UserInfo) GetCreatedAt() int64 {
|
|
if x != nil {
|
|
return x.CreatedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetMgmtAccId() int64 {
|
|
if x != nil {
|
|
return x.MgmtAccId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetMgmtArtistUid() string {
|
|
if x != nil {
|
|
return x.MgmtArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetInviterCode() string {
|
|
if x != nil {
|
|
return x.InviterCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetInviterName() string {
|
|
if x != nil {
|
|
return x.InviterName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetIsRealName() int64 {
|
|
if x != nil {
|
|
return x.IsRealName
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetRealNameId() int64 {
|
|
if x != nil {
|
|
return x.RealNameId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetRealName() *RealNameInfo {
|
|
if x != nil {
|
|
return x.RealName
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UserInfo) GetFddState() int64 {
|
|
if x != nil {
|
|
return x.FddState
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetCustomerId() string {
|
|
if x != nil {
|
|
return x.CustomerId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetOpenId() string {
|
|
if x != nil {
|
|
return x.OpenId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetIsRead() int64 {
|
|
if x != nil {
|
|
return x.IsRead
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetIsLock() bool {
|
|
if x != nil {
|
|
return x.IsLock
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *UserInfo) GetAccount() string {
|
|
if x != nil {
|
|
return x.Account
|
|
}
|
|
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) GetPhoto() string {
|
|
if x != nil {
|
|
return x.Photo
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetHtmlType() string {
|
|
if x != nil {
|
|
return x.HtmlType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetEnvType() string {
|
|
if x != nil {
|
|
return x.EnvType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetInviteCode() string {
|
|
if x != nil {
|
|
return x.InviteCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetMgmtArtistId() int64 {
|
|
if x != nil {
|
|
return x.MgmtArtistId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserInfo) GetLatestLockTime() string {
|
|
if x != nil {
|
|
return x.LatestLockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetJoinAssoTime() string {
|
|
if x != nil {
|
|
return x.JoinAssoTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetWxAccount() string {
|
|
if x != nil {
|
|
return x.WxAccount
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetDomain() string {
|
|
if x != nil {
|
|
return x.Domain
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserInfo) GetVerCode() string {
|
|
if x != nil {
|
|
return x.VerCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type PreSaveArtistInfoData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
MgmtAccId int64 `protobuf:"varint,1,opt,name=mgmtAccId,proto3" json:"mgmtAccId,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
CardId string `protobuf:"bytes,3,opt,name=cardId,proto3" json:"cardId,omitempty"`
|
|
Gender int32 `protobuf:"varint,4,opt,name=gender,proto3" json:"gender,omitempty"`
|
|
Age int32 `protobuf:"varint,5,opt,name=age,proto3" json:"age,omitempty"`
|
|
NativePlace string `protobuf:"bytes,6,opt,name=nativePlace,proto3" json:"nativePlace,omitempty"`
|
|
PenName string `protobuf:"bytes,7,opt,name=penName,proto3" json:"penName,omitempty"`
|
|
Phone string `protobuf:"bytes,8,opt,name=phone,proto3" json:"phone,omitempty"`
|
|
Address string `protobuf:"bytes,9,opt,name=address,proto3" json:"address,omitempty"`
|
|
StageName string `protobuf:"bytes,10,opt,name=stageName,proto3" json:"stageName,omitempty"`
|
|
CaaCertNum string `protobuf:"bytes,11,opt,name=caaCertNum,proto3" json:"caaCertNum,omitempty"`
|
|
CaaJoinTime string `protobuf:"bytes,12,opt,name=caaJoinTime,proto3" json:"caaJoinTime,omitempty"`
|
|
JoinShow int32 `protobuf:"varint,13,opt,name=joinShow,proto3" json:"joinShow,omitempty"`
|
|
WxAccount string `protobuf:"bytes,14,opt,name=wxAccount,proto3" json:"wxAccount,omitempty"`
|
|
InviterCode string `protobuf:"bytes,15,opt,name=InviterCode,proto3" json:"InviterCode,omitempty"`
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) Reset() {
|
|
*x = PreSaveArtistInfoData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[46]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*PreSaveArtistInfoData) ProtoMessage() {}
|
|
|
|
func (x *PreSaveArtistInfoData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[46]
|
|
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 PreSaveArtistInfoData.ProtoReflect.Descriptor instead.
|
|
func (*PreSaveArtistInfoData) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{46}
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetMgmtAccId() int64 {
|
|
if x != nil {
|
|
return x.MgmtAccId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetCardId() string {
|
|
if x != nil {
|
|
return x.CardId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetGender() int32 {
|
|
if x != nil {
|
|
return x.Gender
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetAge() int32 {
|
|
if x != nil {
|
|
return x.Age
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetNativePlace() string {
|
|
if x != nil {
|
|
return x.NativePlace
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetPenName() string {
|
|
if x != nil {
|
|
return x.PenName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetPhone() string {
|
|
if x != nil {
|
|
return x.Phone
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetAddress() string {
|
|
if x != nil {
|
|
return x.Address
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetStageName() string {
|
|
if x != nil {
|
|
return x.StageName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetCaaCertNum() string {
|
|
if x != nil {
|
|
return x.CaaCertNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetCaaJoinTime() string {
|
|
if x != nil {
|
|
return x.CaaJoinTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetJoinShow() int32 {
|
|
if x != nil {
|
|
return x.JoinShow
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetWxAccount() string {
|
|
if x != nil {
|
|
return x.WxAccount
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *PreSaveArtistInfoData) GetInviterCode() string {
|
|
if x != nil {
|
|
return x.InviterCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetPreSaveArtistInfoRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
MgmtAccId int64 `protobuf:"varint,1,opt,name=mgmtAccId,proto3" json:"mgmtAccId,omitempty"`
|
|
}
|
|
|
|
func (x *GetPreSaveArtistInfoRequest) Reset() {
|
|
*x = GetPreSaveArtistInfoRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[47]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetPreSaveArtistInfoRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetPreSaveArtistInfoRequest) ProtoMessage() {}
|
|
|
|
func (x *GetPreSaveArtistInfoRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[47]
|
|
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 GetPreSaveArtistInfoRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetPreSaveArtistInfoRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{47}
|
|
}
|
|
|
|
func (x *GetPreSaveArtistInfoRequest) GetMgmtAccId() int64 {
|
|
if x != nil {
|
|
return x.MgmtAccId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type UserView struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
UserId int64 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
AccId int64 `protobuf:"varint,2,opt,name=accId,proto3" json:"accId,omitempty"`
|
|
ArtistUid string `protobuf:"bytes,3,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
TelNum string `protobuf:"bytes,4,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
InviteCode string `protobuf:"bytes,5,opt,name=inviteCode,proto3" json:"inviteCode,omitempty"`
|
|
Account string `protobuf:"bytes,6,opt,name=account,proto3" json:"account,omitempty"`
|
|
Photo string `protobuf:"bytes,7,opt,name=photo,proto3" json:"photo,omitempty"`
|
|
IsRealName int64 `protobuf:"varint,8,opt,name=isRealName,proto3" json:"isRealName,omitempty"`
|
|
FddState int64 `protobuf:"varint,9,opt,name=fddState,proto3" json:"fddState,omitempty"`
|
|
IsRead int64 `protobuf:"varint,10,opt,name=isRead,proto3" json:"isRead,omitempty"`
|
|
IsLock bool `protobuf:"varint,11,opt,name=isLock,proto3" json:"isLock,omitempty"`
|
|
RealName string `protobuf:"bytes,12,opt,name=realName,proto3" json:"realName,omitempty"`
|
|
IdNum string `protobuf:"bytes,13,opt,name=idNum,proto3" json:"idNum,omitempty"`
|
|
Sex string `protobuf:"bytes,14,opt,name=sex,proto3" json:"sex,omitempty"`
|
|
Age int64 `protobuf:"varint,15,opt,name=age,proto3" json:"age,omitempty"`
|
|
Address []string `protobuf:"bytes,16,rep,name=address,proto3" json:"address,omitempty"`
|
|
IdcardBack string `protobuf:"bytes,17,opt,name=idcardBack,proto3" json:"idcardBack,omitempty"`
|
|
IdcardFront string `protobuf:"bytes,18,opt,name=idcardFront,proto3" json:"idcardFront,omitempty"`
|
|
InviterInviteCode string `protobuf:"bytes,19,opt,name=inviterInviteCode,proto3" json:"inviterInviteCode,omitempty"`
|
|
InviterRealName string `protobuf:"bytes,20,opt,name=inviterRealName,proto3" json:"inviterRealName,omitempty"`
|
|
JoinAssoTime string `protobuf:"bytes,29,opt,name=joinAssoTime,proto3" json:"joinAssoTime,omitempty"`
|
|
DeletedAt int64 `protobuf:"varint,21,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
|
|
UpdatedAt string `protobuf:"bytes,22,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
|
|
CreatedAt string `protobuf:"bytes,23,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
|
|
PenName string `protobuf:"bytes,24,opt,name=penName,proto3" json:"penName,omitempty"`
|
|
StageName string `protobuf:"bytes,25,opt,name=stageName,proto3" json:"stageName,omitempty"`
|
|
CertificateNum string `protobuf:"bytes,26,opt,name=certificateNum,proto3" json:"certificateNum,omitempty"`
|
|
CertificateImg string `protobuf:"bytes,30,opt,name=certificateImg,proto3" json:"certificateImg,omitempty"`
|
|
BankName string `protobuf:"bytes,27,opt,name=bankName,proto3" json:"bankName,omitempty"`
|
|
BankNum string `protobuf:"bytes,28,opt,name=bankNum,proto3" json:"bankNum,omitempty"`
|
|
LatestLockTime string `protobuf:"bytes,31,opt,name=latestLockTime,proto3" json:"latestLockTime,omitempty"`
|
|
WxAccount string `protobuf:"bytes,32,opt,name=wxAccount,proto3" json:"wxAccount,omitempty"`
|
|
}
|
|
|
|
func (x *UserView) Reset() {
|
|
*x = UserView{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[48]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UserView) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UserView) ProtoMessage() {}
|
|
|
|
func (x *UserView) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[48]
|
|
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 UserView.ProtoReflect.Descriptor instead.
|
|
func (*UserView) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{48}
|
|
}
|
|
|
|
func (x *UserView) GetUserId() int64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserView) GetAccId() int64 {
|
|
if x != nil {
|
|
return x.AccId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserView) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetInviteCode() string {
|
|
if x != nil {
|
|
return x.InviteCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetAccount() string {
|
|
if x != nil {
|
|
return x.Account
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetPhoto() string {
|
|
if x != nil {
|
|
return x.Photo
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetIsRealName() int64 {
|
|
if x != nil {
|
|
return x.IsRealName
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserView) GetFddState() int64 {
|
|
if x != nil {
|
|
return x.FddState
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserView) GetIsRead() int64 {
|
|
if x != nil {
|
|
return x.IsRead
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserView) GetIsLock() bool {
|
|
if x != nil {
|
|
return x.IsLock
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *UserView) GetRealName() string {
|
|
if x != nil {
|
|
return x.RealName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetIdNum() string {
|
|
if x != nil {
|
|
return x.IdNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetSex() string {
|
|
if x != nil {
|
|
return x.Sex
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetAge() int64 {
|
|
if x != nil {
|
|
return x.Age
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserView) GetAddress() []string {
|
|
if x != nil {
|
|
return x.Address
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UserView) GetIdcardBack() string {
|
|
if x != nil {
|
|
return x.IdcardBack
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetIdcardFront() string {
|
|
if x != nil {
|
|
return x.IdcardFront
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetInviterInviteCode() string {
|
|
if x != nil {
|
|
return x.InviterInviteCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetInviterRealName() string {
|
|
if x != nil {
|
|
return x.InviterRealName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetJoinAssoTime() string {
|
|
if x != nil {
|
|
return x.JoinAssoTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetDeletedAt() int64 {
|
|
if x != nil {
|
|
return x.DeletedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UserView) GetUpdatedAt() string {
|
|
if x != nil {
|
|
return x.UpdatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetCreatedAt() string {
|
|
if x != nil {
|
|
return x.CreatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetPenName() string {
|
|
if x != nil {
|
|
return x.PenName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetStageName() string {
|
|
if x != nil {
|
|
return x.StageName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetCertificateNum() string {
|
|
if x != nil {
|
|
return x.CertificateNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetCertificateImg() string {
|
|
if x != nil {
|
|
return x.CertificateImg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetBankName() string {
|
|
if x != nil {
|
|
return x.BankName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetBankNum() string {
|
|
if x != nil {
|
|
return x.BankNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetLatestLockTime() string {
|
|
if x != nil {
|
|
return x.LatestLockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UserView) GetWxAccount() string {
|
|
if x != nil {
|
|
return x.WxAccount
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type FindUsersUserViewResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*UserView `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
Page *UserCommonPageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
|
|
}
|
|
|
|
func (x *FindUsersUserViewResponse) Reset() {
|
|
*x = FindUsersUserViewResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[49]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *FindUsersUserViewResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindUsersUserViewResponse) ProtoMessage() {}
|
|
|
|
func (x *FindUsersUserViewResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[49]
|
|
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 FindUsersUserViewResponse.ProtoReflect.Descriptor instead.
|
|
func (*FindUsersUserViewResponse) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{49}
|
|
}
|
|
|
|
func (x *FindUsersUserViewResponse) GetData() []*UserView {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *FindUsersUserViewResponse) GetPage() *UserCommonPageInfo {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetInvitedUserListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// string telNum =1;//可选 邀请者的电话号码
|
|
InviterCode string `protobuf:"bytes,2,opt,name=inviterCode,proto3" json:"inviterCode,omitempty"` //可选 邀请者的二维码
|
|
Page int64 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
|
|
PageSize int64 `protobuf:"varint,4,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
}
|
|
|
|
func (x *GetInvitedUserListRequest) Reset() {
|
|
*x = GetInvitedUserListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[50]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetInvitedUserListRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetInvitedUserListRequest) ProtoMessage() {}
|
|
|
|
func (x *GetInvitedUserListRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[50]
|
|
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 GetInvitedUserListRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetInvitedUserListRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{50}
|
|
}
|
|
|
|
func (x *GetInvitedUserListRequest) GetInviterCode() string {
|
|
if x != nil {
|
|
return x.InviterCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetInvitedUserListRequest) GetPage() int64 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetInvitedUserListRequest) GetPageSize() int64 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type InvitedUser struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
UserId int64 `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
AccId int64 `protobuf:"varint,2,opt,name=accId,proto3" json:"accId,omitempty"`
|
|
ArtistUid string `protobuf:"bytes,3,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
TelNum string `protobuf:"bytes,4,opt,name=telNum,proto3" json:"telNum,omitempty"`
|
|
InviteCode string `protobuf:"bytes,5,opt,name=inviteCode,proto3" json:"inviteCode,omitempty"`
|
|
Account string `protobuf:"bytes,6,opt,name=account,proto3" json:"account,omitempty"`
|
|
Photo string `protobuf:"bytes,7,opt,name=photo,proto3" json:"photo,omitempty"`
|
|
IsRealName int64 `protobuf:"varint,8,opt,name=isRealName,proto3" json:"isRealName,omitempty"`
|
|
FddState int64 `protobuf:"varint,9,opt,name=fddState,proto3" json:"fddState,omitempty"`
|
|
RealName string `protobuf:"bytes,12,opt,name=realName,proto3" json:"realName,omitempty"`
|
|
Sex string `protobuf:"bytes,14,opt,name=sex,proto3" json:"sex,omitempty"`
|
|
Age int64 `protobuf:"varint,15,opt,name=age,proto3" json:"age,omitempty"`
|
|
CreatedAt string `protobuf:"bytes,23,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
|
|
PenName string `protobuf:"bytes,24,opt,name=penName,proto3" json:"penName,omitempty"`
|
|
StageName string `protobuf:"bytes,25,opt,name=stageName,proto3" json:"stageName,omitempty"`
|
|
IdCard string `protobuf:"bytes,26,opt,name=idCard,proto3" json:"idCard,omitempty"`
|
|
}
|
|
|
|
func (x *InvitedUser) Reset() {
|
|
*x = InvitedUser{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[51]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InvitedUser) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InvitedUser) ProtoMessage() {}
|
|
|
|
func (x *InvitedUser) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[51]
|
|
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 InvitedUser.ProtoReflect.Descriptor instead.
|
|
func (*InvitedUser) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{51}
|
|
}
|
|
|
|
func (x *InvitedUser) GetUserId() int64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *InvitedUser) GetAccId() int64 {
|
|
if x != nil {
|
|
return x.AccId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *InvitedUser) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InvitedUser) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InvitedUser) GetInviteCode() string {
|
|
if x != nil {
|
|
return x.InviteCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InvitedUser) GetAccount() string {
|
|
if x != nil {
|
|
return x.Account
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InvitedUser) GetPhoto() string {
|
|
if x != nil {
|
|
return x.Photo
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InvitedUser) GetIsRealName() int64 {
|
|
if x != nil {
|
|
return x.IsRealName
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *InvitedUser) GetFddState() int64 {
|
|
if x != nil {
|
|
return x.FddState
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *InvitedUser) GetRealName() string {
|
|
if x != nil {
|
|
return x.RealName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InvitedUser) GetSex() string {
|
|
if x != nil {
|
|
return x.Sex
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InvitedUser) GetAge() int64 {
|
|
if x != nil {
|
|
return x.Age
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *InvitedUser) GetCreatedAt() string {
|
|
if x != nil {
|
|
return x.CreatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InvitedUser) GetPenName() string {
|
|
if x != nil {
|
|
return x.PenName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InvitedUser) GetStageName() string {
|
|
if x != nil {
|
|
return x.StageName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InvitedUser) GetIdCard() string {
|
|
if x != nil {
|
|
return x.IdCard
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetInvitedUserListResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*InvitedUser `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
Page *UserCommonPageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
|
|
}
|
|
|
|
func (x *GetInvitedUserListResponse) Reset() {
|
|
*x = GetInvitedUserListResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[52]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetInvitedUserListResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetInvitedUserListResponse) ProtoMessage() {}
|
|
|
|
func (x *GetInvitedUserListResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[52]
|
|
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 GetInvitedUserListResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetInvitedUserListResponse) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{52}
|
|
}
|
|
|
|
func (x *GetInvitedUserListResponse) GetData() []*InvitedUser {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetInvitedUserListResponse) GetPage() *UserCommonPageInfo {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetInviterUserListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
InvitedCode string `protobuf:"bytes,1,opt,name=invitedCode,proto3" json:"invitedCode,omitempty"` //受邀请者的邀请码
|
|
Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
|
|
PageSize int64 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
}
|
|
|
|
func (x *GetInviterUserListRequest) Reset() {
|
|
*x = GetInviterUserListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[53]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetInviterUserListRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetInviterUserListRequest) ProtoMessage() {}
|
|
|
|
func (x *GetInviterUserListRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[53]
|
|
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 GetInviterUserListRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetInviterUserListRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{53}
|
|
}
|
|
|
|
func (x *GetInviterUserListRequest) GetInvitedCode() string {
|
|
if x != nil {
|
|
return x.InvitedCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetInviterUserListRequest) GetPage() int64 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetInviterUserListRequest) GetPageSize() int64 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetInviteStaticListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
KeyWords string `protobuf:"bytes,3,opt,name=KeyWords,proto3" json:"KeyWords,omitempty"` //关键字 受邀请者的邀请码 OR 受邀请者的姓名 OR 受邀请者的手机号码
|
|
}
|
|
|
|
func (x *GetInviteStaticListRequest) Reset() {
|
|
*x = GetInviteStaticListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[54]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetInviteStaticListRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetInviteStaticListRequest) ProtoMessage() {}
|
|
|
|
func (x *GetInviteStaticListRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[54]
|
|
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 GetInviteStaticListRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetInviteStaticListRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{54}
|
|
}
|
|
|
|
func (x *GetInviteStaticListRequest) GetPage() int64 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetInviteStaticListRequest) GetPageSize() int64 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetInviteStaticListRequest) GetKeyWords() string {
|
|
if x != nil {
|
|
return x.KeyWords
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetInviteStaticListData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Idx int64 `protobuf:"varint,1,opt,name=idx,proto3" json:"idx,omitempty"` //序号
|
|
RealName string `protobuf:"bytes,2,opt,name=realName,proto3" json:"realName,omitempty"` //画家真实姓名
|
|
TelNum string `protobuf:"bytes,3,opt,name=telNum,proto3" json:"telNum,omitempty"` //电话号码
|
|
InviteCode string `protobuf:"bytes,4,opt,name=inviteCode,proto3" json:"inviteCode,omitempty"` //邀请码
|
|
InvitePicUrl string `protobuf:"bytes,5,opt,name=invitePicUrl,proto3" json:"invitePicUrl,omitempty"` //邀请二维码
|
|
InvitedCount int64 `protobuf:"varint,6,opt,name=invitedCount,proto3" json:"invitedCount,omitempty"` //邀请人员总数
|
|
}
|
|
|
|
func (x *GetInviteStaticListData) Reset() {
|
|
*x = GetInviteStaticListData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[55]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetInviteStaticListData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetInviteStaticListData) ProtoMessage() {}
|
|
|
|
func (x *GetInviteStaticListData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[55]
|
|
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 GetInviteStaticListData.ProtoReflect.Descriptor instead.
|
|
func (*GetInviteStaticListData) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{55}
|
|
}
|
|
|
|
func (x *GetInviteStaticListData) GetIdx() int64 {
|
|
if x != nil {
|
|
return x.Idx
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetInviteStaticListData) GetRealName() string {
|
|
if x != nil {
|
|
return x.RealName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetInviteStaticListData) GetTelNum() string {
|
|
if x != nil {
|
|
return x.TelNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetInviteStaticListData) GetInviteCode() string {
|
|
if x != nil {
|
|
return x.InviteCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetInviteStaticListData) GetInvitePicUrl() string {
|
|
if x != nil {
|
|
return x.InvitePicUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetInviteStaticListData) GetInvitedCount() int64 {
|
|
if x != nil {
|
|
return x.InvitedCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetInviteStaticListResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*GetInviteStaticListData `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
Page *UserCommonPageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
|
|
}
|
|
|
|
func (x *GetInviteStaticListResponse) Reset() {
|
|
*x = GetInviteStaticListResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[56]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetInviteStaticListResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetInviteStaticListResponse) ProtoMessage() {}
|
|
|
|
func (x *GetInviteStaticListResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoUser_proto_msgTypes[56]
|
|
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 GetInviteStaticListResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetInviteStaticListResponse) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoUser_proto_rawDescGZIP(), []int{56}
|
|
}
|
|
|
|
func (x *GetInviteStaticListResponse) GetData() []*GetInviteStaticListData {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetInviteStaticListResponse) GetPage() *UserCommonPageInfo {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_pb_artistinfoUser_proto protoreflect.FileDescriptor
|
|
|
|
var file_pb_artistinfoUser_proto_rawDesc = []byte{
|
|
0x0a, 0x17, 0x70, 0x62, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x55,
|
|
0x73, 0x65, 0x72, 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, 0x5a, 0x0a, 0x12, 0x55, 0x73, 0x65, 0x72,
|
|
0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x12,
|
|
0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61,
|
|
0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x14,
|
|
0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74,
|
|
0x6f, 0x74, 0x61, 0x6c, 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, 0x03, 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, 0x03, 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, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x67, 0x6d, 0x74, 0x41,
|
|
0x63, 0x63, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6d, 0x67, 0x6d, 0x74,
|
|
0x41, 0x63, 0x63, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6d, 0x67,
|
|
0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 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, 0x2b, 0x0a, 0x13, 0x55, 0x6e, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x4c,
|
|
0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x63,
|
|
0x63, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x61, 0x63, 0x63, 0x49, 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, 0x9b, 0x02, 0x0a, 0x13, 0x55, 0x70, 0x64,
|
|
0x61, 0x74, 0x65, 0x49, 0x64, 0x43, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x63, 0x63, 0x49, 0x64, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x03, 0x52, 0x09, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x63, 0x63, 0x49, 0x64, 0x12, 0x14,
|
|
0x0a, 0x05, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69,
|
|
0x64, 0x4e, 0x75, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18,
|
|
0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65,
|
|
0x78, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x18, 0x0a, 0x07,
|
|
0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61,
|
|
0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x64, 0x43, 0x61, 0x72, 0x64,
|
|
0x46, 0x72, 0x6f, 0x6e, 0x74, 0x18, 0x08, 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, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x64,
|
|
0x43, 0x61, 0x72, 0x64, 0x42, 0x61, 0x63, 0x6b, 0x12, 0x20, 0x0a, 0x0b, 0x6e, 0x61, 0x74, 0x69,
|
|
0x76, 0x65, 0x50, 0x6c, 0x61, 0x63, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6e,
|
|
0x61, 0x74, 0x69, 0x76, 0x65, 0x50, 0x6c, 0x61, 0x63, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x69,
|
|
0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x62, 0x69,
|
|
0x72, 0x74, 0x68, 0x64, 0x61, 0x79, 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, 0xe7, 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, 0x03, 0x52,
|
|
0x02, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x63, 0x63, 0x49, 0x64,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x63, 0x63, 0x49,
|
|
0x64, 0x12, 0x24, 0x0a, 0x0d, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55,
|
|
0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 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,
|
|
0x26, 0x0a, 0x0e, 0x75, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x43, 0x6f, 0x64,
|
|
0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x75, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x76,
|
|
0x69, 0x74, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x41, 0x63, 0x63, 0x6f, 0x75,
|
|
0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
0x74, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49,
|
|
0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x49, 0x64, 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, 0xf2, 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, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x67, 0x6d,
|
|
0x74, 0x41, 0x63, 0x63, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6d, 0x67,
|
|
0x6d, 0x74, 0x41, 0x63, 0x63, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x6d, 0x67, 0x6d, 0x74, 0x41,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
|
|
0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x12, 0x22, 0x0a,
|
|
0x0c, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x08, 0x20,
|
|
0x01, 0x28, 0x03, 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, 0x1a, 0x0a, 0x08, 0x66, 0x64, 0x64,
|
|
0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x64, 0x64,
|
|
0x53, 0x74, 0x61, 0x74, 0x65, 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, 0x03, 0x52, 0x02, 0x69,
|
|
0x64, 0x22, 0xb8, 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, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x67, 0x6d, 0x74,
|
|
0x41, 0x63, 0x63, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6d, 0x67, 0x6d,
|
|
0x74, 0x41, 0x63, 0x63, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6d,
|
|
0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x0c,
|
|
0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x0b, 0x20, 0x01,
|
|
0x28, 0x03, 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, 0x05, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x64, 0x64, 0x53,
|
|
0x74, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x64, 0x64, 0x53,
|
|
0x74, 0x61, 0x74, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61,
|
|
0x6d, 0x65, 0x18, 0x07, 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, 0x08, 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, 0x09, 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, 0x0a, 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, 0x03, 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, 0x03, 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, 0x03, 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, 0x03, 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, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0x32, 0x0a, 0x14, 0x43,
|
|
0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70,
|
|
0x6f, 0x6e, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 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, 0x03, 0x52,
|
|
0x08, 0x69, 0x73, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x61,
|
|
0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12,
|
|
0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70,
|
|
0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18,
|
|
0x08, 0x20, 0x01, 0x28, 0x03, 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, 0x03, 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, 0x03, 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, 0x03, 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, 0x03,
|
|
0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x0d, 0x20, 0x01,
|
|
0x28, 0x03, 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, 0x03, 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, 0x03, 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, 0x03, 0x52, 0x0a, 0x72, 0x75, 0x6c, 0x65, 0x72, 0x43, 0x6f,
|
|
0x75, 0x6e, 0x74, 0x22, 0x6d, 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, 0x14, 0x0a, 0x05, 0x61, 0x63, 0x63, 0x49, 0x64, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x61, 0x63, 0x63, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x09, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73,
|
|
0x4c, 0x6f, 0x63, 0x6b, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x4c, 0x6f,
|
|
0x63, 0x6b, 0x22, 0x2d, 0x0a, 0x0f, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x63, 0x6b, 0x52, 0x65,
|
|
0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d,
|
|
0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d,
|
|
0x65, 0x22, 0x89, 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, 0x24, 0x0a, 0x0d, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64,
|
|
0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 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, 0x02, 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, 0x03, 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, 0x67, 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, 0x12, 0x1c, 0x0a, 0x09, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 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, 0xb7, 0x01, 0x0a, 0x0f, 0x46, 0x69, 0x6e,
|
|
0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09,
|
|
0x6d, 0x67, 0x6d, 0x74, 0x41, 0x63, 0x63, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
0x09, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x63, 0x63, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x67,
|
|
0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
|
|
0x52, 0x0c, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x24,
|
|
0x0a, 0x0d, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18,
|
|
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x55, 0x69, 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, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x41, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x41, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x22, 0xd6, 0x02, 0x0a, 0x10, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73,
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x6d, 0x67, 0x6d, 0x74, 0x41,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
|
|
0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x12, 0x20, 0x0a,
|
|
0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12,
|
|
0x26, 0x0a, 0x0e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d,
|
|
0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x52,
|
|
0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 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, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67,
|
|
0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a,
|
|
0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x73, 0x41,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x41,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x6d,
|
|
0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x73, 0x12, 0x16, 0x0a,
|
|
0x06, 0x69, 0x73, 0x4c, 0x6f, 0x63, 0x6b, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69,
|
|
0x73, 0x4c, 0x6f, 0x63, 0x6b, 0x12, 0x24, 0x0a, 0x0d, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x63, 0x63,
|
|
0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x6d, 0x67,
|
|
0x6d, 0x74, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x71, 0x0a, 0x11, 0x46,
|
|
0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 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, 0x12, 0x32, 0x0a, 0x04, 0x70, 0x61,
|
|
0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
|
|
0x50, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x22, 0xfc,
|
|
0x01, 0x0a, 0x0c, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12,
|
|
0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4e,
|
|
0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x49, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x05, 0x49, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x54, 0x65, 0x6c,
|
|
0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x54, 0x65, 0x6c, 0x4e, 0x75,
|
|
0x6d, 0x12, 0x20, 0x0a, 0x0b, 0x49, 0x64, 0x43, 0x61, 0x72, 0x64, 0x46, 0x72, 0x6f, 0x6e, 0x74,
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x49, 0x64, 0x43, 0x61, 0x72, 0x64, 0x46, 0x72,
|
|
0x6f, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x49, 0x64, 0x43, 0x61, 0x72, 0x64, 0x42, 0x61, 0x63,
|
|
0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x49, 0x64, 0x43, 0x61, 0x72, 0x64, 0x42,
|
|
0x61, 0x63, 0x6b, 0x12, 0x10, 0x0a, 0x03, 0x41, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x03, 0x41, 0x67, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x53, 0x65, 0x78, 0x18, 0x07, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x03, 0x53, 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x42, 0x69, 0x72, 0x74, 0x68,
|
|
0x64, 0x61, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x42, 0x69, 0x72, 0x74, 0x68,
|
|
0x64, 0x61, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x09,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x0e, 0x0a,
|
|
0x02, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49, 0x64, 0x22, 0xa4, 0x07,
|
|
0x0a, 0x08, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x64, 0x65,
|
|
0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x02, 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, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x70, 0x64,
|
|
0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65,
|
|
0x64, 0x41, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74,
|
|
0x65, 0x64, 0x41, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x63, 0x63, 0x49,
|
|
0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x63, 0x63,
|
|
0x49, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x55, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6d, 0x67, 0x6d, 0x74, 0x41,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x65, 0x6c, 0x4e,
|
|
0x75, 0x6d, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e, 0x75, 0x6d,
|
|
0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18,
|
|
0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x43, 0x6f,
|
|
0x64, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x4e, 0x61, 0x6d,
|
|
0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61,
|
|
0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x61, 0x6c,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65,
|
|
0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61,
|
|
0x6d, 0x65, 0x49, 0x64, 0x12, 0x34, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65,
|
|
0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
0x6e, 0x66, 0x6f, 0x2e, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f,
|
|
0x52, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x64,
|
|
0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x0d, 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, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x75, 0x73, 0x74,
|
|
0x6f, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64,
|
|
0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x12, 0x16,
|
|
0x0a, 0x06, 0x69, 0x73, 0x52, 0x65, 0x61, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
|
|
0x69, 0x73, 0x52, 0x65, 0x61, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x4c, 0x6f, 0x63, 0x6b,
|
|
0x18, 0x13, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x4c, 0x6f, 0x63, 0x6b, 0x12, 0x18,
|
|
0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x65, 0x72, 0x74,
|
|
0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x16, 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, 0x17, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66,
|
|
0x69, 0x63, 0x61, 0x74, 0x65, 0x49, 0x6d, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x74,
|
|
0x6f, 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x1a,
|
|
0x0a, 0x08, 0x68, 0x74, 0x6d, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x19, 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, 0x1a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x76,
|
|
0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x43, 0x6f,
|
|
0x64, 0x65, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65,
|
|
0x43, 0x6f, 0x64, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x49, 0x64, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6d, 0x67, 0x6d, 0x74,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0e, 0x6c, 0x61, 0x74, 0x65,
|
|
0x73, 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x0e, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65,
|
|
0x12, 0x22, 0x0a, 0x0c, 0x6a, 0x6f, 0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f, 0x54, 0x69, 0x6d, 0x65,
|
|
0x18, 0x20, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6a, 0x6f, 0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f,
|
|
0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x77, 0x78, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
|
|
0x74, 0x18, 0x21, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x77, 0x78, 0x41, 0x63, 0x63, 0x6f, 0x75,
|
|
0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x1e, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65,
|
|
0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72,
|
|
0x43, 0x6f, 0x64, 0x65, 0x22, 0xb3, 0x03, 0x0a, 0x15, 0x50, 0x72, 0x65, 0x53, 0x61, 0x76, 0x65,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c,
|
|
0x0a, 0x09, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x63, 0x63, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x03, 0x52, 0x09, 0x6d, 0x67, 0x6d, 0x74, 0x41, 0x63, 0x63, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04,
|
|
0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
|
|
0x12, 0x16, 0x0a, 0x06, 0x63, 0x61, 0x72, 0x64, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x06, 0x63, 0x61, 0x72, 0x64, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x67, 0x65, 0x6e, 0x64,
|
|
0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x67, 0x65, 0x6e, 0x64, 0x65, 0x72,
|
|
0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x61,
|
|
0x67, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x50, 0x6c, 0x61, 0x63,
|
|
0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x50,
|
|
0x6c, 0x61, 0x63, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x18,
|
|
0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x14,
|
|
0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70,
|
|
0x68, 0x6f, 0x6e, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18,
|
|
0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1c,
|
|
0x0a, 0x09, 0x73, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a,
|
|
0x63, 0x61, 0x61, 0x43, 0x65, 0x72, 0x74, 0x4e, 0x75, 0x6d, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x0a, 0x63, 0x61, 0x61, 0x43, 0x65, 0x72, 0x74, 0x4e, 0x75, 0x6d, 0x12, 0x20, 0x0a, 0x0b,
|
|
0x63, 0x61, 0x61, 0x4a, 0x6f, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x0b, 0x63, 0x61, 0x61, 0x4a, 0x6f, 0x69, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a,
|
|
0x0a, 0x08, 0x6a, 0x6f, 0x69, 0x6e, 0x53, 0x68, 0x6f, 0x77, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x08, 0x6a, 0x6f, 0x69, 0x6e, 0x53, 0x68, 0x6f, 0x77, 0x12, 0x1c, 0x0a, 0x09, 0x77, 0x78,
|
|
0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x77,
|
|
0x78, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x49, 0x6e, 0x76, 0x69,
|
|
0x74, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x49,
|
|
0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x3b, 0x0a, 0x1b, 0x47, 0x65,
|
|
0x74, 0x50, 0x72, 0x65, 0x53, 0x61, 0x76, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e,
|
|
0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x67, 0x6d,
|
|
0x74, 0x41, 0x63, 0x63, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6d, 0x67,
|
|
0x6d, 0x74, 0x41, 0x63, 0x63, 0x49, 0x64, 0x22, 0xb6, 0x07, 0x0a, 0x08, 0x55, 0x73, 0x65, 0x72,
|
|
0x56, 0x69, 0x65, 0x77, 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, 0x14, 0x0a, 0x05,
|
|
0x61, 0x63, 0x63, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x61, 0x63, 0x63,
|
|
0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18,
|
|
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 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, 0x1e, 0x0a, 0x0a, 0x69, 0x6e, 0x76, 0x69,
|
|
0x74, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x6e,
|
|
0x76, 0x69, 0x74, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f,
|
|
0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75,
|
|
0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x52, 0x65,
|
|
0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x73,
|
|
0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x64, 0x64, 0x53,
|
|
0x74, 0x61, 0x74, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x66, 0x64, 0x64, 0x53,
|
|
0x74, 0x61, 0x74, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x52, 0x65, 0x61, 0x64, 0x18, 0x0a,
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x69, 0x73, 0x52, 0x65, 0x61, 0x64, 0x12, 0x16, 0x0a, 0x06,
|
|
0x69, 0x73, 0x4c, 0x6f, 0x63, 0x6b, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73,
|
|
0x4c, 0x6f, 0x63, 0x6b, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65,
|
|
0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65,
|
|
0x12, 0x14, 0x0a, 0x05, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x05, 0x69, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x0e, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18,
|
|
0x0f, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64,
|
|
0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x10, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64,
|
|
0x72, 0x65, 0x73, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x64, 0x63, 0x61, 0x72, 0x64, 0x42, 0x61,
|
|
0x63, 0x6b, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x64, 0x63, 0x61, 0x72, 0x64,
|
|
0x42, 0x61, 0x63, 0x6b, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x64, 0x63, 0x61, 0x72, 0x64, 0x46, 0x72,
|
|
0x6f, 0x6e, 0x74, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69, 0x64, 0x63, 0x61, 0x72,
|
|
0x64, 0x46, 0x72, 0x6f, 0x6e, 0x74, 0x12, 0x2c, 0x0a, 0x11, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65,
|
|
0x72, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x11, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65,
|
|
0x43, 0x6f, 0x64, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x52,
|
|
0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x69,
|
|
0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x22,
|
|
0x0a, 0x0c, 0x6a, 0x6f, 0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x1d,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6a, 0x6f, 0x69, 0x6e, 0x41, 0x73, 0x73, 0x6f, 0x54, 0x69,
|
|
0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18,
|
|
0x15, 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, 0x16, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1c,
|
|
0x0a, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x17, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x18, 0x0a, 0x07,
|
|
0x70, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x18, 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, 0x19, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x67, 0x65,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63,
|
|
0x61, 0x74, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x1a, 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, 0x1e,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74,
|
|
0x65, 0x49, 0x6d, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x61, 0x6e, 0x6b, 0x4e, 0x61, 0x6d, 0x65,
|
|
0x18, 0x1b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x62, 0x61, 0x6e, 0x6b, 0x4e, 0x61, 0x6d, 0x65,
|
|
0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6e, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x1c, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x07, 0x62, 0x61, 0x6e, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x6c, 0x61,
|
|
0x74, 0x65, 0x73, 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x1f, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x0e, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x54, 0x69,
|
|
0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x77, 0x78, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18,
|
|
0x20, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x77, 0x78, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
|
|
0x22, 0x79, 0x0a, 0x19, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 0x55, 0x73, 0x65,
|
|
0x72, 0x56, 0x69, 0x65, 0x77, 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, 0x56, 0x69, 0x65,
|
|
0x77, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x32, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e,
|
|
0x66, 0x6f, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x61, 0x67,
|
|
0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x22, 0x6d, 0x0a, 0x19, 0x47,
|
|
0x65, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73,
|
|
0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x76, 0x69,
|
|
0x74, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x69,
|
|
0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61,
|
|
0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a,
|
|
0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03,
|
|
0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0xab, 0x03, 0x0a, 0x0b, 0x49,
|
|
0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 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, 0x14, 0x0a, 0x05, 0x61, 0x63, 0x63, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x03, 0x52, 0x05, 0x61, 0x63, 0x63, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x55, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x55, 0x69, 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, 0x1e,
|
|
0x0a, 0x0a, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x05, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x0a, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x18,
|
|
0x0a, 0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x07, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x74,
|
|
0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x1e,
|
|
0x0a, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01,
|
|
0x28, 0x03, 0x52, 0x0a, 0x69, 0x73, 0x52, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a,
|
|
0x0a, 0x08, 0x66, 0x64, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03,
|
|
0x52, 0x08, 0x66, 0x64, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65,
|
|
0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65,
|
|
0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x0e, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18,
|
|
0x0f, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72,
|
|
0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63,
|
|
0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x65, 0x6e, 0x4e,
|
|
0x61, 0x6d, 0x65, 0x18, 0x18, 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,
|
|
0x19, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65,
|
|
0x12, 0x16, 0x0a, 0x06, 0x69, 0x64, 0x43, 0x61, 0x72, 0x64, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x06, 0x69, 0x64, 0x43, 0x61, 0x72, 0x64, 0x22, 0x7d, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x49,
|
|
0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01,
|
|
0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66,
|
|
0x6f, 0x2e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x04, 0x64,
|
|
0x61, 0x74, 0x61, 0x12, 0x32, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x1e, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55,
|
|
0x73, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x66,
|
|
0x6f, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x22, 0x6d, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x49, 0x6e,
|
|
0x76, 0x69, 0x74, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 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, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61,
|
|
0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61,
|
|
0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0x68, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x76,
|
|
0x69, 0x74, 0x65, 0x53, 0x74, 0x61, 0x74, 0x69, 0x63, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71,
|
|
0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65,
|
|
0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65,
|
|
0x53, 0x69, 0x7a, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x4b, 0x65, 0x79, 0x57, 0x6f, 0x72, 0x64, 0x73,
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x4b, 0x65, 0x79, 0x57, 0x6f, 0x72, 0x64, 0x73,
|
|
0x22, 0xc7, 0x01, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x53, 0x74,
|
|
0x61, 0x74, 0x69, 0x63, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x61, 0x74, 0x61, 0x12, 0x10, 0x0a, 0x03,
|
|
0x69, 0x64, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x69, 0x64, 0x78, 0x12, 0x1a,
|
|
0x0a, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x08, 0x72, 0x65, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x65,
|
|
0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x65, 0x6c, 0x4e,
|
|
0x75, 0x6d, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x43, 0x6f, 0x64, 0x65,
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x43, 0x6f,
|
|
0x64, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x50, 0x69, 0x63, 0x55,
|
|
0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65,
|
|
0x50, 0x69, 0x63, 0x55, 0x72, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65,
|
|
0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x69, 0x6e,
|
|
0x76, 0x69, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x8a, 0x01, 0x0a, 0x1b, 0x47,
|
|
0x65, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x53, 0x74, 0x61, 0x74, 0x69, 0x63, 0x4c, 0x69,
|
|
0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x04, 0x64, 0x61,
|
|
0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x53,
|
|
0x74, 0x61, 0x74, 0x69, 0x63, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64,
|
|
0x61, 0x74, 0x61, 0x12, 0x32, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x1e, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55,
|
|
0x73, 0x65, 0x72, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x66,
|
|
0x6f, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x32, 0xf4, 0x10, 0x0a, 0x0e, 0x41, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x55, 0x73, 0x65, 0x72, 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, 0x4d,
|
|
0x0a, 0x0c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x64, 0x43, 0x61, 0x72, 0x64, 0x12, 0x1f,
|
|
0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70, 0x64, 0x61,
|
|
0x74, 0x65, 0x49, 0x64, 0x43, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 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, 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, 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, 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, 0x4a, 0x0a, 0x09,
|
|
0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 0x12, 0x1c, 0x2e, 0x61, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73,
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x73, 0x52, 0x65,
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x5a, 0x0a, 0x11, 0x46, 0x69, 0x6e, 0x64,
|
|
0x55, 0x73, 0x65, 0x72, 0x73, 0x55, 0x73, 0x65, 0x72, 0x56, 0x69, 0x65, 0x77, 0x12, 0x1c, 0x2e,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x55,
|
|
0x73, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65,
|
|
0x72, 0x73, 0x55, 0x73, 0x65, 0x72, 0x56, 0x69, 0x65, 0x77, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
0x73, 0x65, 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, 0x12, 0x54, 0x0a, 0x11, 0x50, 0x72,
|
|
0x65, 0x53, 0x61, 0x76, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12,
|
|
0x21, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x50, 0x72, 0x65,
|
|
0x53, 0x61, 0x76, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61,
|
|
0x74, 0x61, 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,
|
|
0x12, 0x64, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x53, 0x61, 0x76, 0x65, 0x41, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x27, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x65, 0x53, 0x61, 0x76, 0x65,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 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, 0x50,
|
|
0x72, 0x65, 0x53, 0x61, 0x76, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f,
|
|
0x44, 0x61, 0x74, 0x61, 0x22, 0x00, 0x12, 0x65, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x76,
|
|
0x69, 0x74, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x25, 0x2e, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x76,
|
|
0x69, 0x74, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
|
|
0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x4c,
|
|
0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x65, 0x0a,
|
|
0x12, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x4c,
|
|
0x69, 0x73, 0x74, 0x12, 0x25, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x4c,
|
|
0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x61, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74,
|
|
0x65, 0x64, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
0x73, 0x65, 0x22, 0x00, 0x12, 0x68, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74,
|
|
0x65, 0x53, 0x74, 0x61, 0x74, 0x69, 0x63, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x26, 0x2e, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x76, 0x69,
|
|
0x74, 0x65, 0x53, 0x74, 0x61, 0x74, 0x69, 0x63, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
|
|
0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x53, 0x74, 0x61, 0x74, 0x69, 0x63,
|
|
0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x13,
|
|
0x5a, 0x11, 0x2e, 0x2f, 0x3b, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x55,
|
|
0x73, 0x65, 0x72, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_pb_artistinfoUser_proto_rawDescOnce sync.Once
|
|
file_pb_artistinfoUser_proto_rawDescData = file_pb_artistinfoUser_proto_rawDesc
|
|
)
|
|
|
|
func file_pb_artistinfoUser_proto_rawDescGZIP() []byte {
|
|
file_pb_artistinfoUser_proto_rawDescOnce.Do(func() {
|
|
file_pb_artistinfoUser_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_artistinfoUser_proto_rawDescData)
|
|
})
|
|
return file_pb_artistinfoUser_proto_rawDescData
|
|
}
|
|
|
|
var file_pb_artistinfoUser_proto_msgTypes = make([]protoimpl.MessageInfo, 57)
|
|
var file_pb_artistinfoUser_proto_goTypes = []interface{}{
|
|
(*CommonNoParams)(nil), // 0: artistinfo.CommonNoParams
|
|
(*UserCommonPageInfo)(nil), // 1: artistinfo.UserCommonPageInfo
|
|
(*UpdateMsgRequest)(nil), // 2: artistinfo.UpdateMsgRequest
|
|
(*UpdateMsgRespond)(nil), // 3: artistinfo.UpdateMsgRespond
|
|
(*GetUserMsgRequest)(nil), // 4: artistinfo.GetUserMsgRequest
|
|
(*GetUserMsgRespond)(nil), // 5: artistinfo.GetUserMsgRespond
|
|
(*CheckInvitedCodeRequest)(nil), // 6: artistinfo.CheckInvitedCodeRequest
|
|
(*CheckInvitedCodeRespond)(nil), // 7: artistinfo.CheckInvitedCodeRespond
|
|
(*UnFinishListRequest)(nil), // 8: artistinfo.UnFinishListRequest
|
|
(*UnFinishListRespond)(nil), // 9: artistinfo.UnFinishListRespond
|
|
(*UploadPicRequest)(nil), // 10: artistinfo.UploadPicRequest
|
|
(*UploadPicRespond)(nil), // 11: artistinfo.UploadPicRespond
|
|
(*UpdateIdCardRequest)(nil), // 12: artistinfo.UpdateIdCardRequest
|
|
(*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
|
|
(*FindUsersRequest)(nil), // 42: artistinfo.FindUsersRequest
|
|
(*FindUsersResponse)(nil), // 43: artistinfo.FindUsersResponse
|
|
(*RealNameInfo)(nil), // 44: artistinfo.RealNameInfo
|
|
(*UserInfo)(nil), // 45: artistinfo.UserInfo
|
|
(*PreSaveArtistInfoData)(nil), // 46: artistinfo.PreSaveArtistInfoData
|
|
(*GetPreSaveArtistInfoRequest)(nil), // 47: artistinfo.GetPreSaveArtistInfoRequest
|
|
(*UserView)(nil), // 48: artistinfo.UserView
|
|
(*FindUsersUserViewResponse)(nil), // 49: artistinfo.FindUsersUserViewResponse
|
|
(*GetInvitedUserListRequest)(nil), // 50: artistinfo.GetInvitedUserListRequest
|
|
(*InvitedUser)(nil), // 51: artistinfo.InvitedUser
|
|
(*GetInvitedUserListResponse)(nil), // 52: artistinfo.GetInvitedUserListResponse
|
|
(*GetInviterUserListRequest)(nil), // 53: artistinfo.GetInviterUserListRequest
|
|
(*GetInviteStaticListRequest)(nil), // 54: artistinfo.GetInviteStaticListRequest
|
|
(*GetInviteStaticListData)(nil), // 55: artistinfo.GetInviteStaticListData
|
|
(*GetInviteStaticListResponse)(nil), // 56: artistinfo.GetInviteStaticListResponse
|
|
}
|
|
var file_pb_artistinfoUser_proto_depIdxs = []int32{
|
|
33, // 0: artistinfo.ArtistSupplyListRespond.data:type_name -> artistinfo.ArtistArtworkSupplyListResponseData
|
|
45, // 1: artistinfo.FindUsersResponse.data:type_name -> artistinfo.UserInfo
|
|
1, // 2: artistinfo.FindUsersResponse.page:type_name -> artistinfo.UserCommonPageInfo
|
|
44, // 3: artistinfo.UserInfo.realName:type_name -> artistinfo.RealNameInfo
|
|
48, // 4: artistinfo.FindUsersUserViewResponse.data:type_name -> artistinfo.UserView
|
|
1, // 5: artistinfo.FindUsersUserViewResponse.page:type_name -> artistinfo.UserCommonPageInfo
|
|
51, // 6: artistinfo.GetInvitedUserListResponse.data:type_name -> artistinfo.InvitedUser
|
|
1, // 7: artistinfo.GetInvitedUserListResponse.page:type_name -> artistinfo.UserCommonPageInfo
|
|
55, // 8: artistinfo.GetInviteStaticListResponse.data:type_name -> artistinfo.GetInviteStaticListData
|
|
1, // 9: artistinfo.GetInviteStaticListResponse.page:type_name -> artistinfo.UserCommonPageInfo
|
|
14, // 10: artistinfo.ArtistInfoUser.RegisterUser:input_type -> artistinfo.RegisterUserRequest
|
|
12, // 11: artistinfo.ArtistInfoUser.UpdateIdCard:input_type -> artistinfo.UpdateIdCardRequest
|
|
16, // 12: artistinfo.ArtistInfoUser.GetUser:input_type -> artistinfo.GetUserRequest
|
|
18, // 13: artistinfo.ArtistInfoUser.GetUserById:input_type -> artistinfo.GetUserByIdRequest
|
|
21, // 14: artistinfo.ArtistInfoUser.CreateUser:input_type -> artistinfo.CreateUserRequest
|
|
23, // 15: artistinfo.ArtistInfoUser.CreateUserInfo:input_type -> artistinfo.CreateUserInfoRequest
|
|
27, // 16: artistinfo.ArtistInfoUser.FinishVerify:input_type -> artistinfo.FinishVerifyRequest
|
|
29, // 17: artistinfo.ArtistInfoUser.CheckUserLock:input_type -> artistinfo.CheckUserLockRequest
|
|
31, // 18: artistinfo.ArtistInfoUser.ArtistSupplyList:input_type -> artistinfo.ArtistSupplyListRequest
|
|
34, // 19: artistinfo.ArtistInfoUser.UserLock:input_type -> artistinfo.UserLockRequest
|
|
6, // 20: artistinfo.ArtistInfoUser.CheckInvitedCode:input_type -> artistinfo.CheckInvitedCodeRequest
|
|
8, // 21: artistinfo.ArtistInfoUser.UnFinishList:input_type -> artistinfo.UnFinishListRequest
|
|
4, // 22: artistinfo.ArtistInfoUser.GetUserMsg:input_type -> artistinfo.GetUserMsgRequest
|
|
2, // 23: artistinfo.ArtistInfoUser.UpdateMsg:input_type -> artistinfo.UpdateMsgRequest
|
|
36, // 24: artistinfo.ArtistInfoUser.BindInviteInvitedAccount:input_type -> artistinfo.BindInviteInvitedAccountRequest
|
|
38, // 25: artistinfo.ArtistInfoUser.BindArtistId:input_type -> artistinfo.BindArtistIdRequest
|
|
41, // 26: artistinfo.ArtistInfoUser.FindUser:input_type -> artistinfo.FindUserRequest
|
|
42, // 27: artistinfo.ArtistInfoUser.FindUsers:input_type -> artistinfo.FindUsersRequest
|
|
42, // 28: artistinfo.ArtistInfoUser.FindUsersUserView:input_type -> artistinfo.FindUsersRequest
|
|
45, // 29: artistinfo.ArtistInfoUser.UpdateUserData:input_type -> artistinfo.UserInfo
|
|
46, // 30: artistinfo.ArtistInfoUser.PreSaveArtistInfo:input_type -> artistinfo.PreSaveArtistInfoData
|
|
47, // 31: artistinfo.ArtistInfoUser.GetPreSaveArtistInfo:input_type -> artistinfo.GetPreSaveArtistInfoRequest
|
|
50, // 32: artistinfo.ArtistInfoUser.GetInvitedUserList:input_type -> artistinfo.GetInvitedUserListRequest
|
|
53, // 33: artistinfo.ArtistInfoUser.GetInviterUserList:input_type -> artistinfo.GetInviterUserListRequest
|
|
54, // 34: artistinfo.ArtistInfoUser.GetInviteStaticList:input_type -> artistinfo.GetInviteStaticListRequest
|
|
15, // 35: artistinfo.ArtistInfoUser.RegisterUser:output_type -> artistinfo.RegisterUserRespond
|
|
0, // 36: artistinfo.ArtistInfoUser.UpdateIdCard:output_type -> artistinfo.CommonNoParams
|
|
17, // 37: artistinfo.ArtistInfoUser.GetUser:output_type -> artistinfo.GetUserRespond
|
|
19, // 38: artistinfo.ArtistInfoUser.GetUserById:output_type -> artistinfo.GetUserByIdRespond
|
|
22, // 39: artistinfo.ArtistInfoUser.CreateUser:output_type -> artistinfo.CreateUserRespond
|
|
24, // 40: artistinfo.ArtistInfoUser.CreateUserInfo:output_type -> artistinfo.CreateUserInfoRespond
|
|
28, // 41: artistinfo.ArtistInfoUser.FinishVerify:output_type -> artistinfo.FinishVerifyRespond
|
|
30, // 42: artistinfo.ArtistInfoUser.CheckUserLock:output_type -> artistinfo.CheckUserLockRespond
|
|
32, // 43: artistinfo.ArtistInfoUser.ArtistSupplyList:output_type -> artistinfo.ArtistSupplyListRespond
|
|
35, // 44: artistinfo.ArtistInfoUser.UserLock:output_type -> artistinfo.UserLockRespond
|
|
17, // 45: artistinfo.ArtistInfoUser.CheckInvitedCode:output_type -> artistinfo.GetUserRespond
|
|
9, // 46: artistinfo.ArtistInfoUser.UnFinishList:output_type -> artistinfo.UnFinishListRespond
|
|
5, // 47: artistinfo.ArtistInfoUser.GetUserMsg:output_type -> artistinfo.GetUserMsgRespond
|
|
3, // 48: artistinfo.ArtistInfoUser.UpdateMsg:output_type -> artistinfo.UpdateMsgRespond
|
|
37, // 49: artistinfo.ArtistInfoUser.BindInviteInvitedAccount:output_type -> artistinfo.BindInviteInvitedAccountRespond
|
|
39, // 50: artistinfo.ArtistInfoUser.BindArtistId:output_type -> artistinfo.BindArtistIdResp
|
|
45, // 51: artistinfo.ArtistInfoUser.FindUser:output_type -> artistinfo.UserInfo
|
|
43, // 52: artistinfo.ArtistInfoUser.FindUsers:output_type -> artistinfo.FindUsersResponse
|
|
49, // 53: artistinfo.ArtistInfoUser.FindUsersUserView:output_type -> artistinfo.FindUsersUserViewResponse
|
|
0, // 54: artistinfo.ArtistInfoUser.UpdateUserData:output_type -> artistinfo.CommonNoParams
|
|
0, // 55: artistinfo.ArtistInfoUser.PreSaveArtistInfo:output_type -> artistinfo.CommonNoParams
|
|
46, // 56: artistinfo.ArtistInfoUser.GetPreSaveArtistInfo:output_type -> artistinfo.PreSaveArtistInfoData
|
|
52, // 57: artistinfo.ArtistInfoUser.GetInvitedUserList:output_type -> artistinfo.GetInvitedUserListResponse
|
|
52, // 58: artistinfo.ArtistInfoUser.GetInviterUserList:output_type -> artistinfo.GetInvitedUserListResponse
|
|
56, // 59: artistinfo.ArtistInfoUser.GetInviteStaticList:output_type -> artistinfo.GetInviteStaticListResponse
|
|
35, // [35:60] is the sub-list for method output_type
|
|
10, // [10:35] is the sub-list for method input_type
|
|
10, // [10:10] is the sub-list for extension type_name
|
|
10, // [10:10] is the sub-list for extension extendee
|
|
0, // [0:10] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_pb_artistinfoUser_proto_init() }
|
|
func file_pb_artistinfoUser_proto_init() {
|
|
if File_pb_artistinfoUser_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_pb_artistinfoUser_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_artistinfoUser_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UserCommonPageInfo); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[2].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_artistinfoUser_proto_msgTypes[3].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_artistinfoUser_proto_msgTypes[4].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_artistinfoUser_proto_msgTypes[5].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_artistinfoUser_proto_msgTypes[6].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_artistinfoUser_proto_msgTypes[7].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_artistinfoUser_proto_msgTypes[8].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_artistinfoUser_proto_msgTypes[9].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_artistinfoUser_proto_msgTypes[10].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_artistinfoUser_proto_msgTypes[11].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_artistinfoUser_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateIdCardRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_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_artistinfoUser_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*FindUsersRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*FindUsersResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealNameInfo); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[45].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
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*PreSaveArtistInfoData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetPreSaveArtistInfoRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UserView); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*FindUsersUserViewResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetInvitedUserListRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*InvitedUser); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetInvitedUserListResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetInviterUserListRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetInviteStaticListRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetInviteStaticListData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoUser_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetInviteStaticListResponse); 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_artistinfoUser_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 57,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_pb_artistinfoUser_proto_goTypes,
|
|
DependencyIndexes: file_pb_artistinfoUser_proto_depIdxs,
|
|
MessageInfos: file_pb_artistinfoUser_proto_msgTypes,
|
|
}.Build()
|
|
File_pb_artistinfoUser_proto = out.File
|
|
file_pb_artistinfoUser_proto_rawDesc = nil
|
|
file_pb_artistinfoUser_proto_goTypes = nil
|
|
file_pb_artistinfoUser_proto_depIdxs = nil
|
|
}
|