2842 lines
98 KiB
Go
2842 lines
98 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.26.0
|
|
// protoc v3.9.0
|
|
// source: api/supplyinfo/supplyinfo.proto
|
|
|
|
package supplyinfo
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
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)
|
|
)
|
|
|
|
type GetSupplyInfoListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistId uint64 `protobuf:"varint,1,opt,name=ArtistId,json=artistId,proto3" json:"ArtistId"`
|
|
Types uint64 `protobuf:"varint,2,opt,name=Types,json=types,proto3" json:"Types"`
|
|
}
|
|
|
|
func (x *GetSupplyInfoListRequest) Reset() {
|
|
*x = GetSupplyInfoListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetSupplyInfoListRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetSupplyInfoListRequest) ProtoMessage() {}
|
|
|
|
func (x *GetSupplyInfoListRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetSupplyInfoListRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetSupplyInfoListRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *GetSupplyInfoListRequest) GetArtistId() uint64 {
|
|
if x != nil {
|
|
return x.ArtistId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetSupplyInfoListRequest) GetTypes() uint64 {
|
|
if x != nil {
|
|
return x.Types
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetSupplyInfoListRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*GetSupplyInfoData `protobuf:"bytes,1,rep,name=Data,proto3" json:"Data"`
|
|
}
|
|
|
|
func (x *GetSupplyInfoListRespond) Reset() {
|
|
*x = GetSupplyInfoListRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetSupplyInfoListRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetSupplyInfoListRespond) ProtoMessage() {}
|
|
|
|
func (x *GetSupplyInfoListRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetSupplyInfoListRespond.ProtoReflect.Descriptor instead.
|
|
func (*GetSupplyInfoListRespond) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *GetSupplyInfoListRespond) GetData() []*GetSupplyInfoData {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetSupplyInfoData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID"`
|
|
ArtworkId string `protobuf:"bytes,2,opt,name=ArtworkId,json=artworkId,proto3" json:"ArtworkId"`
|
|
ArtistId string `protobuf:"bytes,3,opt,name=ArtistId,json=artistId,proto3" json:"ArtistId"`
|
|
UserId uint64 `protobuf:"varint,4,opt,name=UserId,json=userId,proto3" json:"UserId"`
|
|
Name string `protobuf:"bytes,5,opt,name=Name,json=name,proto3" json:"Name"`
|
|
ModelYear string `protobuf:"bytes,6,opt,name=ModelYear,json=modelYear,proto3" json:"ModelYear"`
|
|
Photo string `protobuf:"bytes,7,opt,name=Photo,json=photo,proto3" json:"Photo"`
|
|
ArtistPhoto string `protobuf:"bytes,8,opt,name=ArtistPhoto,json=artistPhoto,proto3" json:"ArtistPhoto"`
|
|
Width uint64 `protobuf:"varint,9,opt,name=Width,json=width,proto3" json:"Width"`
|
|
Height uint64 `protobuf:"varint,10,opt,name=Height,json=height,proto3" json:"Height"`
|
|
Ruler uint64 `protobuf:"varint,11,opt,name=Ruler,json=ruler,proto3" json:"Ruler"`
|
|
ExhibitInfo string `protobuf:"bytes,12,opt,name=ExhibitInfo,json=exhibitInfo,proto3" json:"ExhibitInfo"`
|
|
ExhibitPic1 string `protobuf:"bytes,13,opt,name=ExhibitPic1,json=exhibitPic1,proto3" json:"ExhibitPic1"`
|
|
ExhibitPic2 string `protobuf:"bytes,14,opt,name=ExhibitPic2,json=exhibitPic2,proto3" json:"ExhibitPic2"`
|
|
CreateTime string `protobuf:"bytes,15,opt,name=CreateTime,json=createTime,proto3" json:"CreateTime"`
|
|
Introduct string `protobuf:"bytes,16,opt,name=Introduct,json=introduct,proto3" json:"Introduct"`
|
|
NetworkTrace bool `protobuf:"varint,17,opt,name=NetworkTrace,json=networkTrace,proto3" json:"NetworkTrace"`
|
|
CreateAddress string `protobuf:"bytes,18,opt,name=CreateAddress,json=createAddress,proto3" json:"CreateAddress"`
|
|
Url string `protobuf:"bytes,19,opt,name=Url,json=url,proto3" json:"Url"`
|
|
Types string `protobuf:"bytes,20,opt,name=Types,json=types,proto3" json:"Types"`
|
|
Remark string `protobuf:"bytes,21,opt,name=Remark,json=remark,proto3" json:"Remark"`
|
|
Remark2 string `protobuf:"bytes,22,opt,name=Remark2,json=remark2,proto3" json:"Remark2"`
|
|
Enable bool `protobuf:"varint,23,opt,name=Enable,json=enable,proto3" json:"Enable"`
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) Reset() {
|
|
*x = GetSupplyInfoData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetSupplyInfoData) ProtoMessage() {}
|
|
|
|
func (x *GetSupplyInfoData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetSupplyInfoData.ProtoReflect.Descriptor instead.
|
|
func (*GetSupplyInfoData) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetID() uint64 {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetArtworkId() string {
|
|
if x != nil {
|
|
return x.ArtworkId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetArtistId() string {
|
|
if x != nil {
|
|
return x.ArtistId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetModelYear() string {
|
|
if x != nil {
|
|
return x.ModelYear
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetPhoto() string {
|
|
if x != nil {
|
|
return x.Photo
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetArtistPhoto() string {
|
|
if x != nil {
|
|
return x.ArtistPhoto
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetWidth() uint64 {
|
|
if x != nil {
|
|
return x.Width
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetHeight() uint64 {
|
|
if x != nil {
|
|
return x.Height
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetRuler() uint64 {
|
|
if x != nil {
|
|
return x.Ruler
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetExhibitInfo() string {
|
|
if x != nil {
|
|
return x.ExhibitInfo
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetExhibitPic1() string {
|
|
if x != nil {
|
|
return x.ExhibitPic1
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetExhibitPic2() string {
|
|
if x != nil {
|
|
return x.ExhibitPic2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetCreateTime() string {
|
|
if x != nil {
|
|
return x.CreateTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetIntroduct() string {
|
|
if x != nil {
|
|
return x.Introduct
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetNetworkTrace() bool {
|
|
if x != nil {
|
|
return x.NetworkTrace
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetCreateAddress() string {
|
|
if x != nil {
|
|
return x.CreateAddress
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetUrl() string {
|
|
if x != nil {
|
|
return x.Url
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetTypes() string {
|
|
if x != nil {
|
|
return x.Types
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetRemark() string {
|
|
if x != nil {
|
|
return x.Remark
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetRemark2() string {
|
|
if x != nil {
|
|
return x.Remark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetSupplyInfoData) GetEnable() bool {
|
|
if x != nil {
|
|
return x.Enable
|
|
}
|
|
return false
|
|
}
|
|
|
|
type GetSupplyInfoRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id uint64 `protobuf:"varint,1,opt,name=Id,json=artistId,proto3" json:"Id"`
|
|
}
|
|
|
|
func (x *GetSupplyInfoRequest) Reset() {
|
|
*x = GetSupplyInfoRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetSupplyInfoRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetSupplyInfoRequest) ProtoMessage() {}
|
|
|
|
func (x *GetSupplyInfoRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetSupplyInfoRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetSupplyInfoRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *GetSupplyInfoRequest) GetId() uint64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type UpdateSupplyInfoRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID"`
|
|
ArtworkId string `protobuf:"bytes,2,opt,name=ArtworkId,json=artworkId,proto3" json:"ArtworkId"`
|
|
ArtistId string `protobuf:"bytes,3,opt,name=ArtistId,json=artistId,proto3" json:"ArtistId"`
|
|
UserId uint64 `protobuf:"varint,4,opt,name=UserId,json=userId,proto3" json:"UserId"`
|
|
Name string `protobuf:"bytes,5,opt,name=Name,json=name,proto3" json:"Name"`
|
|
ModelYear string `protobuf:"bytes,6,opt,name=ModelYear,json=modelYear,proto3" json:"ModelYear"`
|
|
Photo string `protobuf:"bytes,7,opt,name=Photo,json=photo,proto3" json:"Photo"`
|
|
ArtistPhoto string `protobuf:"bytes,8,opt,name=ArtistPhoto,json=artistPhoto,proto3" json:"ArtistPhoto"`
|
|
Width uint64 `protobuf:"varint,9,opt,name=Width,json=width,proto3" json:"Width"`
|
|
Height uint64 `protobuf:"varint,10,opt,name=Height,json=height,proto3" json:"Height"`
|
|
Ruler uint64 `protobuf:"varint,11,opt,name=Ruler,json=ruler,proto3" json:"Ruler"`
|
|
ExhibitInfo string `protobuf:"bytes,12,opt,name=ExhibitInfo,json=exhibitInfo,proto3" json:"ExhibitInfo"`
|
|
ExhibitPic1 string `protobuf:"bytes,13,opt,name=ExhibitPic1,json=exhibitPic1,proto3" json:"ExhibitPic1"`
|
|
ExhibitPic2 string `protobuf:"bytes,14,opt,name=ExhibitPic2,json=exhibitPic2,proto3" json:"ExhibitPic2"`
|
|
CreateTime string `protobuf:"bytes,15,opt,name=CreateTime,json=createTime,proto3" json:"CreateTime"`
|
|
Introduct string `protobuf:"bytes,16,opt,name=Introduct,json=introduct,proto3" json:"Introduct"`
|
|
NetworkTrace bool `protobuf:"varint,17,opt,name=NetworkTrace,json=networkTrace,proto3" json:"NetworkTrace"`
|
|
CreateAddress string `protobuf:"bytes,18,opt,name=CreateAddress,json=createAddress,proto3" json:"CreateAddress"`
|
|
Url string `protobuf:"bytes,19,opt,name=Url,json=url,proto3" json:"Url"`
|
|
Types string `protobuf:"bytes,20,opt,name=Types,json=types,proto3" json:"Types"`
|
|
Remark string `protobuf:"bytes,21,opt,name=Remark,json=remark,proto3" json:"Remark"`
|
|
Remark2 string `protobuf:"bytes,22,opt,name=Remark2,json=remark2,proto3" json:"Remark2"`
|
|
Enable bool `protobuf:"varint,23,opt,name=Enable,json=enable,proto3" json:"Enable"`
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) Reset() {
|
|
*x = UpdateSupplyInfoRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateSupplyInfoRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateSupplyInfoRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 UpdateSupplyInfoRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateSupplyInfoRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetID() uint64 {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetArtworkId() string {
|
|
if x != nil {
|
|
return x.ArtworkId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetArtistId() string {
|
|
if x != nil {
|
|
return x.ArtistId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetModelYear() string {
|
|
if x != nil {
|
|
return x.ModelYear
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetPhoto() string {
|
|
if x != nil {
|
|
return x.Photo
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetArtistPhoto() string {
|
|
if x != nil {
|
|
return x.ArtistPhoto
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetWidth() uint64 {
|
|
if x != nil {
|
|
return x.Width
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetHeight() uint64 {
|
|
if x != nil {
|
|
return x.Height
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetRuler() uint64 {
|
|
if x != nil {
|
|
return x.Ruler
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetExhibitInfo() string {
|
|
if x != nil {
|
|
return x.ExhibitInfo
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetExhibitPic1() string {
|
|
if x != nil {
|
|
return x.ExhibitPic1
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetExhibitPic2() string {
|
|
if x != nil {
|
|
return x.ExhibitPic2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetCreateTime() string {
|
|
if x != nil {
|
|
return x.CreateTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetIntroduct() string {
|
|
if x != nil {
|
|
return x.Introduct
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetNetworkTrace() bool {
|
|
if x != nil {
|
|
return x.NetworkTrace
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetCreateAddress() string {
|
|
if x != nil {
|
|
return x.CreateAddress
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetUrl() string {
|
|
if x != nil {
|
|
return x.Url
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetTypes() string {
|
|
if x != nil {
|
|
return x.Types
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetRemark() string {
|
|
if x != nil {
|
|
return x.Remark
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetRemark2() string {
|
|
if x != nil {
|
|
return x.Remark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRequest) GetEnable() bool {
|
|
if x != nil {
|
|
return x.Enable
|
|
}
|
|
return false
|
|
}
|
|
|
|
type UpdateSupplyInfoRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRespond) Reset() {
|
|
*x = UpdateSupplyInfoRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateSupplyInfoRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateSupplyInfoRespond) ProtoMessage() {}
|
|
|
|
func (x *UpdateSupplyInfoRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 UpdateSupplyInfoRespond.ProtoReflect.Descriptor instead.
|
|
func (*UpdateSupplyInfoRespond) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
type GetVideoListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID string `protobuf:"bytes,1,opt,name=ID,json=id,proto3" json:"ID"`
|
|
UserId uint64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId"`
|
|
Url string `protobuf:"bytes,3,opt,name=Url,json=url,proto3" json:"Url"`
|
|
Types string `protobuf:"bytes,4,opt,name=Types,json=types,proto3" json:"Types"`
|
|
}
|
|
|
|
func (x *GetVideoListRequest) Reset() {
|
|
*x = GetVideoListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetVideoListRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetVideoListRequest) ProtoMessage() {}
|
|
|
|
func (x *GetVideoListRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetVideoListRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetVideoListRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *GetVideoListRequest) GetID() string {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetVideoListRequest) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetVideoListRequest) GetUrl() string {
|
|
if x != nil {
|
|
return x.Url
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetVideoListRequest) GetTypes() string {
|
|
if x != nil {
|
|
return x.Types
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetVideoListRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*GetVideoListData `protobuf:"bytes,1,rep,name=Data,proto3" json:"Data"`
|
|
}
|
|
|
|
func (x *GetVideoListRespond) Reset() {
|
|
*x = GetVideoListRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetVideoListRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetVideoListRespond) ProtoMessage() {}
|
|
|
|
func (x *GetVideoListRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetVideoListRespond.ProtoReflect.Descriptor instead.
|
|
func (*GetVideoListRespond) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *GetVideoListRespond) GetData() []*GetVideoListData {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetVideoListData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID"`
|
|
UserId uint64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId"`
|
|
Url string `protobuf:"bytes,3,opt,name=Url,json=url,proto3" json:"Url"`
|
|
Types string `protobuf:"bytes,4,opt,name=Types,json=types,proto3" json:"Types"`
|
|
Remark string `protobuf:"bytes,5,opt,name=Remark,json=remark,proto3" json:"Remark"`
|
|
Remark2 string `protobuf:"bytes,6,opt,name=Remark2,json=remark2,proto3" json:"Remark2"`
|
|
Enable bool `protobuf:"varint,7,opt,name=Enable,json=enable,proto3" json:"Enable"`
|
|
}
|
|
|
|
func (x *GetVideoListData) Reset() {
|
|
*x = GetVideoListData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetVideoListData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetVideoListData) ProtoMessage() {}
|
|
|
|
func (x *GetVideoListData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetVideoListData.ProtoReflect.Descriptor instead.
|
|
func (*GetVideoListData) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *GetVideoListData) GetID() uint64 {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetVideoListData) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetVideoListData) GetUrl() string {
|
|
if x != nil {
|
|
return x.Url
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetVideoListData) GetTypes() string {
|
|
if x != nil {
|
|
return x.Types
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetVideoListData) GetRemark() string {
|
|
if x != nil {
|
|
return x.Remark
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetVideoListData) GetRemark2() string {
|
|
if x != nil {
|
|
return x.Remark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetVideoListData) GetEnable() bool {
|
|
if x != nil {
|
|
return x.Enable
|
|
}
|
|
return false
|
|
}
|
|
|
|
type GetVideoRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID string `protobuf:"bytes,1,opt,name=ID,json=id,proto3" json:"ID"`
|
|
UserId uint64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId"`
|
|
Url string `protobuf:"bytes,3,opt,name=Url,json=url,proto3" json:"Url"`
|
|
Types string `protobuf:"bytes,4,opt,name=Types,json=types,proto3" json:"Types"`
|
|
}
|
|
|
|
func (x *GetVideoRequest) Reset() {
|
|
*x = GetVideoRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetVideoRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetVideoRequest) ProtoMessage() {}
|
|
|
|
func (x *GetVideoRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetVideoRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetVideoRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *GetVideoRequest) GetID() string {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetVideoRequest) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetVideoRequest) GetUrl() string {
|
|
if x != nil {
|
|
return x.Url
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetVideoRequest) GetTypes() string {
|
|
if x != nil {
|
|
return x.Types
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UpdateVideoRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID string `protobuf:"bytes,1,opt,name=ID,json=id,proto3" json:"ID"`
|
|
UserId uint64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId"`
|
|
Url string `protobuf:"bytes,3,opt,name=Url,json=url,proto3" json:"Url"`
|
|
Types string `protobuf:"bytes,4,opt,name=Types,json=types,proto3" json:"Types"`
|
|
}
|
|
|
|
func (x *UpdateVideoRequest) Reset() {
|
|
*x = UpdateVideoRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateVideoRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateVideoRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateVideoRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 UpdateVideoRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateVideoRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *UpdateVideoRequest) GetID() string {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateVideoRequest) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateVideoRequest) GetUrl() string {
|
|
if x != nil {
|
|
return x.Url
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateVideoRequest) GetTypes() string {
|
|
if x != nil {
|
|
return x.Types
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UpdateVideoRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *UpdateVideoRespond) Reset() {
|
|
*x = UpdateVideoRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateVideoRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateVideoRespond) ProtoMessage() {}
|
|
|
|
func (x *UpdateVideoRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 UpdateVideoRespond.ProtoReflect.Descriptor instead.
|
|
func (*UpdateVideoRespond) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
type GetExamListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID string `protobuf:"bytes,1,opt,name=ID,json=id,proto3" json:"ID"`
|
|
UserId uint64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId"`
|
|
Url string `protobuf:"bytes,3,opt,name=Url,json=url,proto3" json:"Url"`
|
|
Types string `protobuf:"bytes,4,opt,name=Types,json=types,proto3" json:"Types"`
|
|
}
|
|
|
|
func (x *GetExamListRequest) Reset() {
|
|
*x = GetExamListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetExamListRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetExamListRequest) ProtoMessage() {}
|
|
|
|
func (x *GetExamListRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetExamListRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetExamListRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *GetExamListRequest) GetID() string {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetExamListRequest) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetExamListRequest) GetUrl() string {
|
|
if x != nil {
|
|
return x.Url
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetExamListRequest) GetTypes() string {
|
|
if x != nil {
|
|
return x.Types
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetExamListRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*GetExamListData `protobuf:"bytes,1,rep,name=Data,proto3" json:"Data"`
|
|
}
|
|
|
|
func (x *GetExamListRespond) Reset() {
|
|
*x = GetExamListRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetExamListRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetExamListRespond) ProtoMessage() {}
|
|
|
|
func (x *GetExamListRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetExamListRespond.ProtoReflect.Descriptor instead.
|
|
func (*GetExamListRespond) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *GetExamListRespond) GetData() []*GetExamListData {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetExamListData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID"`
|
|
UserId uint64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId"`
|
|
Title string `protobuf:"bytes,3,opt,name=Title,json=title,proto3" json:"Title"`
|
|
Class string `protobuf:"bytes,4,opt,name=Class,json=class,proto3" json:"Class"`
|
|
TitleScore uint64 `protobuf:"varint,5,opt,name=TitleScore,json=titleScore,proto3" json:"TitleScore"`
|
|
Score string `protobuf:"bytes,6,opt,name=Score,json=score,proto3" json:"Score"`
|
|
Types string `protobuf:"bytes,7,opt,name=Types,json=types,proto3" json:"Types"`
|
|
Remark string `protobuf:"bytes,8,opt,name=Remark,json=remark,proto3" json:"Remark"`
|
|
Remark2 string `protobuf:"bytes,9,opt,name=Remark2,json=remark2,proto3" json:"Remark2"`
|
|
Enable bool `protobuf:"varint,10,opt,name=Enable,json=enable,proto3" json:"Enable"`
|
|
}
|
|
|
|
func (x *GetExamListData) Reset() {
|
|
*x = GetExamListData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetExamListData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetExamListData) ProtoMessage() {}
|
|
|
|
func (x *GetExamListData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetExamListData.ProtoReflect.Descriptor instead.
|
|
func (*GetExamListData) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *GetExamListData) GetID() uint64 {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetExamListData) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetExamListData) GetTitle() string {
|
|
if x != nil {
|
|
return x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetExamListData) GetClass() string {
|
|
if x != nil {
|
|
return x.Class
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetExamListData) GetTitleScore() uint64 {
|
|
if x != nil {
|
|
return x.TitleScore
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetExamListData) GetScore() string {
|
|
if x != nil {
|
|
return x.Score
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetExamListData) GetTypes() string {
|
|
if x != nil {
|
|
return x.Types
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetExamListData) GetRemark() string {
|
|
if x != nil {
|
|
return x.Remark
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetExamListData) GetRemark2() string {
|
|
if x != nil {
|
|
return x.Remark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetExamListData) GetEnable() bool {
|
|
if x != nil {
|
|
return x.Enable
|
|
}
|
|
return false
|
|
}
|
|
|
|
type GetExamRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID"`
|
|
UserId uint64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId"`
|
|
Title string `protobuf:"bytes,3,opt,name=Title,json=title,proto3" json:"Title"`
|
|
Class string `protobuf:"bytes,4,opt,name=Class,json=class,proto3" json:"Class"`
|
|
TitleScore uint64 `protobuf:"varint,5,opt,name=TitleScore,json=titleScore,proto3" json:"TitleScore"`
|
|
Score string `protobuf:"bytes,6,opt,name=Score,json=score,proto3" json:"Score"`
|
|
Types string `protobuf:"bytes,7,opt,name=Types,json=types,proto3" json:"Types"`
|
|
Remark string `protobuf:"bytes,8,opt,name=Remark,json=remark,proto3" json:"Remark"`
|
|
Remark2 string `protobuf:"bytes,9,opt,name=Remark2,json=remark2,proto3" json:"Remark2"`
|
|
Enable bool `protobuf:"varint,10,opt,name=Enable,json=enable,proto3" json:"Enable"`
|
|
}
|
|
|
|
func (x *GetExamRequest) Reset() {
|
|
*x = GetExamRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetExamRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetExamRequest) ProtoMessage() {}
|
|
|
|
func (x *GetExamRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetExamRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetExamRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
func (x *GetExamRequest) GetID() uint64 {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetExamRequest) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetExamRequest) GetTitle() string {
|
|
if x != nil {
|
|
return x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetExamRequest) GetClass() string {
|
|
if x != nil {
|
|
return x.Class
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetExamRequest) GetTitleScore() uint64 {
|
|
if x != nil {
|
|
return x.TitleScore
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetExamRequest) GetScore() string {
|
|
if x != nil {
|
|
return x.Score
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetExamRequest) GetTypes() string {
|
|
if x != nil {
|
|
return x.Types
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetExamRequest) GetRemark() string {
|
|
if x != nil {
|
|
return x.Remark
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetExamRequest) GetRemark2() string {
|
|
if x != nil {
|
|
return x.Remark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetExamRequest) GetEnable() bool {
|
|
if x != nil {
|
|
return x.Enable
|
|
}
|
|
return false
|
|
}
|
|
|
|
type UpdateExamRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID"`
|
|
UserId uint64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId"`
|
|
Title string `protobuf:"bytes,3,opt,name=Title,json=title,proto3" json:"Title"`
|
|
Class string `protobuf:"bytes,4,opt,name=Class,json=class,proto3" json:"Class"`
|
|
TitleScore uint64 `protobuf:"varint,5,opt,name=TitleScore,json=titleScore,proto3" json:"TitleScore"`
|
|
Score string `protobuf:"bytes,6,opt,name=Score,json=score,proto3" json:"Score"`
|
|
Types string `protobuf:"bytes,7,opt,name=Types,json=types,proto3" json:"Types"`
|
|
Remark string `protobuf:"bytes,8,opt,name=Remark,json=remark,proto3" json:"Remark"`
|
|
Remark2 string `protobuf:"bytes,9,opt,name=Remark2,json=remark2,proto3" json:"Remark2"`
|
|
Enable bool `protobuf:"varint,10,opt,name=Enable,json=enable,proto3" json:"Enable"`
|
|
}
|
|
|
|
func (x *UpdateExamRequest) Reset() {
|
|
*x = UpdateExamRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateExamRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateExamRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateExamRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 UpdateExamRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateExamRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
func (x *UpdateExamRequest) GetID() uint64 {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateExamRequest) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateExamRequest) GetTitle() string {
|
|
if x != nil {
|
|
return x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateExamRequest) GetClass() string {
|
|
if x != nil {
|
|
return x.Class
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateExamRequest) GetTitleScore() uint64 {
|
|
if x != nil {
|
|
return x.TitleScore
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateExamRequest) GetScore() string {
|
|
if x != nil {
|
|
return x.Score
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateExamRequest) GetTypes() string {
|
|
if x != nil {
|
|
return x.Types
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateExamRequest) GetRemark() string {
|
|
if x != nil {
|
|
return x.Remark
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateExamRequest) GetRemark2() string {
|
|
if x != nil {
|
|
return x.Remark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateExamRequest) GetEnable() bool {
|
|
if x != nil {
|
|
return x.Enable
|
|
}
|
|
return false
|
|
}
|
|
|
|
type UpdateExamRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Percent int32 `protobuf:"varint,1,opt,name=Percent,json=percent,proto3" json:"Percent"`
|
|
}
|
|
|
|
func (x *UpdateExamRespond) Reset() {
|
|
*x = UpdateExamRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateExamRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateExamRespond) ProtoMessage() {}
|
|
|
|
func (x *UpdateExamRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 UpdateExamRespond.ProtoReflect.Descriptor instead.
|
|
func (*UpdateExamRespond) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
func (x *UpdateExamRespond) GetPercent() int32 {
|
|
if x != nil {
|
|
return x.Percent
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetArtistInfoListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID string `protobuf:"bytes,1,opt,name=ID,json=id,proto3" json:"ID"`
|
|
UserId uint64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId"`
|
|
Url string `protobuf:"bytes,3,opt,name=Url,json=url,proto3" json:"Url"`
|
|
Types string `protobuf:"bytes,4,opt,name=Types,json=types,proto3" json:"Types"`
|
|
}
|
|
|
|
func (x *GetArtistInfoListRequest) Reset() {
|
|
*x = GetArtistInfoListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtistInfoListRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtistInfoListRequest) ProtoMessage() {}
|
|
|
|
func (x *GetArtistInfoListRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetArtistInfoListRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetArtistInfoListRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *GetArtistInfoListRequest) GetID() string {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoListRequest) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtistInfoListRequest) GetUrl() string {
|
|
if x != nil {
|
|
return x.Url
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoListRequest) GetTypes() string {
|
|
if x != nil {
|
|
return x.Types
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetArtistInfoListRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*GetArtistInfoListData `protobuf:"bytes,1,rep,name=Data,proto3" json:"Data"`
|
|
}
|
|
|
|
func (x *GetArtistInfoListRespond) Reset() {
|
|
*x = GetArtistInfoListRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtistInfoListRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtistInfoListRespond) ProtoMessage() {}
|
|
|
|
func (x *GetArtistInfoListRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetArtistInfoListRespond.ProtoReflect.Descriptor instead.
|
|
func (*GetArtistInfoListRespond) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
|
|
func (x *GetArtistInfoListRespond) GetData() []*GetArtistInfoListData {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetArtistInfoListData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID"`
|
|
UserId uint64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId"`
|
|
ArtistId string `protobuf:"bytes,3,opt,name=ArtistId,json=artistId,proto3" json:"ArtistId"`
|
|
BankAccount string `protobuf:"bytes,4,opt,name=BankAccount,json=bankAccount,proto3" json:"BankAccount"`
|
|
BankName string `protobuf:"bytes,5,opt,name=BankName,json=bankName,proto3" json:"BankName"`
|
|
Introduct string `protobuf:"bytes,6,opt,name=Introduct,json=introduct,proto3" json:"Introduct"`
|
|
CountryArtLevel string `protobuf:"bytes,7,opt,name=CountryArtLevel,json=countryArtLevel,proto3" json:"CountryArtLevel"`
|
|
ArtistCertPic string `protobuf:"bytes,8,opt,name=ArtistCertPic,json=artistCertPic,proto3" json:"ArtistCertPic"`
|
|
Remark string `protobuf:"bytes,9,opt,name=Remark,json=remark,proto3" json:"Remark"`
|
|
Remark2 string `protobuf:"bytes,10,opt,name=Remark2,json=remark2,proto3" json:"Remark2"`
|
|
State uint64 `protobuf:"varint,11,opt,name=State,json=state,proto3" json:"State"`
|
|
}
|
|
|
|
func (x *GetArtistInfoListData) Reset() {
|
|
*x = GetArtistInfoListData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtistInfoListData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtistInfoListData) ProtoMessage() {}
|
|
|
|
func (x *GetArtistInfoListData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetArtistInfoListData.ProtoReflect.Descriptor instead.
|
|
func (*GetArtistInfoListData) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{20}
|
|
}
|
|
|
|
func (x *GetArtistInfoListData) GetID() uint64 {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtistInfoListData) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtistInfoListData) GetArtistId() string {
|
|
if x != nil {
|
|
return x.ArtistId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoListData) GetBankAccount() string {
|
|
if x != nil {
|
|
return x.BankAccount
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoListData) GetBankName() string {
|
|
if x != nil {
|
|
return x.BankName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoListData) GetIntroduct() string {
|
|
if x != nil {
|
|
return x.Introduct
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoListData) GetCountryArtLevel() string {
|
|
if x != nil {
|
|
return x.CountryArtLevel
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoListData) GetArtistCertPic() string {
|
|
if x != nil {
|
|
return x.ArtistCertPic
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoListData) GetRemark() string {
|
|
if x != nil {
|
|
return x.Remark
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoListData) GetRemark2() string {
|
|
if x != nil {
|
|
return x.Remark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoListData) GetState() uint64 {
|
|
if x != nil {
|
|
return x.State
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetArtistInfoRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID"`
|
|
UserId uint64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId"`
|
|
ArtistId string `protobuf:"bytes,3,opt,name=ArtistId,json=artistId,proto3" json:"ArtistId"`
|
|
BankAccount string `protobuf:"bytes,4,opt,name=BankAccount,json=bankAccount,proto3" json:"BankAccount"`
|
|
BankName string `protobuf:"bytes,5,opt,name=BankName,json=bankName,proto3" json:"BankName"`
|
|
Introduct string `protobuf:"bytes,6,opt,name=Introduct,json=introduct,proto3" json:"Introduct"`
|
|
CountryArtLevel string `protobuf:"bytes,7,opt,name=CountryArtLevel,json=countryArtLevel,proto3" json:"CountryArtLevel"`
|
|
ArtistCertPic string `protobuf:"bytes,8,opt,name=ArtistCertPic,json=artistCertPic,proto3" json:"ArtistCertPic"`
|
|
Remark string `protobuf:"bytes,9,opt,name=Remark,json=remark,proto3" json:"Remark"`
|
|
Remark2 string `protobuf:"bytes,10,opt,name=Remark2,json=remark2,proto3" json:"Remark2"`
|
|
State uint64 `protobuf:"varint,11,opt,name=State,json=state,proto3" json:"State"`
|
|
}
|
|
|
|
func (x *GetArtistInfoRequest) Reset() {
|
|
*x = GetArtistInfoRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtistInfoRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtistInfoRequest) ProtoMessage() {}
|
|
|
|
func (x *GetArtistInfoRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 GetArtistInfoRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetArtistInfoRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
|
|
func (x *GetArtistInfoRequest) GetID() uint64 {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtistInfoRequest) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtistInfoRequest) GetArtistId() string {
|
|
if x != nil {
|
|
return x.ArtistId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoRequest) GetBankAccount() string {
|
|
if x != nil {
|
|
return x.BankAccount
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoRequest) GetBankName() string {
|
|
if x != nil {
|
|
return x.BankName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoRequest) GetIntroduct() string {
|
|
if x != nil {
|
|
return x.Introduct
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoRequest) GetCountryArtLevel() string {
|
|
if x != nil {
|
|
return x.CountryArtLevel
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoRequest) GetArtistCertPic() string {
|
|
if x != nil {
|
|
return x.ArtistCertPic
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoRequest) GetRemark() string {
|
|
if x != nil {
|
|
return x.Remark
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoRequest) GetRemark2() string {
|
|
if x != nil {
|
|
return x.Remark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistInfoRequest) GetState() uint64 {
|
|
if x != nil {
|
|
return x.State
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type UpdateArtistInfoRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID"`
|
|
UserId uint64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId"`
|
|
ArtistId string `protobuf:"bytes,3,opt,name=ArtistId,json=artistId,proto3" json:"ArtistId"`
|
|
BankAccount string `protobuf:"bytes,4,opt,name=BankAccount,json=bankAccount,proto3" json:"BankAccount"`
|
|
BankName string `protobuf:"bytes,5,opt,name=BankName,json=bankName,proto3" json:"BankName"`
|
|
Introduct string `protobuf:"bytes,6,opt,name=Introduct,json=introduct,proto3" json:"Introduct"`
|
|
CountryArtLevel string `protobuf:"bytes,7,opt,name=CountryArtLevel,json=countryArtLevel,proto3" json:"CountryArtLevel"`
|
|
ArtistCertPic string `protobuf:"bytes,8,opt,name=ArtistCertPic,json=artistCertPic,proto3" json:"ArtistCertPic"`
|
|
Remark string `protobuf:"bytes,9,opt,name=Remark,json=remark,proto3" json:"Remark"`
|
|
Remark2 string `protobuf:"bytes,10,opt,name=Remark2,json=remark2,proto3" json:"Remark2"`
|
|
State uint64 `protobuf:"varint,11,opt,name=State,json=state,proto3" json:"State"`
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRequest) Reset() {
|
|
*x = UpdateArtistInfoRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateArtistInfoRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateArtistInfoRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 UpdateArtistInfoRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateArtistInfoRequest) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{22}
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRequest) GetID() uint64 {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRequest) GetUserId() uint64 {
|
|
if x != nil {
|
|
return x.UserId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRequest) GetArtistId() string {
|
|
if x != nil {
|
|
return x.ArtistId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRequest) GetBankAccount() string {
|
|
if x != nil {
|
|
return x.BankAccount
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRequest) GetBankName() string {
|
|
if x != nil {
|
|
return x.BankName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRequest) GetIntroduct() string {
|
|
if x != nil {
|
|
return x.Introduct
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRequest) GetCountryArtLevel() string {
|
|
if x != nil {
|
|
return x.CountryArtLevel
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRequest) GetArtistCertPic() string {
|
|
if x != nil {
|
|
return x.ArtistCertPic
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRequest) GetRemark() string {
|
|
if x != nil {
|
|
return x.Remark
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRequest) GetRemark2() string {
|
|
if x != nil {
|
|
return x.Remark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRequest) GetState() uint64 {
|
|
if x != nil {
|
|
return x.State
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type UpdateArtistInfoRespond struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRespond) Reset() {
|
|
*x = UpdateArtistInfoRespond{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_api_supplyinfo_supplyinfo_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateArtistInfoRespond) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateArtistInfoRespond) ProtoMessage() {}
|
|
|
|
func (x *UpdateArtistInfoRespond) ProtoReflect() protoreflect.Message {
|
|
mi := &file_api_supplyinfo_supplyinfo_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 UpdateArtistInfoRespond.ProtoReflect.Descriptor instead.
|
|
func (*UpdateArtistInfoRespond) Descriptor() ([]byte, []int) {
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescGZIP(), []int{23}
|
|
}
|
|
|
|
var File_api_supplyinfo_supplyinfo_proto protoreflect.FileDescriptor
|
|
|
|
var file_api_supplyinfo_supplyinfo_proto_rawDesc = []byte{
|
|
0x0a, 0x1f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x2f, 0x73, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x12, 0x0a, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x4c, 0x0a,
|
|
0x18, 0x47, 0x65, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69,
|
|
0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x41, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x61, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x79, 0x70, 0x65, 0x73, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x22, 0x4d, 0x0a, 0x18, 0x47,
|
|
0x65, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74,
|
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x31, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18,
|
|
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e,
|
|
0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f,
|
|
0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x22, 0x83, 0x05, 0x0a, 0x11, 0x47,
|
|
0x65, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61,
|
|
0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64,
|
|
0x12, 0x1c, 0x0a, 0x09, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49, 0x64, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49, 0x64, 0x12, 0x1a,
|
|
0x0a, 0x08, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x08, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73,
|
|
0x65, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72,
|
|
0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x59,
|
|
0x65, 0x61, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x6f, 0x64, 0x65, 0x6c,
|
|
0x59, 0x65, 0x61, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x07, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x41, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x0b, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x0a, 0x05,
|
|
0x57, 0x69, 0x64, 0x74, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x77, 0x69, 0x64,
|
|
0x74, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x0a, 0x20, 0x01,
|
|
0x28, 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x52, 0x75,
|
|
0x6c, 0x65, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x72,
|
|
0x12, 0x20, 0x0a, 0x0b, 0x45, 0x78, 0x68, 0x69, 0x62, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x18,
|
|
0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x65, 0x78, 0x68, 0x69, 0x62, 0x69, 0x74, 0x49, 0x6e,
|
|
0x66, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x45, 0x78, 0x68, 0x69, 0x62, 0x69, 0x74, 0x50, 0x69, 0x63,
|
|
0x31, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x65, 0x78, 0x68, 0x69, 0x62, 0x69, 0x74,
|
|
0x50, 0x69, 0x63, 0x31, 0x12, 0x20, 0x0a, 0x0b, 0x45, 0x78, 0x68, 0x69, 0x62, 0x69, 0x74, 0x50,
|
|
0x69, 0x63, 0x32, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x65, 0x78, 0x68, 0x69, 0x62,
|
|
0x69, 0x74, 0x50, 0x69, 0x63, 0x32, 0x12, 0x1e, 0x0a, 0x0a, 0x43, 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, 0x1c, 0x0a, 0x09, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x64,
|
|
0x75, 0x63, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x74, 0x72, 0x6f,
|
|
0x64, 0x75, 0x63, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x54,
|
|
0x72, 0x61, 0x63, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x6e, 0x65, 0x74, 0x77,
|
|
0x6f, 0x72, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61,
|
|
0x74, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x0d, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x10,
|
|
0x0a, 0x03, 0x55, 0x72, 0x6c, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c,
|
|
0x12, 0x14, 0x0a, 0x05, 0x54, 0x79, 0x70, 0x65, 0x73, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b,
|
|
0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x18,
|
|
0x0a, 0x07, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x32, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x07, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x45, 0x6e, 0x61, 0x62,
|
|
0x6c, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65,
|
|
0x22, 0x2c, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66,
|
|
0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x22, 0x89,
|
|
0x05, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49,
|
|
0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x41, 0x72,
|
|
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61,
|
|
0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x41, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x04,
|
|
0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
|
|
0x12, 0x1c, 0x0a, 0x09, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x59, 0x65, 0x61, 0x72, 0x18, 0x06, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x59, 0x65, 0x61, 0x72, 0x12, 0x14,
|
|
0x0a, 0x05, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70,
|
|
0x68, 0x6f, 0x74, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x50, 0x68,
|
|
0x6f, 0x74, 0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x57, 0x69, 0x64, 0x74, 0x68, 0x18,
|
|
0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, 0x12, 0x16, 0x0a, 0x06,
|
|
0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x68, 0x65,
|
|
0x69, 0x67, 0x68, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x52, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x0b, 0x20,
|
|
0x01, 0x28, 0x04, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x45, 0x78,
|
|
0x68, 0x69, 0x62, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x0b, 0x65, 0x78, 0x68, 0x69, 0x62, 0x69, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x20, 0x0a, 0x0b,
|
|
0x45, 0x78, 0x68, 0x69, 0x62, 0x69, 0x74, 0x50, 0x69, 0x63, 0x31, 0x18, 0x0d, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x0b, 0x65, 0x78, 0x68, 0x69, 0x62, 0x69, 0x74, 0x50, 0x69, 0x63, 0x31, 0x12, 0x20,
|
|
0x0a, 0x0b, 0x45, 0x78, 0x68, 0x69, 0x62, 0x69, 0x74, 0x50, 0x69, 0x63, 0x32, 0x18, 0x0e, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x0b, 0x65, 0x78, 0x68, 0x69, 0x62, 0x69, 0x74, 0x50, 0x69, 0x63, 0x32,
|
|
0x12, 0x1e, 0x0a, 0x0a, 0x43, 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, 0x1c, 0x0a, 0x09, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x18, 0x10, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x12, 0x22,
|
|
0x0a, 0x0c, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x18, 0x11,
|
|
0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x54, 0x72, 0x61,
|
|
0x63, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, 0x64, 0x72,
|
|
0x65, 0x73, 0x73, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x72, 0x65, 0x61, 0x74,
|
|
0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x55, 0x72, 0x6c, 0x18,
|
|
0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x79,
|
|
0x70, 0x65, 0x73, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73,
|
|
0x12, 0x16, 0x0a, 0x06, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x52, 0x65, 0x6d, 0x61,
|
|
0x72, 0x6b, 0x32, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x6d, 0x61, 0x72,
|
|
0x6b, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x17, 0x20, 0x01,
|
|
0x28, 0x08, 0x52, 0x06, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x19, 0x0a, 0x17, 0x55, 0x70,
|
|
0x64, 0x61, 0x74, 0x65, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
|
|
0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x65, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x56, 0x69, 0x64, 0x65,
|
|
0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02,
|
|
0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06,
|
|
0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73,
|
|
0x65, 0x72, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x79, 0x70, 0x65, 0x73, 0x18,
|
|
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x22, 0x47, 0x0a, 0x13,
|
|
0x47, 0x65, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70,
|
|
0x6f, 0x6e, 0x64, 0x12, 0x30, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28,
|
|
0x0b, 0x32, 0x1c, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47,
|
|
0x65, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x61, 0x74, 0x61, 0x52,
|
|
0x04, 0x44, 0x61, 0x74, 0x61, 0x22, 0xac, 0x01, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x56, 0x69, 0x64,
|
|
0x65, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x61, 0x74, 0x61, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73,
|
|
0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72,
|
|
0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x03, 0x75, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x79, 0x70, 0x65, 0x73, 0x18, 0x04, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65,
|
|
0x6d, 0x61, 0x72, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61,
|
|
0x72, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x32, 0x18, 0x06, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x32, 0x12, 0x16, 0x0a, 0x06,
|
|
0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x65, 0x6e,
|
|
0x61, 0x62, 0x6c, 0x65, 0x22, 0x61, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f,
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12,
|
|
0x10, 0x0a, 0x03, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72,
|
|
0x6c, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x79, 0x70, 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x22, 0x64, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
0x65, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a,
|
|
0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a,
|
|
0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75,
|
|
0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x79, 0x70, 0x65, 0x73,
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x22, 0x14, 0x0a,
|
|
0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x52, 0x65, 0x73, 0x70,
|
|
0x6f, 0x6e, 0x64, 0x22, 0x64, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x45, 0x78, 0x61, 0x6d, 0x4c, 0x69,
|
|
0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65,
|
|
0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49,
|
|
0x64, 0x12, 0x10, 0x0a, 0x03, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
|
|
0x75, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x79, 0x70, 0x65, 0x73, 0x18, 0x04, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x22, 0x45, 0x0a, 0x12, 0x47, 0x65, 0x74,
|
|
0x45, 0x78, 0x61, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12,
|
|
0x2f, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
|
|
0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x78,
|
|
0x61, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61,
|
|
0x22, 0xfb, 0x01, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x45, 0x78, 0x61, 0x6d, 0x4c, 0x69, 0x73, 0x74,
|
|
0x44, 0x61, 0x74, 0x61, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04,
|
|
0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05,
|
|
0x54, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74,
|
|
0x6c, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x05, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x54, 0x69, 0x74, 0x6c,
|
|
0x65, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x74, 0x69,
|
|
0x74, 0x6c, 0x65, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x53, 0x63, 0x6f, 0x72,
|
|
0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x14,
|
|
0x0a, 0x05, 0x54, 0x79, 0x70, 0x65, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74,
|
|
0x79, 0x70, 0x65, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x08,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x18, 0x0a, 0x07,
|
|
0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x32, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72,
|
|
0x65, 0x6d, 0x61, 0x72, 0x6b, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65,
|
|
0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x22, 0xfa,
|
|
0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69,
|
|
0x64, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x69, 0x74,
|
|
0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12,
|
|
0x14, 0x0a, 0x05, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
0x63, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x53, 0x63,
|
|
0x6f, 0x72, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x74, 0x69, 0x74, 0x6c, 0x65,
|
|
0x53, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x06,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x54,
|
|
0x79, 0x70, 0x65, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x79, 0x70, 0x65,
|
|
0x73, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x08, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x52, 0x65, 0x6d,
|
|
0x61, 0x72, 0x6b, 0x32, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x6d, 0x61,
|
|
0x72, 0x6b, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x0a, 0x20,
|
|
0x01, 0x28, 0x08, 0x52, 0x06, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x22, 0xfd, 0x01, 0x0a, 0x11,
|
|
0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x78, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69,
|
|
0x64, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x69, 0x74,
|
|
0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12,
|
|
0x14, 0x0a, 0x05, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
0x63, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x53, 0x63,
|
|
0x6f, 0x72, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x74, 0x69, 0x74, 0x6c, 0x65,
|
|
0x53, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x06,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x54,
|
|
0x79, 0x70, 0x65, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x79, 0x70, 0x65,
|
|
0x73, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x08, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x52, 0x65, 0x6d,
|
|
0x61, 0x72, 0x6b, 0x32, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x6d, 0x61,
|
|
0x72, 0x6b, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x0a, 0x20,
|
|
0x01, 0x28, 0x08, 0x52, 0x06, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x2d, 0x0a, 0x11, 0x55,
|
|
0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x78, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64,
|
|
0x12, 0x18, 0x0a, 0x07, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x07, 0x70, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x22, 0x6a, 0x0a, 0x18, 0x47, 0x65,
|
|
0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52,
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x10,
|
|
0x0a, 0x03, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c,
|
|
0x12, 0x14, 0x0a, 0x05, 0x54, 0x79, 0x70, 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x22, 0x51, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
0x6e, 0x64, 0x12, 0x35, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
|
|
0x32, 0x21, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65,
|
|
0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x44,
|
|
0x61, 0x74, 0x61, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x22, 0xcf, 0x02, 0x0a, 0x15, 0x47, 0x65,
|
|
0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x44,
|
|
0x61, 0x74, 0x61, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52,
|
|
0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x41,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x42, 0x61, 0x6e, 0x6b, 0x41,
|
|
0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x62, 0x61,
|
|
0x6e, 0x6b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x42, 0x61, 0x6e,
|
|
0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x62, 0x61, 0x6e,
|
|
0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75,
|
|
0x63, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64,
|
|
0x75, 0x63, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x41, 0x72,
|
|
0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x6f,
|
|
0x75, 0x6e, 0x74, 0x72, 0x79, 0x41, 0x72, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x24, 0x0a,
|
|
0x0d, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x43, 0x65, 0x72, 0x74, 0x50, 0x69, 0x63, 0x18, 0x08,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x43, 0x65, 0x72, 0x74,
|
|
0x50, 0x69, 0x63, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x09, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x52,
|
|
0x65, 0x6d, 0x61, 0x72, 0x6b, 0x32, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65,
|
|
0x6d, 0x61, 0x72, 0x6b, 0x32, 0x12, 0x14, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x0b,
|
|
0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0xce, 0x02, 0x0a, 0x14,
|
|
0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71,
|
|
0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04,
|
|
0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x42, 0x61, 0x6e, 0x6b,
|
|
0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x62,
|
|
0x61, 0x6e, 0x6b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x42, 0x61,
|
|
0x6e, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x62, 0x61,
|
|
0x6e, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x64,
|
|
0x75, 0x63, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x74, 0x72, 0x6f,
|
|
0x64, 0x75, 0x63, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x41,
|
|
0x72, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63,
|
|
0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x41, 0x72, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x24,
|
|
0x0a, 0x0d, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x43, 0x65, 0x72, 0x74, 0x50, 0x69, 0x63, 0x18,
|
|
0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x43, 0x65, 0x72,
|
|
0x74, 0x50, 0x69, 0x63, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x09,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x18, 0x0a, 0x07,
|
|
0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x32, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72,
|
|
0x65, 0x6d, 0x61, 0x72, 0x6b, 0x32, 0x12, 0x14, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18,
|
|
0x0b, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0xd1, 0x02, 0x0a,
|
|
0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66,
|
|
0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72,
|
|
0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
0x12, 0x1a, 0x0a, 0x08, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x08, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b,
|
|
0x42, 0x61, 0x6e, 0x6b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x0b, 0x62, 0x61, 0x6e, 0x6b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1a,
|
|
0x0a, 0x08, 0x42, 0x61, 0x6e, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x08, 0x62, 0x61, 0x6e, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x49, 0x6e,
|
|
0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69,
|
|
0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x43, 0x6f, 0x75, 0x6e,
|
|
0x74, 0x72, 0x79, 0x41, 0x72, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x0f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x41, 0x72, 0x74, 0x4c, 0x65, 0x76,
|
|
0x65, 0x6c, 0x12, 0x24, 0x0a, 0x0d, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x43, 0x65, 0x72, 0x74,
|
|
0x50, 0x69, 0x63, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x43, 0x65, 0x72, 0x74, 0x50, 0x69, 0x63, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65, 0x6d, 0x61,
|
|
0x72, 0x6b, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b,
|
|
0x12, 0x18, 0x0a, 0x07, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x32, 0x18, 0x0a, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x07, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x32, 0x12, 0x14, 0x0a, 0x05, 0x53, 0x74,
|
|
0x61, 0x74, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65,
|
|
0x22, 0x19, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x32, 0x91, 0x08, 0x0a, 0x0a,
|
|
0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x61, 0x0a, 0x11, 0x47, 0x65,
|
|
0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x12,
|
|
0x24, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74,
|
|
0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e,
|
|
0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f,
|
|
0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x52, 0x0a,
|
|
0x0d, 0x47, 0x65, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x20,
|
|
0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x53,
|
|
0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
0x1a, 0x1d, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65,
|
|
0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x22,
|
|
0x00, 0x12, 0x5e, 0x0a, 0x10, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x75, 0x70, 0x70, 0x6c,
|
|
0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x23, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e,
|
|
0x66, 0x6f, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x49,
|
|
0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x53, 0x75, 0x70,
|
|
0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x75,
|
|
0x70, 0x70, 0x6c, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22,
|
|
0x00, 0x12, 0x52, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x4c, 0x69, 0x73,
|
|
0x74, 0x12, 0x1f, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47,
|
|
0x65, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e,
|
|
0x47, 0x65, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70,
|
|
0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x47, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x56, 0x69, 0x64, 0x65,
|
|
0x6f, 0x12, 0x1b, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47,
|
|
0x65, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c,
|
|
0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x56,
|
|
0x69, 0x64, 0x65, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x61, 0x74, 0x61, 0x22, 0x00, 0x12, 0x4f,
|
|
0x0a, 0x0b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x12, 0x1e, 0x2e,
|
|
0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
0x65, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e,
|
|
0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
0x65, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12,
|
|
0x4f, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x45, 0x78, 0x61, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e,
|
|
0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x45,
|
|
0x78, 0x61, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e,
|
|
0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x45,
|
|
0x78, 0x61, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00,
|
|
0x12, 0x44, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x45, 0x78, 0x61, 0x6d, 0x12, 0x1a, 0x2e, 0x53, 0x75,
|
|
0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x61, 0x6d,
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79,
|
|
0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x78, 0x61, 0x6d, 0x4c, 0x69, 0x73, 0x74,
|
|
0x44, 0x61, 0x74, 0x61, 0x22, 0x00, 0x12, 0x4c, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
0x45, 0x78, 0x61, 0x6d, 0x12, 0x1d, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66,
|
|
0x6f, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x78, 0x61, 0x6d, 0x52, 0x65, 0x71, 0x75,
|
|
0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x78, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
0x6e, 0x64, 0x22, 0x00, 0x12, 0x61, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x24, 0x2e, 0x53, 0x75, 0x70, 0x70,
|
|
0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
0x24, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
|
|
0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x56, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x41, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x20, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c,
|
|
0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49,
|
|
0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x53, 0x75, 0x70,
|
|
0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x61, 0x74, 0x61, 0x22, 0x00, 0x12,
|
|
0x5e, 0x0a, 0x10, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49,
|
|
0x6e, 0x66, 0x6f, 0x12, 0x23, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x66,
|
|
0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x53, 0x75, 0x70, 0x70, 0x6c,
|
|
0x79, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x42,
|
|
0x0f, 0x5a, 0x0d, 0x2e, 0x2f, 0x3b, 0x73, 0x75, 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_api_supplyinfo_supplyinfo_proto_rawDescOnce sync.Once
|
|
file_api_supplyinfo_supplyinfo_proto_rawDescData = file_api_supplyinfo_supplyinfo_proto_rawDesc
|
|
)
|
|
|
|
func file_api_supplyinfo_supplyinfo_proto_rawDescGZIP() []byte {
|
|
file_api_supplyinfo_supplyinfo_proto_rawDescOnce.Do(func() {
|
|
file_api_supplyinfo_supplyinfo_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_supplyinfo_supplyinfo_proto_rawDescData)
|
|
})
|
|
return file_api_supplyinfo_supplyinfo_proto_rawDescData
|
|
}
|
|
|
|
var file_api_supplyinfo_supplyinfo_proto_msgTypes = make([]protoimpl.MessageInfo, 24)
|
|
var file_api_supplyinfo_supplyinfo_proto_goTypes = []interface{}{
|
|
(*GetSupplyInfoListRequest)(nil), // 0: Supplyinfo.GetSupplyInfoListRequest
|
|
(*GetSupplyInfoListRespond)(nil), // 1: Supplyinfo.GetSupplyInfoListRespond
|
|
(*GetSupplyInfoData)(nil), // 2: Supplyinfo.GetSupplyInfoData
|
|
(*GetSupplyInfoRequest)(nil), // 3: Supplyinfo.GetSupplyInfoRequest
|
|
(*UpdateSupplyInfoRequest)(nil), // 4: Supplyinfo.UpdateSupplyInfoRequest
|
|
(*UpdateSupplyInfoRespond)(nil), // 5: Supplyinfo.UpdateSupplyInfoRespond
|
|
(*GetVideoListRequest)(nil), // 6: Supplyinfo.GetVideoListRequest
|
|
(*GetVideoListRespond)(nil), // 7: Supplyinfo.GetVideoListRespond
|
|
(*GetVideoListData)(nil), // 8: Supplyinfo.GetVideoListData
|
|
(*GetVideoRequest)(nil), // 9: Supplyinfo.GetVideoRequest
|
|
(*UpdateVideoRequest)(nil), // 10: Supplyinfo.UpdateVideoRequest
|
|
(*UpdateVideoRespond)(nil), // 11: Supplyinfo.UpdateVideoRespond
|
|
(*GetExamListRequest)(nil), // 12: Supplyinfo.GetExamListRequest
|
|
(*GetExamListRespond)(nil), // 13: Supplyinfo.GetExamListRespond
|
|
(*GetExamListData)(nil), // 14: Supplyinfo.GetExamListData
|
|
(*GetExamRequest)(nil), // 15: Supplyinfo.GetExamRequest
|
|
(*UpdateExamRequest)(nil), // 16: Supplyinfo.UpdateExamRequest
|
|
(*UpdateExamRespond)(nil), // 17: Supplyinfo.UpdateExamRespond
|
|
(*GetArtistInfoListRequest)(nil), // 18: Supplyinfo.GetArtistInfoListRequest
|
|
(*GetArtistInfoListRespond)(nil), // 19: Supplyinfo.GetArtistInfoListRespond
|
|
(*GetArtistInfoListData)(nil), // 20: Supplyinfo.GetArtistInfoListData
|
|
(*GetArtistInfoRequest)(nil), // 21: Supplyinfo.GetArtistInfoRequest
|
|
(*UpdateArtistInfoRequest)(nil), // 22: Supplyinfo.UpdateArtistInfoRequest
|
|
(*UpdateArtistInfoRespond)(nil), // 23: Supplyinfo.UpdateArtistInfoRespond
|
|
}
|
|
var file_api_supplyinfo_supplyinfo_proto_depIdxs = []int32{
|
|
2, // 0: Supplyinfo.GetSupplyInfoListRespond.Data:type_name -> Supplyinfo.GetSupplyInfoData
|
|
8, // 1: Supplyinfo.GetVideoListRespond.Data:type_name -> Supplyinfo.GetVideoListData
|
|
14, // 2: Supplyinfo.GetExamListRespond.Data:type_name -> Supplyinfo.GetExamListData
|
|
20, // 3: Supplyinfo.GetArtistInfoListRespond.Data:type_name -> Supplyinfo.GetArtistInfoListData
|
|
0, // 4: Supplyinfo.SupplyInfo.GetSupplyInfoList:input_type -> Supplyinfo.GetSupplyInfoListRequest
|
|
3, // 5: Supplyinfo.SupplyInfo.GetSupplyInfo:input_type -> Supplyinfo.GetSupplyInfoRequest
|
|
4, // 6: Supplyinfo.SupplyInfo.UpdateSupplyInfo:input_type -> Supplyinfo.UpdateSupplyInfoRequest
|
|
6, // 7: Supplyinfo.SupplyInfo.GetVideoList:input_type -> Supplyinfo.GetVideoListRequest
|
|
9, // 8: Supplyinfo.SupplyInfo.GetVideo:input_type -> Supplyinfo.GetVideoRequest
|
|
10, // 9: Supplyinfo.SupplyInfo.UpdateVideo:input_type -> Supplyinfo.UpdateVideoRequest
|
|
12, // 10: Supplyinfo.SupplyInfo.GetExamList:input_type -> Supplyinfo.GetExamListRequest
|
|
15, // 11: Supplyinfo.SupplyInfo.GetExam:input_type -> Supplyinfo.GetExamRequest
|
|
16, // 12: Supplyinfo.SupplyInfo.UpdateExam:input_type -> Supplyinfo.UpdateExamRequest
|
|
18, // 13: Supplyinfo.SupplyInfo.GetArtistInfoList:input_type -> Supplyinfo.GetArtistInfoListRequest
|
|
21, // 14: Supplyinfo.SupplyInfo.GetArtistInfo:input_type -> Supplyinfo.GetArtistInfoRequest
|
|
22, // 15: Supplyinfo.SupplyInfo.UpdateArtistInfo:input_type -> Supplyinfo.UpdateArtistInfoRequest
|
|
1, // 16: Supplyinfo.SupplyInfo.GetSupplyInfoList:output_type -> Supplyinfo.GetSupplyInfoListRespond
|
|
2, // 17: Supplyinfo.SupplyInfo.GetSupplyInfo:output_type -> Supplyinfo.GetSupplyInfoData
|
|
5, // 18: Supplyinfo.SupplyInfo.UpdateSupplyInfo:output_type -> Supplyinfo.UpdateSupplyInfoRespond
|
|
7, // 19: Supplyinfo.SupplyInfo.GetVideoList:output_type -> Supplyinfo.GetVideoListRespond
|
|
8, // 20: Supplyinfo.SupplyInfo.GetVideo:output_type -> Supplyinfo.GetVideoListData
|
|
11, // 21: Supplyinfo.SupplyInfo.UpdateVideo:output_type -> Supplyinfo.UpdateVideoRespond
|
|
13, // 22: Supplyinfo.SupplyInfo.GetExamList:output_type -> Supplyinfo.GetExamListRespond
|
|
14, // 23: Supplyinfo.SupplyInfo.GetExam:output_type -> Supplyinfo.GetExamListData
|
|
17, // 24: Supplyinfo.SupplyInfo.UpdateExam:output_type -> Supplyinfo.UpdateExamRespond
|
|
19, // 25: Supplyinfo.SupplyInfo.GetArtistInfoList:output_type -> Supplyinfo.GetArtistInfoListRespond
|
|
20, // 26: Supplyinfo.SupplyInfo.GetArtistInfo:output_type -> Supplyinfo.GetArtistInfoListData
|
|
23, // 27: Supplyinfo.SupplyInfo.UpdateArtistInfo:output_type -> Supplyinfo.UpdateArtistInfoRespond
|
|
16, // [16:28] is the sub-list for method output_type
|
|
4, // [4:16] is the sub-list for method input_type
|
|
4, // [4:4] is the sub-list for extension type_name
|
|
4, // [4:4] is the sub-list for extension extendee
|
|
0, // [0:4] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_api_supplyinfo_supplyinfo_proto_init() }
|
|
func file_api_supplyinfo_supplyinfo_proto_init() {
|
|
if File_api_supplyinfo_supplyinfo_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetSupplyInfoListRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetSupplyInfoListRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetSupplyInfoData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetSupplyInfoRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateSupplyInfoRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateSupplyInfoRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetVideoListRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetVideoListRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetVideoListData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetVideoRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateVideoRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateVideoRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetExamListRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetExamListRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetExamListData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetExamRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateExamRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateExamRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtistInfoListRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtistInfoListRespond); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtistInfoListData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtistInfoRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateArtistInfoRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_api_supplyinfo_supplyinfo_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateArtistInfoRespond); 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_api_supplyinfo_supplyinfo_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 24,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_api_supplyinfo_supplyinfo_proto_goTypes,
|
|
DependencyIndexes: file_api_supplyinfo_supplyinfo_proto_depIdxs,
|
|
MessageInfos: file_api_supplyinfo_supplyinfo_proto_msgTypes,
|
|
}.Build()
|
|
File_api_supplyinfo_supplyinfo_proto = out.File
|
|
file_api_supplyinfo_supplyinfo_proto_rawDesc = nil
|
|
file_api_supplyinfo_supplyinfo_proto_goTypes = nil
|
|
file_api_supplyinfo_supplyinfo_proto_depIdxs = nil
|
|
}
|