4440 lines
147 KiB
Go
4440 lines
147 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.26.0
|
|
// protoc v3.10.1
|
|
// source: pb/artshow.proto
|
|
|
|
package artShow
|
|
|
|
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 SaveShowReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ShowName string `protobuf:"bytes,1,opt,name=ShowName,json=show_name,proto3" json:"ShowName"`
|
|
ArtistName string `protobuf:"bytes,2,opt,name=ArtistName,json=artist_name,proto3" json:"ArtistName"`
|
|
ArtistUID string `protobuf:"bytes,3,opt,name=ArtistUID,json=artist_uid,proto3" json:"ArtistUID"`
|
|
ArtworkNum int32 `protobuf:"varint,4,opt,name=ArtworkNum,json=artwork_num,proto3" json:"ArtworkNum"`
|
|
Ruler int32 `protobuf:"varint,5,opt,name=Ruler,json=ruler,proto3" json:"Ruler"`
|
|
Price int64 `protobuf:"varint,6,opt,name=Price,json=price,proto3" json:"Price"`
|
|
Reward int64 `protobuf:"varint,7,opt,name=Reward,json=reward,proto3" json:"Reward"`
|
|
IsShow int32 `protobuf:"varint,8,opt,name=IsShow,json=is_show,proto3" json:"IsShow"`
|
|
CreateTime string `protobuf:"bytes,9,opt,name=CreateTime,json=create_time,proto3" json:"CreateTime"`
|
|
Operator string `protobuf:"bytes,10,opt,name=Operator,json=operator,proto3" json:"Operator"`
|
|
ShowSeq string `protobuf:"bytes,11,opt,name=ShowSeq,json=show_seq,proto3" json:"ShowSeq"`
|
|
ShowUID string `protobuf:"bytes,12,opt,name=ShowUID,json=id,proto3" json:"ShowUID"`
|
|
Artwork []*ArtworkDetail `protobuf:"bytes,13,rep,name=Artwork,json=show_artwork,proto3" json:"Artwork"`
|
|
DelArtwork []*DelArtworkDetail `protobuf:"bytes,14,rep,name=DelArtwork,json=del_show_artwork,proto3" json:"DelArtwork"`
|
|
}
|
|
|
|
func (x *SaveShowReq) Reset() {
|
|
*x = SaveShowReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SaveShowReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SaveShowReq) ProtoMessage() {}
|
|
|
|
func (x *SaveShowReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 SaveShowReq.ProtoReflect.Descriptor instead.
|
|
func (*SaveShowReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *SaveShowReq) GetShowName() string {
|
|
if x != nil {
|
|
return x.ShowName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaveShowReq) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaveShowReq) GetArtistUID() string {
|
|
if x != nil {
|
|
return x.ArtistUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaveShowReq) GetArtworkNum() int32 {
|
|
if x != nil {
|
|
return x.ArtworkNum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SaveShowReq) GetRuler() int32 {
|
|
if x != nil {
|
|
return x.Ruler
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SaveShowReq) GetPrice() int64 {
|
|
if x != nil {
|
|
return x.Price
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SaveShowReq) GetReward() int64 {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SaveShowReq) GetIsShow() int32 {
|
|
if x != nil {
|
|
return x.IsShow
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SaveShowReq) GetCreateTime() string {
|
|
if x != nil {
|
|
return x.CreateTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaveShowReq) GetOperator() string {
|
|
if x != nil {
|
|
return x.Operator
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaveShowReq) GetShowSeq() string {
|
|
if x != nil {
|
|
return x.ShowSeq
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaveShowReq) GetShowUID() string {
|
|
if x != nil {
|
|
return x.ShowUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaveShowReq) GetArtwork() []*ArtworkDetail {
|
|
if x != nil {
|
|
return x.Artwork
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SaveShowReq) GetDelArtwork() []*DelArtworkDetail {
|
|
if x != nil {
|
|
return x.DelArtwork
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SaveShowRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Msg string `protobuf:"bytes,1,opt,name=Msg,json=msg,proto3" json:"Msg"`
|
|
ShowUID string `protobuf:"bytes,2,opt,name=ShowUID,json=show_uid,proto3" json:"ShowUID"`
|
|
}
|
|
|
|
func (x *SaveShowRes) Reset() {
|
|
*x = SaveShowRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SaveShowRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SaveShowRes) ProtoMessage() {}
|
|
|
|
func (x *SaveShowRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 SaveShowRes.ProtoReflect.Descriptor instead.
|
|
func (*SaveShowRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *SaveShowRes) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaveShowRes) GetShowUID() string {
|
|
if x != nil {
|
|
return x.ShowUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type CommonRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Msg string `protobuf:"bytes,1,opt,name=Msg,json=msg,proto3" json:"Msg"`
|
|
}
|
|
|
|
func (x *CommonRes) Reset() {
|
|
*x = CommonRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CommonRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CommonRes) ProtoMessage() {}
|
|
|
|
func (x *CommonRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 CommonRes.ProtoReflect.Descriptor instead.
|
|
func (*CommonRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *CommonRes) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// 画展包详情
|
|
type ShowDetailReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ShowUID []string `protobuf:"bytes,1,rep,name=ShowUID,json=show_uid,proto3" json:"ShowUID"`
|
|
ApplyID string `protobuf:"bytes,2,opt,name=ApplyID,json=apply_id,proto3" json:"ApplyID"`
|
|
}
|
|
|
|
func (x *ShowDetailReq) Reset() {
|
|
*x = ShowDetailReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowDetailReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowDetailReq) ProtoMessage() {}
|
|
|
|
func (x *ShowDetailReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ShowDetailReq.ProtoReflect.Descriptor instead.
|
|
func (*ShowDetailReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *ShowDetailReq) GetShowUID() []string {
|
|
if x != nil {
|
|
return x.ShowUID
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ShowDetailReq) GetApplyID() string {
|
|
if x != nil {
|
|
return x.ApplyID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ArtworkDetailReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ShowUID string `protobuf:"bytes,1,opt,name=ShowUID,json=show_uid,proto3" json:"ShowUID"`
|
|
}
|
|
|
|
func (x *ArtworkDetailReq) Reset() {
|
|
*x = ArtworkDetailReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtworkDetailReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtworkDetailReq) ProtoMessage() {}
|
|
|
|
func (x *ArtworkDetailReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ArtworkDetailReq.ProtoReflect.Descriptor instead.
|
|
func (*ArtworkDetailReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *ArtworkDetailReq) GetShowUID() string {
|
|
if x != nil {
|
|
return x.ShowUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ShowDetail struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ShowUID string `protobuf:"bytes,1,opt,name=ShowUID,json=show_uid,proto3" json:"ShowUID"`
|
|
ShowSeq string `protobuf:"bytes,2,opt,name=ShowSeq,json=show_seq,proto3" json:"ShowSeq"`
|
|
ShowName string `protobuf:"bytes,3,opt,name=ShowName,json=show_name,proto3" json:"ShowName"`
|
|
ArtistName string `protobuf:"bytes,4,opt,name=ArtistName,json=artist_name,proto3" json:"ArtistName"`
|
|
ArtistUID string `protobuf:"bytes,5,opt,name=ArtistUID,json=artist_uid,proto3" json:"ArtistUID"`
|
|
ArtworkNum int32 `protobuf:"varint,6,opt,name=ArtworkNum,json=artwork_num,proto3" json:"ArtworkNum"`
|
|
Ruler int32 `protobuf:"varint,7,opt,name=Ruler,json=ruler,proto3" json:"Ruler"`
|
|
Price int64 `protobuf:"varint,8,opt,name=Price,json=price,proto3" json:"Price"`
|
|
Reward int64 `protobuf:"varint,9,opt,name=Reward,json=reward,proto3" json:"Reward"`
|
|
CreateTime string `protobuf:"bytes,10,opt,name=CreateTime,json=create_time,proto3" json:"CreateTime"`
|
|
Operator string `protobuf:"bytes,11,opt,name=Operator,json=operator,proto3" json:"Operator"`
|
|
IsShow int32 `protobuf:"varint,12,opt,name=IsShow,json=is_show,proto3" json:"IsShow"`
|
|
ShowTime string `protobuf:"bytes,13,opt,name=ShowTime,json=show_time,proto3" json:"ShowTime"`
|
|
Address string `protobuf:"bytes,14,opt,name=Address,json=address,proto3" json:"Address"`
|
|
}
|
|
|
|
func (x *ShowDetail) Reset() {
|
|
*x = ShowDetail{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowDetail) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowDetail) ProtoMessage() {}
|
|
|
|
func (x *ShowDetail) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ShowDetail.ProtoReflect.Descriptor instead.
|
|
func (*ShowDetail) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *ShowDetail) GetShowUID() string {
|
|
if x != nil {
|
|
return x.ShowUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowDetail) GetShowSeq() string {
|
|
if x != nil {
|
|
return x.ShowSeq
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowDetail) GetShowName() string {
|
|
if x != nil {
|
|
return x.ShowName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowDetail) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowDetail) GetArtistUID() string {
|
|
if x != nil {
|
|
return x.ArtistUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowDetail) GetArtworkNum() int32 {
|
|
if x != nil {
|
|
return x.ArtworkNum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowDetail) GetRuler() int32 {
|
|
if x != nil {
|
|
return x.Ruler
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowDetail) GetPrice() int64 {
|
|
if x != nil {
|
|
return x.Price
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowDetail) GetReward() int64 {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowDetail) GetCreateTime() string {
|
|
if x != nil {
|
|
return x.CreateTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowDetail) GetOperator() string {
|
|
if x != nil {
|
|
return x.Operator
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowDetail) GetIsShow() int32 {
|
|
if x != nil {
|
|
return x.IsShow
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowDetail) GetShowTime() string {
|
|
if x != nil {
|
|
return x.ShowTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowDetail) GetAddress() string {
|
|
if x != nil {
|
|
return x.Address
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ShowDetailRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*ShowDetail `protobuf:"bytes,1,rep,name=Data,json=data,proto3" json:"Data"`
|
|
Msg string `protobuf:"bytes,2,opt,name=Msg,json=msg,proto3" json:"Msg"`
|
|
}
|
|
|
|
func (x *ShowDetailRes) Reset() {
|
|
*x = ShowDetailRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowDetailRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowDetailRes) ProtoMessage() {}
|
|
|
|
func (x *ShowDetailRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ShowDetailRes.ProtoReflect.Descriptor instead.
|
|
func (*ShowDetailRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *ShowDetailRes) GetData() []*ShowDetail {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ShowDetailRes) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ShowArtworkDetailRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*ArtworkPriceDetail `protobuf:"bytes,1,rep,name=data,proto3" json:"data"`
|
|
Msg string `protobuf:"bytes,2,opt,name=Msg,json=msg,proto3" json:"Msg"`
|
|
}
|
|
|
|
func (x *ShowArtworkDetailRes) Reset() {
|
|
*x = ShowArtworkDetailRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowArtworkDetailRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowArtworkDetailRes) ProtoMessage() {}
|
|
|
|
func (x *ShowArtworkDetailRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ShowArtworkDetailRes.ProtoReflect.Descriptor instead.
|
|
func (*ShowArtworkDetailRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *ShowArtworkDetailRes) GetData() []*ArtworkPriceDetail {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ShowArtworkDetailRes) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// 画展包列表
|
|
type ShowListReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Page int32 `protobuf:"varint,1,opt,name=Page,json=page,proto3" json:"Page"`
|
|
PageSize int32 `protobuf:"varint,2,opt,name=PageSize,json=page_size,proto3" json:"PageSize"`
|
|
StartShowTime string `protobuf:"bytes,3,opt,name=StartShowTime,json=start_show_time,proto3" json:"StartShowTime"`
|
|
EndShowTime string `protobuf:"bytes,4,opt,name=EndShowTime,json=end_show_time,proto3" json:"EndShowTime"`
|
|
ShowSeq string `protobuf:"bytes,5,opt,name=ShowSeq,json=show_seq,proto3" json:"ShowSeq"`
|
|
ShowName string `protobuf:"bytes,6,opt,name=ShowName,json=show_name,proto3" json:"ShowName"`
|
|
ArtistName string `protobuf:"bytes,7,opt,name=ArtistName,json=artist_name,proto3" json:"ArtistName"`
|
|
StartPrice int64 `protobuf:"varint,8,opt,name=StartPrice,json=start_price,proto3" json:"StartPrice"`
|
|
EndPrice int64 `protobuf:"varint,9,opt,name=EndPrice,json=end_price,proto3" json:"EndPrice"`
|
|
StartReward int64 `protobuf:"varint,10,opt,name=StartReward,json=start_reward,proto3" json:"StartReward"`
|
|
EndReward int64 `protobuf:"varint,11,opt,name=EndReward,json=end_reward,proto3" json:"EndReward"`
|
|
Address string `protobuf:"bytes,12,opt,name=Address,json=address,proto3" json:"Address"`
|
|
IsShow []int32 `protobuf:"varint,13,rep,packed,name=IsShow,json=is_show,proto3" json:"IsShow"`
|
|
}
|
|
|
|
func (x *ShowListReq) Reset() {
|
|
*x = ShowListReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowListReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowListReq) ProtoMessage() {}
|
|
|
|
func (x *ShowListReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ShowListReq.ProtoReflect.Descriptor instead.
|
|
func (*ShowListReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *ShowListReq) GetPage() int32 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowListReq) GetPageSize() int32 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowListReq) GetStartShowTime() string {
|
|
if x != nil {
|
|
return x.StartShowTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowListReq) GetEndShowTime() string {
|
|
if x != nil {
|
|
return x.EndShowTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowListReq) GetShowSeq() string {
|
|
if x != nil {
|
|
return x.ShowSeq
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowListReq) GetShowName() string {
|
|
if x != nil {
|
|
return x.ShowName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowListReq) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowListReq) GetStartPrice() int64 {
|
|
if x != nil {
|
|
return x.StartPrice
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowListReq) GetEndPrice() int64 {
|
|
if x != nil {
|
|
return x.EndPrice
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowListReq) GetStartReward() int64 {
|
|
if x != nil {
|
|
return x.StartReward
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowListReq) GetEndReward() int64 {
|
|
if x != nil {
|
|
return x.EndReward
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowListReq) GetAddress() string {
|
|
if x != nil {
|
|
return x.Address
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowListReq) GetIsShow() []int32 {
|
|
if x != nil {
|
|
return x.IsShow
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ShowListForArtworkReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Page int32 `protobuf:"varint,1,opt,name=Page,json=page,proto3" json:"Page"`
|
|
PageSize int32 `protobuf:"varint,2,opt,name=PageSize,json=page_size,proto3" json:"PageSize"`
|
|
ArtistUID string `protobuf:"bytes,3,opt,name=ArtistUID,json=artist_uid,proto3" json:"ArtistUID"`
|
|
}
|
|
|
|
func (x *ShowListForArtworkReq) Reset() {
|
|
*x = ShowListForArtworkReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowListForArtworkReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowListForArtworkReq) ProtoMessage() {}
|
|
|
|
func (x *ShowListForArtworkReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ShowListForArtworkReq.ProtoReflect.Descriptor instead.
|
|
func (*ShowListForArtworkReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *ShowListForArtworkReq) GetPage() int32 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowListForArtworkReq) GetPageSize() int32 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowListForArtworkReq) GetArtistUID() string {
|
|
if x != nil {
|
|
return x.ArtistUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ShowListRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Total int64 `protobuf:"varint,1,opt,name=Total,json=total,proto3" json:"Total"`
|
|
TotalPackageNum int64 `protobuf:"varint,2,opt,name=TotalPackageNum,json=total_package_num,proto3" json:"TotalPackageNum"`
|
|
TotalArtistNum int64 `protobuf:"varint,3,opt,name=TotalArtistNum,json=total_artist_num,proto3" json:"TotalArtistNum"`
|
|
Data []*ShowDetail `protobuf:"bytes,4,rep,name=Data,json=data,proto3" json:"Data"`
|
|
Msg string `protobuf:"bytes,5,opt,name=Msg,json=msg,proto3" json:"Msg"`
|
|
}
|
|
|
|
func (x *ShowListRes) Reset() {
|
|
*x = ShowListRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowListRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowListRes) ProtoMessage() {}
|
|
|
|
func (x *ShowListRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ShowListRes.ProtoReflect.Descriptor instead.
|
|
func (*ShowListRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *ShowListRes) GetTotal() int64 {
|
|
if x != nil {
|
|
return x.Total
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowListRes) GetTotalPackageNum() int64 {
|
|
if x != nil {
|
|
return x.TotalPackageNum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowListRes) GetTotalArtistNum() int64 {
|
|
if x != nil {
|
|
return x.TotalArtistNum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowListRes) GetData() []*ShowDetail {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ShowListRes) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ShowListForArtworkRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Total int64 `protobuf:"varint,1,opt,name=Total,json=total,proto3" json:"Total"`
|
|
Msg string `protobuf:"bytes,2,opt,name=Msg,json=msg,proto3" json:"Msg"`
|
|
Data []*ShowDetail `protobuf:"bytes,3,rep,name=Data,json=data,proto3" json:"Data"`
|
|
}
|
|
|
|
func (x *ShowListForArtworkRes) Reset() {
|
|
*x = ShowListForArtworkRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowListForArtworkRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowListForArtworkRes) ProtoMessage() {}
|
|
|
|
func (x *ShowListForArtworkRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ShowListForArtworkRes.ProtoReflect.Descriptor instead.
|
|
func (*ShowListForArtworkRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
func (x *ShowListForArtworkRes) GetTotal() int64 {
|
|
if x != nil {
|
|
return x.Total
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowListForArtworkRes) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowListForArtworkRes) GetData() []*ShowDetail {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 删除画展包
|
|
type DelShowReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ShowUID []string `protobuf:"bytes,1,rep,name=ShowUID,json=show_uid,proto3" json:"ShowUID"`
|
|
}
|
|
|
|
func (x *DelShowReq) Reset() {
|
|
*x = DelShowReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DelShowReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DelShowReq) ProtoMessage() {}
|
|
|
|
func (x *DelShowReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 DelShowReq.ProtoReflect.Descriptor instead.
|
|
func (*DelShowReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *DelShowReq) GetShowUID() []string {
|
|
if x != nil {
|
|
return x.ShowUID
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 画展包中画作详情 除价格
|
|
type ArtworkDetail struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtworkPriceUID string `protobuf:"bytes,1,opt,name=ArtworkPriceUID,json=artwork_price_uid,proto3" json:"ArtworkPriceUID"`
|
|
ShowUID string `protobuf:"bytes,2,opt,name=ShowUID,json=show_uid,proto3" json:"ShowUID"`
|
|
ArtworkUID string `protobuf:"bytes,3,opt,name=ArtworkUID,json=artwork_uid,proto3" json:"ArtworkUID"`
|
|
ArtworkName string `protobuf:"bytes,4,opt,name=ArtworkName,json=artwork_name,proto3" json:"ArtworkName"`
|
|
ArtistName string `protobuf:"bytes,5,opt,name=ArtistName,json=artist_name,proto3" json:"ArtistName"`
|
|
Length int32 `protobuf:"varint,6,opt,name=Length,json=length,proto3" json:"Length"`
|
|
Width int32 `protobuf:"varint,7,opt,name=Width,json=width,proto3" json:"Width"`
|
|
Ruler int32 `protobuf:"varint,8,opt,name=Ruler,json=ruler,proto3" json:"Ruler"`
|
|
SmallPic string `protobuf:"bytes,9,opt,name=SmallPic,json=small_pic,proto3" json:"SmallPic"`
|
|
Tfnum string `protobuf:"bytes,10,opt,name=Tfnum,json=tfnum,proto3" json:"Tfnum"`
|
|
}
|
|
|
|
func (x *ArtworkDetail) Reset() {
|
|
*x = ArtworkDetail{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtworkDetail) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtworkDetail) ProtoMessage() {}
|
|
|
|
func (x *ArtworkDetail) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ArtworkDetail.ProtoReflect.Descriptor instead.
|
|
func (*ArtworkDetail) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *ArtworkDetail) GetArtworkPriceUID() string {
|
|
if x != nil {
|
|
return x.ArtworkPriceUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkDetail) GetShowUID() string {
|
|
if x != nil {
|
|
return x.ShowUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkDetail) GetArtworkUID() string {
|
|
if x != nil {
|
|
return x.ArtworkUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkDetail) GetArtworkName() string {
|
|
if x != nil {
|
|
return x.ArtworkName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkDetail) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkDetail) GetLength() int32 {
|
|
if x != nil {
|
|
return x.Length
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkDetail) GetWidth() int32 {
|
|
if x != nil {
|
|
return x.Width
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkDetail) GetRuler() int32 {
|
|
if x != nil {
|
|
return x.Ruler
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkDetail) GetSmallPic() string {
|
|
if x != nil {
|
|
return x.SmallPic
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkDetail) GetTfnum() string {
|
|
if x != nil {
|
|
return x.Tfnum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// 画作详情
|
|
type ArtworkPriceDetail struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtworkPriceUID string `protobuf:"bytes,1,opt,name=ArtworkPriceUID,json=artwork_price_uid,proto3" json:"ArtworkPriceUID"`
|
|
ShowUID string `protobuf:"bytes,2,opt,name=ShowUID,json=show_uid,proto3" json:"ShowUID"`
|
|
ArtworkUID string `protobuf:"bytes,3,opt,name=ArtworkUID,json=artwork_uid,proto3" json:"ArtworkUID"`
|
|
ArtworkName string `protobuf:"bytes,4,opt,name=ArtworkName,json=artwork_name,proto3" json:"ArtworkName"`
|
|
ArtistName string `protobuf:"bytes,5,opt,name=ArtistName,json=artist_name,proto3" json:"ArtistName"`
|
|
Length int32 `protobuf:"varint,6,opt,name=Length,json=length,proto3" json:"Length"`
|
|
Width int32 `protobuf:"varint,7,opt,name=Width,json=width,proto3" json:"Width"`
|
|
Ruler int32 `protobuf:"varint,8,opt,name=Ruler,json=ruler,proto3" json:"Ruler"`
|
|
SmallPic string `protobuf:"bytes,9,opt,name=SmallPic,json=small_pic,proto3" json:"SmallPic"`
|
|
Price int64 `protobuf:"varint,10,opt,name=Price,json=price,proto3" json:"Price"`
|
|
RulerPrice int64 `protobuf:"varint,11,opt,name=RulerPrice,json=ruler_price,proto3" json:"RulerPrice"`
|
|
ArtworkPrice int64 `protobuf:"varint,12,opt,name=ArtworkPrice,json=artwork_price,proto3" json:"ArtworkPrice"`
|
|
MarketPrice int64 `protobuf:"varint,13,opt,name=MarketPrice,json=market_price,proto3" json:"MarketPrice"`
|
|
CopyrightPrice int64 `protobuf:"varint,14,opt,name=CopyrightPrice,json=copyright_price,proto3" json:"CopyrightPrice"`
|
|
Tfnum string `protobuf:"bytes,15,opt,name=Tfnum,json=tfnum,proto3" json:"Tfnum"`
|
|
Reward string `protobuf:"bytes,16,opt,name=Reward,json=reward,proto3" json:"Reward"`
|
|
SaleAddress string `protobuf:"bytes,17,opt,name=SaleAddress,json=sale_address,proto3" json:"SaleAddress"`
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) Reset() {
|
|
*x = ArtworkPriceDetail{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtworkPriceDetail) ProtoMessage() {}
|
|
|
|
func (x *ArtworkPriceDetail) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ArtworkPriceDetail.ProtoReflect.Descriptor instead.
|
|
func (*ArtworkPriceDetail) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetArtworkPriceUID() string {
|
|
if x != nil {
|
|
return x.ArtworkPriceUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetShowUID() string {
|
|
if x != nil {
|
|
return x.ShowUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetArtworkUID() string {
|
|
if x != nil {
|
|
return x.ArtworkUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetArtworkName() string {
|
|
if x != nil {
|
|
return x.ArtworkName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetLength() int32 {
|
|
if x != nil {
|
|
return x.Length
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetWidth() int32 {
|
|
if x != nil {
|
|
return x.Width
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetRuler() int32 {
|
|
if x != nil {
|
|
return x.Ruler
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetSmallPic() string {
|
|
if x != nil {
|
|
return x.SmallPic
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetPrice() int64 {
|
|
if x != nil {
|
|
return x.Price
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetRulerPrice() int64 {
|
|
if x != nil {
|
|
return x.RulerPrice
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetArtworkPrice() int64 {
|
|
if x != nil {
|
|
return x.ArtworkPrice
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetMarketPrice() int64 {
|
|
if x != nil {
|
|
return x.MarketPrice
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetCopyrightPrice() int64 {
|
|
if x != nil {
|
|
return x.CopyrightPrice
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetTfnum() string {
|
|
if x != nil {
|
|
return x.Tfnum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetReward() string {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkPriceDetail) GetSaleAddress() string {
|
|
if x != nil {
|
|
return x.SaleAddress
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ArtworkPriceListRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*ArtworkPriceDetail `protobuf:"bytes,1,rep,name=Data,json=data,proto3" json:"Data"`
|
|
Msg string `protobuf:"bytes,2,opt,name=Msg,json=msg,proto3" json:"Msg"`
|
|
}
|
|
|
|
func (x *ArtworkPriceListRes) Reset() {
|
|
*x = ArtworkPriceListRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtworkPriceListRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtworkPriceListRes) ProtoMessage() {}
|
|
|
|
func (x *ArtworkPriceListRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ArtworkPriceListRes.ProtoReflect.Descriptor instead.
|
|
func (*ArtworkPriceListRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
func (x *ArtworkPriceListRes) GetData() []*ArtworkPriceDetail {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ArtworkPriceListRes) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// 画展包 删除的画作信息
|
|
type DelArtworkDetail struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtworkPriceUID string `protobuf:"bytes,1,opt,name=ArtworkPriceUID,json=artwork_price_uid,proto3" json:"ArtworkPriceUID"`
|
|
ArtworkUID string `protobuf:"bytes,2,opt,name=ArtworkUID,json=artwork_uid,proto3" json:"ArtworkUID"`
|
|
}
|
|
|
|
func (x *DelArtworkDetail) Reset() {
|
|
*x = DelArtworkDetail{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DelArtworkDetail) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DelArtworkDetail) ProtoMessage() {}
|
|
|
|
func (x *DelArtworkDetail) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 DelArtworkDetail.ProtoReflect.Descriptor instead.
|
|
func (*DelArtworkDetail) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
func (x *DelArtworkDetail) GetArtworkPriceUID() string {
|
|
if x != nil {
|
|
return x.ArtworkPriceUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DelArtworkDetail) GetArtworkUID() string {
|
|
if x != nil {
|
|
return x.ArtworkUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// 画展包 画家 画作 统计数据
|
|
type ShowStatisticalInfoReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
IsShow int32 `protobuf:"varint,1,opt,name=IsShow,json=is_show,proto3" json:"IsShow"`
|
|
}
|
|
|
|
func (x *ShowStatisticalInfoReq) Reset() {
|
|
*x = ShowStatisticalInfoReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowStatisticalInfoReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowStatisticalInfoReq) ProtoMessage() {}
|
|
|
|
func (x *ShowStatisticalInfoReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ShowStatisticalInfoReq.ProtoReflect.Descriptor instead.
|
|
func (*ShowStatisticalInfoReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
func (x *ShowStatisticalInfoReq) GetIsShow() int32 {
|
|
if x != nil {
|
|
return x.IsShow
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ShowStatisticalInfoRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data *ShowStatisticalInfoRes_Num `protobuf:"bytes,1,opt,name=Data,json=data,proto3" json:"Data"`
|
|
Msg string `protobuf:"bytes,2,opt,name=Msg,json=msg,proto3" json:"Msg"`
|
|
}
|
|
|
|
func (x *ShowStatisticalInfoRes) Reset() {
|
|
*x = ShowStatisticalInfoRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowStatisticalInfoRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowStatisticalInfoRes) ProtoMessage() {}
|
|
|
|
func (x *ShowStatisticalInfoRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ShowStatisticalInfoRes.ProtoReflect.Descriptor instead.
|
|
func (*ShowStatisticalInfoRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *ShowStatisticalInfoRes) GetData() *ShowStatisticalInfoRes_Num {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ShowStatisticalInfoRes) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ArtworkPriceReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtworkUID string `protobuf:"bytes,1,opt,name=ArtworkUID,json=artwork_uid,proto3" json:"ArtworkUID"`
|
|
}
|
|
|
|
func (x *ArtworkPriceReq) Reset() {
|
|
*x = ArtworkPriceReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtworkPriceReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtworkPriceReq) ProtoMessage() {}
|
|
|
|
func (x *ArtworkPriceReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ArtworkPriceReq.ProtoReflect.Descriptor instead.
|
|
func (*ArtworkPriceReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
|
|
func (x *ArtworkPriceReq) GetArtworkUID() string {
|
|
if x != nil {
|
|
return x.ArtworkUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ArtworkPriceRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data *ArtworkPriceRes_PriceInfo `protobuf:"bytes,1,opt,name=Data,json=data,proto3" json:"Data"`
|
|
Msg string `protobuf:"bytes,2,opt,name=Msg,json=msg,proto3" json:"Msg"`
|
|
}
|
|
|
|
func (x *ArtworkPriceRes) Reset() {
|
|
*x = ArtworkPriceRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtworkPriceRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtworkPriceRes) ProtoMessage() {}
|
|
|
|
func (x *ArtworkPriceRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ArtworkPriceRes.ProtoReflect.Descriptor instead.
|
|
func (*ArtworkPriceRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{20}
|
|
}
|
|
|
|
func (x *ArtworkPriceRes) GetData() *ArtworkPriceRes_PriceInfo {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ArtworkPriceRes) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ShowRel struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ShowRelUID string `protobuf:"bytes,1,opt,name=ShowRelUID,json=show_rel_uid,proto3" json:"ShowRelUID"`
|
|
ApplyUID string `protobuf:"bytes,2,opt,name=ApplyUID,json=apply_uid,proto3" json:"ApplyUID"`
|
|
ShowUID string `protobuf:"bytes,3,opt,name=ShowUID,json=show_uid,proto3" json:"ShowUID"`
|
|
Index int32 `protobuf:"varint,4,opt,name=Index,json=index,proto3" json:"Index"`
|
|
Address string `protobuf:"bytes,5,opt,name=Address,json=address,proto3" json:"Address"`
|
|
ShowTime string `protobuf:"bytes,6,opt,name=ShowTime,json=show_time,proto3" json:"ShowTime"`
|
|
}
|
|
|
|
func (x *ShowRel) Reset() {
|
|
*x = ShowRel{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowRel) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowRel) ProtoMessage() {}
|
|
|
|
func (x *ShowRel) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 ShowRel.ProtoReflect.Descriptor instead.
|
|
func (*ShowRel) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
|
|
func (x *ShowRel) GetShowRelUID() string {
|
|
if x != nil {
|
|
return x.ShowRelUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowRel) GetApplyUID() string {
|
|
if x != nil {
|
|
return x.ApplyUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowRel) GetShowUID() string {
|
|
if x != nil {
|
|
return x.ShowUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowRel) GetIndex() int32 {
|
|
if x != nil {
|
|
return x.Index
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowRel) GetAddress() string {
|
|
if x != nil {
|
|
return x.Address
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowRel) GetShowTime() string {
|
|
if x != nil {
|
|
return x.ShowTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DelShowRel struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ShowRelUID string `protobuf:"bytes,1,opt,name=ShowRelUID,json=show_rel_uid,proto3" json:"ShowRelUID"`
|
|
ShowUID string `protobuf:"bytes,2,opt,name=ShowUID,json=show_uid,proto3" json:"ShowUID"`
|
|
}
|
|
|
|
func (x *DelShowRel) Reset() {
|
|
*x = DelShowRel{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DelShowRel) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DelShowRel) ProtoMessage() {}
|
|
|
|
func (x *DelShowRel) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 DelShowRel.ProtoReflect.Descriptor instead.
|
|
func (*DelShowRel) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{22}
|
|
}
|
|
|
|
func (x *DelShowRel) GetShowRelUID() string {
|
|
if x != nil {
|
|
return x.ShowRelUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DelShowRel) GetShowUID() string {
|
|
if x != nil {
|
|
return x.ShowUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SaveApplyReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Applicant string `protobuf:"bytes,1,opt,name=Applicant,json=applicant,proto3" json:"Applicant"`
|
|
ApplicantID string `protobuf:"bytes,2,opt,name=ApplicantID,json=applicant_id,proto3" json:"ApplicantID"`
|
|
Num int32 `protobuf:"varint,3,opt,name=Num,json=num,proto3" json:"Num"`
|
|
ApplyTime string `protobuf:"bytes,4,opt,name=ApplyTime,json=apply_time,proto3" json:"ApplyTime"`
|
|
ApplyUID string `protobuf:"bytes,5,opt,name=ApplyUID,json=apply_uid,proto3" json:"ApplyUID"`
|
|
Status int32 `protobuf:"varint,6,opt,name=Status,json=status,proto3" json:"Status"`
|
|
Remark string `protobuf:"bytes,7,opt,name=Remark,json=remark,proto3" json:"Remark"`
|
|
Rel []*ShowRel `protobuf:"bytes,8,rep,name=Rel,json=rel,proto3" json:"Rel"`
|
|
DelRel []*DelShowRel `protobuf:"bytes,9,rep,name=DelRel,json=del_rel,proto3" json:"DelRel"`
|
|
}
|
|
|
|
func (x *SaveApplyReq) Reset() {
|
|
*x = SaveApplyReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SaveApplyReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SaveApplyReq) ProtoMessage() {}
|
|
|
|
func (x *SaveApplyReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_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 SaveApplyReq.ProtoReflect.Descriptor instead.
|
|
func (*SaveApplyReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{23}
|
|
}
|
|
|
|
func (x *SaveApplyReq) GetApplicant() string {
|
|
if x != nil {
|
|
return x.Applicant
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaveApplyReq) GetApplicantID() string {
|
|
if x != nil {
|
|
return x.ApplicantID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaveApplyReq) GetNum() int32 {
|
|
if x != nil {
|
|
return x.Num
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SaveApplyReq) GetApplyTime() string {
|
|
if x != nil {
|
|
return x.ApplyTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaveApplyReq) GetApplyUID() string {
|
|
if x != nil {
|
|
return x.ApplyUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaveApplyReq) GetStatus() int32 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *SaveApplyReq) GetRemark() string {
|
|
if x != nil {
|
|
return x.Remark
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaveApplyReq) GetRel() []*ShowRel {
|
|
if x != nil {
|
|
return x.Rel
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SaveApplyReq) GetDelRel() []*DelShowRel {
|
|
if x != nil {
|
|
return x.DelRel
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SaveApplyRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Msg string `protobuf:"bytes,1,opt,name=Msg,json=msg,proto3" json:"Msg"`
|
|
ApplyUID string `protobuf:"bytes,2,opt,name=ApplyUID,json=apply_uid,proto3" json:"ApplyUID"`
|
|
}
|
|
|
|
func (x *SaveApplyRes) Reset() {
|
|
*x = SaveApplyRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[24]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SaveApplyRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SaveApplyRes) ProtoMessage() {}
|
|
|
|
func (x *SaveApplyRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[24]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SaveApplyRes.ProtoReflect.Descriptor instead.
|
|
func (*SaveApplyRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{24}
|
|
}
|
|
|
|
func (x *SaveApplyRes) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaveApplyRes) GetApplyUID() string {
|
|
if x != nil {
|
|
return x.ApplyUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ApplyListReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Page int32 `protobuf:"varint,1,opt,name=Page,json=page,proto3" json:"Page"`
|
|
PageSize int32 `protobuf:"varint,2,opt,name=PageSize,json=page_size,proto3" json:"PageSize"`
|
|
Status int32 `protobuf:"varint,3,opt,name=Status,json=status,proto3" json:"Status"`
|
|
}
|
|
|
|
func (x *ApplyListReq) Reset() {
|
|
*x = ApplyListReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[25]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ApplyListReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ApplyListReq) ProtoMessage() {}
|
|
|
|
func (x *ApplyListReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[25]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ApplyListReq.ProtoReflect.Descriptor instead.
|
|
func (*ApplyListReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{25}
|
|
}
|
|
|
|
func (x *ApplyListReq) GetPage() int32 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ApplyListReq) GetPageSize() int32 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ApplyListReq) GetStatus() int32 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ApplyListRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Total int64 `protobuf:"varint,1,opt,name=Total,json=total,proto3" json:"Total"`
|
|
Data []*ApplyDetail `protobuf:"bytes,2,rep,name=Data,json=data,proto3" json:"Data"`
|
|
Msg string `protobuf:"bytes,3,opt,name=Msg,json=msg,proto3" json:"Msg"`
|
|
}
|
|
|
|
func (x *ApplyListRes) Reset() {
|
|
*x = ApplyListRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[26]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ApplyListRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ApplyListRes) ProtoMessage() {}
|
|
|
|
func (x *ApplyListRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[26]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ApplyListRes.ProtoReflect.Descriptor instead.
|
|
func (*ApplyListRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{26}
|
|
}
|
|
|
|
func (x *ApplyListRes) GetTotal() int64 {
|
|
if x != nil {
|
|
return x.Total
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ApplyListRes) GetData() []*ApplyDetail {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ApplyListRes) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ApplyShowReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ApplyUID string `protobuf:"bytes,1,opt,name=ApplyUID,json=apply_uid,proto3" json:"ApplyUID"`
|
|
}
|
|
|
|
func (x *ApplyShowReq) Reset() {
|
|
*x = ApplyShowReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[27]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ApplyShowReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ApplyShowReq) ProtoMessage() {}
|
|
|
|
func (x *ApplyShowReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[27]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ApplyShowReq.ProtoReflect.Descriptor instead.
|
|
func (*ApplyShowReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{27}
|
|
}
|
|
|
|
func (x *ApplyShowReq) GetApplyUID() string {
|
|
if x != nil {
|
|
return x.ApplyUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ApplyShowRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Apply *ApplyDetail `protobuf:"bytes,1,opt,name=Apply,json=apply,proto3" json:"Apply"`
|
|
Show []*ShowDetail `protobuf:"bytes,2,rep,name=Show,json=show,proto3" json:"Show"`
|
|
Msg string `protobuf:"bytes,3,opt,name=Msg,json=msg,proto3" json:"Msg"`
|
|
}
|
|
|
|
func (x *ApplyShowRes) Reset() {
|
|
*x = ApplyShowRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[28]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ApplyShowRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ApplyShowRes) ProtoMessage() {}
|
|
|
|
func (x *ApplyShowRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[28]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ApplyShowRes.ProtoReflect.Descriptor instead.
|
|
func (*ApplyShowRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{28}
|
|
}
|
|
|
|
func (x *ApplyShowRes) GetApply() *ApplyDetail {
|
|
if x != nil {
|
|
return x.Apply
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ApplyShowRes) GetShow() []*ShowDetail {
|
|
if x != nil {
|
|
return x.Show
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *ApplyShowRes) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ApplyDetail struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ApplyUID string `protobuf:"bytes,1,opt,name=ApplyUID,json=apply_uid,proto3" json:"ApplyUID"`
|
|
ApplySeq string `protobuf:"bytes,2,opt,name=ApplySeq,json=apply_seq,proto3" json:"ApplySeq"`
|
|
Applicant string `protobuf:"bytes,3,opt,name=Applicant,json=applicant,proto3" json:"Applicant"`
|
|
ApplicantID string `protobuf:"bytes,4,opt,name=ApplicantID,json=applicant_id,proto3" json:"ApplicantID"`
|
|
Num int32 `protobuf:"varint,5,opt,name=Num,json=num,proto3" json:"Num"`
|
|
ApplyTime string `protobuf:"bytes,6,opt,name=ApplyTime,json=apply_time,proto3" json:"ApplyTime"`
|
|
Status int32 `protobuf:"varint,7,opt,name=Status,json=status,proto3" json:"Status"`
|
|
Remark string `protobuf:"bytes,8,opt,name=Remark,json=remark,proto3" json:"Remark"`
|
|
}
|
|
|
|
func (x *ApplyDetail) Reset() {
|
|
*x = ApplyDetail{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[29]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ApplyDetail) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ApplyDetail) ProtoMessage() {}
|
|
|
|
func (x *ApplyDetail) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[29]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ApplyDetail.ProtoReflect.Descriptor instead.
|
|
func (*ApplyDetail) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{29}
|
|
}
|
|
|
|
func (x *ApplyDetail) GetApplyUID() string {
|
|
if x != nil {
|
|
return x.ApplyUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ApplyDetail) GetApplySeq() string {
|
|
if x != nil {
|
|
return x.ApplySeq
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ApplyDetail) GetApplicant() string {
|
|
if x != nil {
|
|
return x.Applicant
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ApplyDetail) GetApplicantID() string {
|
|
if x != nil {
|
|
return x.ApplicantID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ApplyDetail) GetNum() int32 {
|
|
if x != nil {
|
|
return x.Num
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ApplyDetail) GetApplyTime() string {
|
|
if x != nil {
|
|
return x.ApplyTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ApplyDetail) GetStatus() int32 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ApplyDetail) GetRemark() string {
|
|
if x != nil {
|
|
return x.Remark
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ShowRelListReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ApplyUID string `protobuf:"bytes,1,opt,name=ApplyUID,json=apply_uid,proto3" json:"ApplyUID"`
|
|
}
|
|
|
|
func (x *ShowRelListReq) Reset() {
|
|
*x = ShowRelListReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[30]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowRelListReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowRelListReq) ProtoMessage() {}
|
|
|
|
func (x *ShowRelListReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[30]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ShowRelListReq.ProtoReflect.Descriptor instead.
|
|
func (*ShowRelListReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{30}
|
|
}
|
|
|
|
func (x *ShowRelListReq) GetApplyUID() string {
|
|
if x != nil {
|
|
return x.ApplyUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ShowRelListRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Msg string `protobuf:"bytes,1,opt,name=Msg,json=msg,proto3" json:"Msg"`
|
|
Data []*ShowRel `protobuf:"bytes,2,rep,name=Data,json=data,proto3" json:"Data"`
|
|
}
|
|
|
|
func (x *ShowRelListRes) Reset() {
|
|
*x = ShowRelListRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[31]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowRelListRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowRelListRes) ProtoMessage() {}
|
|
|
|
func (x *ShowRelListRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[31]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ShowRelListRes.ProtoReflect.Descriptor instead.
|
|
func (*ShowRelListRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{31}
|
|
}
|
|
|
|
func (x *ShowRelListRes) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowRelListRes) GetData() []*ShowRel {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateApplyStatusReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Status int32 `protobuf:"varint,1,opt,name=Status,json=status,proto3" json:"Status"`
|
|
Remark string `protobuf:"bytes,2,opt,name=Remark,json=remark,proto3" json:"Remark"`
|
|
ApplyUID string `protobuf:"bytes,3,opt,name=ApplyUID,json=apply_uid,proto3" json:"ApplyUID"`
|
|
}
|
|
|
|
func (x *UpdateApplyStatusReq) Reset() {
|
|
*x = UpdateApplyStatusReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[32]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateApplyStatusReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateApplyStatusReq) ProtoMessage() {}
|
|
|
|
func (x *UpdateApplyStatusReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[32]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateApplyStatusReq.ProtoReflect.Descriptor instead.
|
|
func (*UpdateApplyStatusReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{32}
|
|
}
|
|
|
|
func (x *UpdateApplyStatusReq) GetStatus() int32 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateApplyStatusReq) GetRemark() string {
|
|
if x != nil {
|
|
return x.Remark
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateApplyStatusReq) GetApplyUID() string {
|
|
if x != nil {
|
|
return x.ApplyUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DelApplyReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ApplyUID []string `protobuf:"bytes,1,rep,name=ApplyUID,json=apply_uid,proto3" json:"ApplyUID"`
|
|
}
|
|
|
|
func (x *DelApplyReq) Reset() {
|
|
*x = DelApplyReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[33]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DelApplyReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DelApplyReq) ProtoMessage() {}
|
|
|
|
func (x *DelApplyReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[33]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DelApplyReq.ProtoReflect.Descriptor instead.
|
|
func (*DelApplyReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{33}
|
|
}
|
|
|
|
func (x *DelApplyReq) GetApplyUID() []string {
|
|
if x != nil {
|
|
return x.ApplyUID
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CancelShowReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ShowUID []string `protobuf:"bytes,1,rep,name=ShowUID,json=show_uid,proto3" json:"ShowUID"`
|
|
}
|
|
|
|
func (x *CancelShowReq) Reset() {
|
|
*x = CancelShowReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[34]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CancelShowReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CancelShowReq) ProtoMessage() {}
|
|
|
|
func (x *CancelShowReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[34]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CancelShowReq.ProtoReflect.Descriptor instead.
|
|
func (*CancelShowReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{34}
|
|
}
|
|
|
|
func (x *CancelShowReq) GetShowUID() []string {
|
|
if x != nil {
|
|
return x.ShowUID
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ArtworkReward struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtworkPriceUid string `protobuf:"bytes,1,opt,name=ArtworkPriceUid,json=artwork_price_uid,proto3" json:"ArtworkPriceUid"`
|
|
Reward string `protobuf:"bytes,2,opt,name=Reward,json=reward,proto3" json:"Reward"`
|
|
}
|
|
|
|
func (x *ArtworkReward) Reset() {
|
|
*x = ArtworkReward{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[35]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtworkReward) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtworkReward) ProtoMessage() {}
|
|
|
|
func (x *ArtworkReward) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[35]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ArtworkReward.ProtoReflect.Descriptor instead.
|
|
func (*ArtworkReward) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{35}
|
|
}
|
|
|
|
func (x *ArtworkReward) GetArtworkPriceUid() string {
|
|
if x != nil {
|
|
return x.ArtworkPriceUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkReward) GetReward() string {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UpdateArtworkRewardReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*ArtworkReward `protobuf:"bytes,1,rep,name=data,proto3" json:"data"`
|
|
}
|
|
|
|
func (x *UpdateArtworkRewardReq) Reset() {
|
|
*x = UpdateArtworkRewardReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[36]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateArtworkRewardReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateArtworkRewardReq) ProtoMessage() {}
|
|
|
|
func (x *UpdateArtworkRewardReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[36]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateArtworkRewardReq.ProtoReflect.Descriptor instead.
|
|
func (*UpdateArtworkRewardReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{36}
|
|
}
|
|
|
|
func (x *UpdateArtworkRewardReq) GetData() []*ArtworkReward {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ArtworkSaleAddress struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtworkPriceUid string `protobuf:"bytes,1,opt,name=ArtworkPriceUid,json=artwork_price_uid,proto3" json:"ArtworkPriceUid"`
|
|
SaleAddress string `protobuf:"bytes,2,opt,name=SaleAddress,json=sale_address,proto3" json:"SaleAddress"`
|
|
}
|
|
|
|
func (x *ArtworkSaleAddress) Reset() {
|
|
*x = ArtworkSaleAddress{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[37]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtworkSaleAddress) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtworkSaleAddress) ProtoMessage() {}
|
|
|
|
func (x *ArtworkSaleAddress) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[37]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ArtworkSaleAddress.ProtoReflect.Descriptor instead.
|
|
func (*ArtworkSaleAddress) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{37}
|
|
}
|
|
|
|
func (x *ArtworkSaleAddress) GetArtworkPriceUid() string {
|
|
if x != nil {
|
|
return x.ArtworkPriceUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkSaleAddress) GetSaleAddress() string {
|
|
if x != nil {
|
|
return x.SaleAddress
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UpdateArtworkSaleAddressReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*ArtworkSaleAddress `protobuf:"bytes,1,rep,name=data,proto3" json:"data"`
|
|
}
|
|
|
|
func (x *UpdateArtworkSaleAddressReq) Reset() {
|
|
*x = UpdateArtworkSaleAddressReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[38]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateArtworkSaleAddressReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateArtworkSaleAddressReq) ProtoMessage() {}
|
|
|
|
func (x *UpdateArtworkSaleAddressReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[38]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateArtworkSaleAddressReq.ProtoReflect.Descriptor instead.
|
|
func (*UpdateArtworkSaleAddressReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{38}
|
|
}
|
|
|
|
func (x *UpdateArtworkSaleAddressReq) GetData() []*ArtworkSaleAddress {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ShowStatusReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ShowUID []string `protobuf:"bytes,1,rep,name=ShowUID,json=show_uid,proto3" json:"ShowUID"`
|
|
}
|
|
|
|
func (x *ShowStatusReq) Reset() {
|
|
*x = ShowStatusReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[39]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowStatusReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowStatusReq) ProtoMessage() {}
|
|
|
|
func (x *ShowStatusReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[39]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ShowStatusReq.ProtoReflect.Descriptor instead.
|
|
func (*ShowStatusReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{39}
|
|
}
|
|
|
|
func (x *ShowStatusReq) GetShowUID() []string {
|
|
if x != nil {
|
|
return x.ShowUID
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ShowStatus struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ShowUID string `protobuf:"bytes,1,opt,name=ShowUID,json=show_uid,proto3" json:"ShowUID"`
|
|
IsShow int32 `protobuf:"varint,2,opt,name=IsShow,json=is_show,proto3" json:"IsShow"`
|
|
}
|
|
|
|
func (x *ShowStatus) Reset() {
|
|
*x = ShowStatus{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[40]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowStatus) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowStatus) ProtoMessage() {}
|
|
|
|
func (x *ShowStatus) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[40]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ShowStatus.ProtoReflect.Descriptor instead.
|
|
func (*ShowStatus) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{40}
|
|
}
|
|
|
|
func (x *ShowStatus) GetShowUID() string {
|
|
if x != nil {
|
|
return x.ShowUID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ShowStatus) GetIsShow() int32 {
|
|
if x != nil {
|
|
return x.IsShow
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ShowStatusRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Status []*ShowStatus `protobuf:"bytes,1,rep,name=Status,json=status,proto3" json:"Status"`
|
|
}
|
|
|
|
func (x *ShowStatusRes) Reset() {
|
|
*x = ShowStatusRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[41]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowStatusRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowStatusRes) ProtoMessage() {}
|
|
|
|
func (x *ShowStatusRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[41]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ShowStatusRes.ProtoReflect.Descriptor instead.
|
|
func (*ShowStatusRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{41}
|
|
}
|
|
|
|
func (x *ShowStatusRes) GetStatus() []*ShowStatus {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SaleAddressReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ParentName string `protobuf:"bytes,1,opt,name=ParentName,json=parent_name,proto3" json:"ParentName"`
|
|
}
|
|
|
|
func (x *SaleAddressReq) Reset() {
|
|
*x = SaleAddressReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[42]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SaleAddressReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SaleAddressReq) ProtoMessage() {}
|
|
|
|
func (x *SaleAddressReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[42]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SaleAddressReq.ProtoReflect.Descriptor instead.
|
|
func (*SaleAddressReq) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{42}
|
|
}
|
|
|
|
func (x *SaleAddressReq) GetParentName() string {
|
|
if x != nil {
|
|
return x.ParentName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SaleAddress struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Address string `protobuf:"bytes,1,opt,name=Address,json=address,proto3" json:"Address"`
|
|
StoreID string `protobuf:"bytes,2,opt,name=StoreID,json=store_id,proto3" json:"StoreID"`
|
|
}
|
|
|
|
func (x *SaleAddress) Reset() {
|
|
*x = SaleAddress{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[43]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SaleAddress) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SaleAddress) ProtoMessage() {}
|
|
|
|
func (x *SaleAddress) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[43]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SaleAddress.ProtoReflect.Descriptor instead.
|
|
func (*SaleAddress) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{43}
|
|
}
|
|
|
|
func (x *SaleAddress) GetAddress() string {
|
|
if x != nil {
|
|
return x.Address
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SaleAddress) GetStoreID() string {
|
|
if x != nil {
|
|
return x.StoreID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SaleAddressRes struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Address []*SaleAddress `protobuf:"bytes,1,rep,name=Address,json=address,proto3" json:"Address"`
|
|
Msg string `protobuf:"bytes,2,opt,name=Msg,json=msg,proto3" json:"Msg"`
|
|
}
|
|
|
|
func (x *SaleAddressRes) Reset() {
|
|
*x = SaleAddressRes{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[44]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *SaleAddressRes) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SaleAddressRes) ProtoMessage() {}
|
|
|
|
func (x *SaleAddressRes) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[44]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use SaleAddressRes.ProtoReflect.Descriptor instead.
|
|
func (*SaleAddressRes) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{44}
|
|
}
|
|
|
|
func (x *SaleAddressRes) GetAddress() []*SaleAddress {
|
|
if x != nil {
|
|
return x.Address
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SaleAddressRes) GetMsg() string {
|
|
if x != nil {
|
|
return x.Msg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ShowStatisticalInfoRes_Num struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistNum int64 `protobuf:"varint,1,opt,name=ArtistNum,json=artist_num,proto3" json:"ArtistNum"`
|
|
PackageNum int64 `protobuf:"varint,2,opt,name=PackageNum,json=package_num,proto3" json:"PackageNum"`
|
|
TotalNum int64 `protobuf:"varint,3,opt,name=TotalNum,json=total_num,proto3" json:"TotalNum"`
|
|
NotShowNum int64 `protobuf:"varint,4,opt,name=NotShowNum,json=not_show_num,proto3" json:"NotShowNum"`
|
|
ShowHisNum int64 `protobuf:"varint,5,opt,name=ShowHisNum,json=show_his_num,proto3" json:"ShowHisNum"`
|
|
}
|
|
|
|
func (x *ShowStatisticalInfoRes_Num) Reset() {
|
|
*x = ShowStatisticalInfoRes_Num{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[45]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ShowStatisticalInfoRes_Num) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ShowStatisticalInfoRes_Num) ProtoMessage() {}
|
|
|
|
func (x *ShowStatisticalInfoRes_Num) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[45]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ShowStatisticalInfoRes_Num.ProtoReflect.Descriptor instead.
|
|
func (*ShowStatisticalInfoRes_Num) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{18, 0}
|
|
}
|
|
|
|
func (x *ShowStatisticalInfoRes_Num) GetArtistNum() int64 {
|
|
if x != nil {
|
|
return x.ArtistNum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowStatisticalInfoRes_Num) GetPackageNum() int64 {
|
|
if x != nil {
|
|
return x.PackageNum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowStatisticalInfoRes_Num) GetTotalNum() int64 {
|
|
if x != nil {
|
|
return x.TotalNum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowStatisticalInfoRes_Num) GetNotShowNum() int64 {
|
|
if x != nil {
|
|
return x.NotShowNum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ShowStatisticalInfoRes_Num) GetShowHisNum() int64 {
|
|
if x != nil {
|
|
return x.ShowHisNum
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ArtworkPriceRes_PriceInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Price int64 `protobuf:"varint,1,opt,name=Price,json=price,proto3" json:"Price"`
|
|
RulerPrice int64 `protobuf:"varint,2,opt,name=RulerPrice,json=ruler_price,proto3" json:"RulerPrice"`
|
|
ArtworkPrice int64 `protobuf:"varint,3,opt,name=ArtworkPrice,json=artwork_price,proto3" json:"ArtworkPrice"`
|
|
MarketPrice int64 `protobuf:"varint,4,opt,name=MarketPrice,json=market_price,proto3" json:"MarketPrice"`
|
|
CopyrightPrice int64 `protobuf:"varint,5,opt,name=CopyrightPrice,json=copyright_price,proto3" json:"CopyrightPrice"`
|
|
Reward int64 `protobuf:"varint,6,opt,name=Reward,json=reward,proto3" json:"Reward"`
|
|
}
|
|
|
|
func (x *ArtworkPriceRes_PriceInfo) Reset() {
|
|
*x = ArtworkPriceRes_PriceInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artshow_proto_msgTypes[46]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtworkPriceRes_PriceInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtworkPriceRes_PriceInfo) ProtoMessage() {}
|
|
|
|
func (x *ArtworkPriceRes_PriceInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artshow_proto_msgTypes[46]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ArtworkPriceRes_PriceInfo.ProtoReflect.Descriptor instead.
|
|
func (*ArtworkPriceRes_PriceInfo) Descriptor() ([]byte, []int) {
|
|
return file_pb_artshow_proto_rawDescGZIP(), []int{20, 0}
|
|
}
|
|
|
|
func (x *ArtworkPriceRes_PriceInfo) GetPrice() int64 {
|
|
if x != nil {
|
|
return x.Price
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkPriceRes_PriceInfo) GetRulerPrice() int64 {
|
|
if x != nil {
|
|
return x.RulerPrice
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkPriceRes_PriceInfo) GetArtworkPrice() int64 {
|
|
if x != nil {
|
|
return x.ArtworkPrice
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkPriceRes_PriceInfo) GetMarketPrice() int64 {
|
|
if x != nil {
|
|
return x.MarketPrice
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkPriceRes_PriceInfo) GetCopyrightPrice() int64 {
|
|
if x != nil {
|
|
return x.CopyrightPrice
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkPriceRes_PriceInfo) GetReward() int64 {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return 0
|
|
}
|
|
|
|
var File_pb_artshow_proto protoreflect.FileDescriptor
|
|
|
|
var file_pb_artshow_proto_rawDesc = []byte{
|
|
0x0a, 0x10, 0x70, 0x62, 0x2f, 0x61, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f,
|
|
0x74, 0x6f, 0x12, 0x07, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x22, 0xcd, 0x03, 0x0a, 0x0b,
|
|
0x53, 0x61, 0x76, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x12, 0x1b, 0x0a, 0x08, 0x53,
|
|
0x68, 0x6f, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73,
|
|
0x68, 0x6f, 0x77, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0a, 0x41, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x09, 0x41, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x55, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x5f, 0x75, 0x69, 0x64, 0x12, 0x1f, 0x0a, 0x0a, 0x41, 0x72, 0x74, 0x77,
|
|
0x6f, 0x72, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x61, 0x72,
|
|
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x6e, 0x75, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x52, 0x75, 0x6c,
|
|
0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x72, 0x12,
|
|
0x14, 0x0a, 0x05, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
|
|
0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18,
|
|
0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12, 0x17, 0x0a,
|
|
0x06, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x69,
|
|
0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x12, 0x1f, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
|
|
0x54, 0x69, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x72, 0x65, 0x61,
|
|
0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x4f, 0x70, 0x65, 0x72, 0x61,
|
|
0x74, 0x6f, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61,
|
|
0x74, 0x6f, 0x72, 0x12, 0x19, 0x0a, 0x07, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x65, 0x71, 0x18, 0x0b,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x73, 0x65, 0x71, 0x12, 0x13,
|
|
0x0a, 0x07, 0x53, 0x68, 0x6f, 0x77, 0x55, 0x49, 0x44, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x02, 0x69, 0x64, 0x12, 0x35, 0x0a, 0x07, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x18, 0x0d,
|
|
0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x41,
|
|
0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x0c, 0x73, 0x68,
|
|
0x6f, 0x77, 0x5f, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x12, 0x3f, 0x0a, 0x0a, 0x44, 0x65,
|
|
0x6c, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19,
|
|
0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x44, 0x65, 0x6c, 0x41, 0x72, 0x74, 0x77,
|
|
0x6f, 0x72, 0x6b, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x10, 0x64, 0x65, 0x6c, 0x5f, 0x73,
|
|
0x68, 0x6f, 0x77, 0x5f, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x22, 0x3a, 0x0a, 0x0b, 0x53,
|
|
0x61, 0x76, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73,
|
|
0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x19, 0x0a, 0x07,
|
|
0x53, 0x68, 0x6f, 0x77, 0x55, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73,
|
|
0x68, 0x6f, 0x77, 0x5f, 0x75, 0x69, 0x64, 0x22, 0x1d, 0x0a, 0x09, 0x43, 0x6f, 0x6d, 0x6d, 0x6f,
|
|
0x6e, 0x52, 0x65, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x45, 0x0a, 0x0d, 0x53, 0x68, 0x6f, 0x77, 0x44, 0x65,
|
|
0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x12, 0x19, 0x0a, 0x07, 0x53, 0x68, 0x6f, 0x77, 0x55,
|
|
0x49, 0x44, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x75,
|
|
0x69, 0x64, 0x12, 0x19, 0x0a, 0x07, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x49, 0x44, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x22, 0x2d, 0x0a,
|
|
0x10, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65,
|
|
0x71, 0x12, 0x19, 0x0a, 0x07, 0x53, 0x68, 0x6f, 0x77, 0x55, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x75, 0x69, 0x64, 0x22, 0x91, 0x03, 0x0a,
|
|
0x0a, 0x53, 0x68, 0x6f, 0x77, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x19, 0x0a, 0x07, 0x53,
|
|
0x68, 0x6f, 0x77, 0x55, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x68,
|
|
0x6f, 0x77, 0x5f, 0x75, 0x69, 0x64, 0x12, 0x19, 0x0a, 0x07, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x65,
|
|
0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x73, 0x65,
|
|
0x71, 0x12, 0x1b, 0x0a, 0x08, 0x53, 0x68, 0x6f, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1f,
|
|
0x0a, 0x0a, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x0b, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x12,
|
|
0x1d, 0x0a, 0x09, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x5f, 0x75, 0x69, 0x64, 0x12, 0x1f,
|
|
0x0a, 0x0a, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x06, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x0b, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x6e, 0x75, 0x6d, 0x12,
|
|
0x14, 0x0a, 0x05, 0x52, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05,
|
|
0x72, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x08,
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x52,
|
|
0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x65, 0x77,
|
|
0x61, 0x72, 0x64, 0x12, 0x1f, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d,
|
|
0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f,
|
|
0x74, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72,
|
|
0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72,
|
|
0x12, 0x17, 0x0a, 0x06, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x07, 0x69, 0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x12, 0x1b, 0x0a, 0x08, 0x53, 0x68, 0x6f,
|
|
0x77, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x68, 0x6f,
|
|
0x77, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73,
|
|
0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
|
|
0x22, 0x4a, 0x0a, 0x0d, 0x53, 0x68, 0x6f, 0x77, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65,
|
|
0x73, 0x12, 0x27, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
0x13, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77, 0x44, 0x65,
|
|
0x74, 0x61, 0x69, 0x6c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73,
|
|
0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x59, 0x0a, 0x14,
|
|
0x53, 0x68, 0x6f, 0x77, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x74, 0x61, 0x69,
|
|
0x6c, 0x52, 0x65, 0x73, 0x12, 0x2f, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03,
|
|
0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x41, 0x72, 0x74,
|
|
0x77, 0x6f, 0x72, 0x6b, 0x50, 0x72, 0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52,
|
|
0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x96, 0x03, 0x0a, 0x0b, 0x53, 0x68, 0x6f, 0x77,
|
|
0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x50, 0x61, 0x67, 0x65, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x08, 0x50,
|
|
0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70,
|
|
0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x26, 0x0a, 0x0d, 0x53, 0x74, 0x61, 0x72,
|
|
0x74, 0x53, 0x68, 0x6f, 0x77, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x0f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x74, 0x69, 0x6d, 0x65,
|
|
0x12, 0x22, 0x0a, 0x0b, 0x45, 0x6e, 0x64, 0x53, 0x68, 0x6f, 0x77, 0x54, 0x69, 0x6d, 0x65, 0x18,
|
|
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x65, 0x6e, 0x64, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f,
|
|
0x74, 0x69, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x07, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x65, 0x71, 0x18,
|
|
0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x73, 0x65, 0x71, 0x12,
|
|
0x1b, 0x0a, 0x08, 0x53, 0x68, 0x6f, 0x77, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x09, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0a,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x0b, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a,
|
|
0x0a, 0x53, 0x74, 0x61, 0x72, 0x74, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28,
|
|
0x03, 0x52, 0x0b, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x1b,
|
|
0x0a, 0x08, 0x45, 0x6e, 0x64, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03,
|
|
0x52, 0x09, 0x65, 0x6e, 0x64, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x21, 0x0a, 0x0b, 0x53,
|
|
0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03,
|
|
0x52, 0x0c, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12, 0x1d,
|
|
0x0a, 0x09, 0x45, 0x6e, 0x64, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28,
|
|
0x03, 0x52, 0x0a, 0x65, 0x6e, 0x64, 0x5f, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12, 0x18, 0x0a,
|
|
0x07, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
|
|
0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x17, 0x0a, 0x06, 0x49, 0x73, 0x53, 0x68, 0x6f,
|
|
0x77, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x05, 0x52, 0x07, 0x69, 0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77,
|
|
0x22, 0x67, 0x0a, 0x15, 0x53, 0x68, 0x6f, 0x77, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41,
|
|
0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x50, 0x61, 0x67,
|
|
0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a,
|
|
0x08, 0x50, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x1d, 0x0a, 0x09, 0x41, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x55, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x5f, 0x75, 0x69, 0x64, 0x22, 0xb4, 0x01, 0x0a, 0x0b, 0x53, 0x68,
|
|
0x6f, 0x77, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x6f, 0x74,
|
|
0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12,
|
|
0x2a, 0x0a, 0x0f, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4e,
|
|
0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f,
|
|
0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x12, 0x28, 0x0a, 0x0e, 0x54,
|
|
0x6f, 0x74, 0x61, 0x6c, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20,
|
|
0x01, 0x28, 0x03, 0x52, 0x10, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x5f, 0x6e, 0x75, 0x6d, 0x12, 0x27, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20,
|
|
0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68,
|
|
0x6f, 0x77, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x10,
|
|
0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67,
|
|
0x22, 0x68, 0x0a, 0x15, 0x53, 0x68, 0x6f, 0x77, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41,
|
|
0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x6f, 0x74,
|
|
0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12,
|
|
0x10, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73,
|
|
0x67, 0x12, 0x27, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
0x13, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77, 0x44, 0x65,
|
|
0x74, 0x61, 0x69, 0x6c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x27, 0x0a, 0x0a, 0x44, 0x65,
|
|
0x6c, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x12, 0x19, 0x0a, 0x07, 0x53, 0x68, 0x6f, 0x77,
|
|
0x55, 0x49, 0x44, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x77, 0x5f,
|
|
0x75, 0x69, 0x64, 0x22, 0xb2, 0x02, 0x0a, 0x0d, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x44,
|
|
0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x2a, 0x0a, 0x0f, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b,
|
|
0x50, 0x72, 0x69, 0x63, 0x65, 0x55, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11,
|
|
0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x75, 0x69,
|
|
0x64, 0x12, 0x19, 0x0a, 0x07, 0x53, 0x68, 0x6f, 0x77, 0x55, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x75, 0x69, 0x64, 0x12, 0x1f, 0x0a, 0x0a,
|
|
0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x55, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x0b, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x75, 0x69, 0x64, 0x12, 0x21, 0x0a,
|
|
0x0b, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x0c, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
|
|
0x12, 0x1f, 0x0a, 0x0a, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x5f, 0x6e, 0x61, 0x6d,
|
|
0x65, 0x12, 0x16, 0x0a, 0x06, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x06, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x57, 0x69, 0x64,
|
|
0x74, 0x68, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, 0x12,
|
|
0x14, 0x0a, 0x05, 0x52, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05,
|
|
0x72, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x08, 0x53, 0x6d, 0x61, 0x6c, 0x6c, 0x50, 0x69,
|
|
0x63, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x6d, 0x61, 0x6c, 0x6c, 0x5f, 0x70,
|
|
0x69, 0x63, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x66, 0x6e, 0x75, 0x6d, 0x18, 0x0a, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x05, 0x74, 0x66, 0x6e, 0x75, 0x6d, 0x22, 0x9a, 0x04, 0x0a, 0x12, 0x41, 0x72, 0x74,
|
|
0x77, 0x6f, 0x72, 0x6b, 0x50, 0x72, 0x69, 0x63, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12,
|
|
0x2a, 0x0a, 0x0f, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x72, 0x69, 0x63, 0x65, 0x55,
|
|
0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72,
|
|
0x6b, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x75, 0x69, 0x64, 0x12, 0x19, 0x0a, 0x07, 0x53,
|
|
0x68, 0x6f, 0x77, 0x55, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x68,
|
|
0x6f, 0x77, 0x5f, 0x75, 0x69, 0x64, 0x12, 0x1f, 0x0a, 0x0a, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72,
|
|
0x6b, 0x55, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x72, 0x74, 0x77,
|
|
0x6f, 0x72, 0x6b, 0x5f, 0x75, 0x69, 0x64, 0x12, 0x21, 0x0a, 0x0b, 0x41, 0x72, 0x74, 0x77, 0x6f,
|
|
0x72, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, 0x72,
|
|
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0a, 0x41, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x4c,
|
|
0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6c, 0x65, 0x6e,
|
|
0x67, 0x74, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x57, 0x69, 0x64, 0x74, 0x68, 0x18, 0x07, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x52, 0x75, 0x6c,
|
|
0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x72, 0x12,
|
|
0x1b, 0x0a, 0x08, 0x53, 0x6d, 0x61, 0x6c, 0x6c, 0x50, 0x69, 0x63, 0x18, 0x09, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x09, 0x73, 0x6d, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x69, 0x63, 0x12, 0x14, 0x0a, 0x05,
|
|
0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x70, 0x72, 0x69,
|
|
0x63, 0x65, 0x12, 0x1f, 0x0a, 0x0a, 0x52, 0x75, 0x6c, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65,
|
|
0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x72, 0x75, 0x6c, 0x65, 0x72, 0x5f, 0x70, 0x72,
|
|
0x69, 0x63, 0x65, 0x12, 0x23, 0x0a, 0x0c, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x72,
|
|
0x69, 0x63, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x61, 0x72, 0x74, 0x77, 0x6f,
|
|
0x72, 0x6b, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x21, 0x0a, 0x0b, 0x4d, 0x61, 0x72, 0x6b,
|
|
0x65, 0x74, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x6d,
|
|
0x61, 0x72, 0x6b, 0x65, 0x74, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x27, 0x0a, 0x0e, 0x43,
|
|
0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x0e, 0x20,
|
|
0x01, 0x28, 0x03, 0x52, 0x0f, 0x63, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x5f, 0x70,
|
|
0x72, 0x69, 0x63, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x66, 0x6e, 0x75, 0x6d, 0x18, 0x0f, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x66, 0x6e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65,
|
|
0x77, 0x61, 0x72, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x77, 0x61,
|
|
0x72, 0x64, 0x12, 0x21, 0x0a, 0x0b, 0x53, 0x61, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73,
|
|
0x73, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x61, 0x6c, 0x65, 0x5f, 0x61, 0x64,
|
|
0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x58, 0x0a, 0x13, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b,
|
|
0x50, 0x72, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x12, 0x2f, 0x0a, 0x04,
|
|
0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x41, 0x72, 0x74,
|
|
0x53, 0x68, 0x6f, 0x77, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x72, 0x69, 0x63,
|
|
0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x10, 0x0a,
|
|
0x03, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22,
|
|
0x5f, 0x0a, 0x10, 0x44, 0x65, 0x6c, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x74,
|
|
0x61, 0x69, 0x6c, 0x12, 0x2a, 0x0a, 0x0f, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x72,
|
|
0x69, 0x63, 0x65, 0x55, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x61, 0x72,
|
|
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x75, 0x69, 0x64, 0x12,
|
|
0x1f, 0x0a, 0x0a, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x55, 0x49, 0x44, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x75, 0x69, 0x64,
|
|
0x22, 0x31, 0x0a, 0x16, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
0x63, 0x61, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x06, 0x49, 0x73,
|
|
0x53, 0x68, 0x6f, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x69, 0x73, 0x5f, 0x73,
|
|
0x68, 0x6f, 0x77, 0x22, 0x8c, 0x02, 0x0a, 0x16, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74,
|
|
0x69, 0x73, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x12, 0x37,
|
|
0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x41,
|
|
0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x69,
|
|
0x73, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x2e, 0x4e, 0x75,
|
|
0x6d, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x1a, 0xa6, 0x01, 0x0a, 0x03, 0x4e, 0x75,
|
|
0x6d, 0x12, 0x1d, 0x0a, 0x09, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x75, 0x6d, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x5f, 0x6e, 0x75, 0x6d,
|
|
0x12, 0x1f, 0x0a, 0x0a, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x5f, 0x6e, 0x75,
|
|
0x6d, 0x12, 0x1b, 0x0a, 0x08, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20,
|
|
0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x12, 0x20,
|
|
0x0a, 0x0a, 0x4e, 0x6f, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x4e, 0x75, 0x6d, 0x18, 0x04, 0x20, 0x01,
|
|
0x28, 0x03, 0x52, 0x0c, 0x6e, 0x6f, 0x74, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x6e, 0x75, 0x6d,
|
|
0x12, 0x20, 0x0a, 0x0a, 0x53, 0x68, 0x6f, 0x77, 0x48, 0x69, 0x73, 0x4e, 0x75, 0x6d, 0x18, 0x05,
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x68, 0x69, 0x73, 0x5f, 0x6e,
|
|
0x75, 0x6d, 0x22, 0x32, 0x0a, 0x0f, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x72, 0x69,
|
|
0x63, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1f, 0x0a, 0x0a, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b,
|
|
0x55, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x72, 0x74, 0x77, 0x6f,
|
|
0x72, 0x6b, 0x5f, 0x75, 0x69, 0x64, 0x22, 0xa9, 0x02, 0x0a, 0x0f, 0x41, 0x72, 0x74, 0x77, 0x6f,
|
|
0x72, 0x6b, 0x50, 0x72, 0x69, 0x63, 0x65, 0x52, 0x65, 0x73, 0x12, 0x36, 0x0a, 0x04, 0x44, 0x61,
|
|
0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68,
|
|
0x6f, 0x77, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x72, 0x69, 0x63, 0x65, 0x52,
|
|
0x65, 0x73, 0x2e, 0x50, 0x72, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x64, 0x61,
|
|
0x74, 0x61, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x03, 0x6d, 0x73, 0x67, 0x1a, 0xcb, 0x01, 0x0a, 0x09, 0x50, 0x72, 0x69, 0x63, 0x65, 0x49, 0x6e,
|
|
0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x03, 0x52, 0x05, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x1f, 0x0a, 0x0a, 0x52, 0x75, 0x6c, 0x65,
|
|
0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x72, 0x75,
|
|
0x6c, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x23, 0x0a, 0x0c, 0x41, 0x72, 0x74,
|
|
0x77, 0x6f, 0x72, 0x6b, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
0x0d, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x21,
|
|
0x0a, 0x0b, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x04, 0x20,
|
|
0x01, 0x28, 0x03, 0x52, 0x0c, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x5f, 0x70, 0x72, 0x69, 0x63,
|
|
0x65, 0x12, 0x27, 0x0a, 0x0e, 0x43, 0x6f, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x50, 0x72,
|
|
0x69, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x63, 0x6f, 0x70, 0x79, 0x72,
|
|
0x69, 0x67, 0x68, 0x74, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65,
|
|
0x77, 0x61, 0x72, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x65, 0x77, 0x61,
|
|
0x72, 0x64, 0x22, 0xb0, 0x01, 0x0a, 0x07, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x6c, 0x12, 0x20,
|
|
0x0a, 0x0a, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x6c, 0x55, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x72, 0x65, 0x6c, 0x5f, 0x75, 0x69, 0x64,
|
|
0x12, 0x1b, 0x0a, 0x08, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x09, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x5f, 0x75, 0x69, 0x64, 0x12, 0x19, 0x0a,
|
|
0x07, 0x53, 0x68, 0x6f, 0x77, 0x55, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
0x73, 0x68, 0x6f, 0x77, 0x5f, 0x75, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x49, 0x6e, 0x64, 0x65,
|
|
0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x18,
|
|
0x0a, 0x07, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1b, 0x0a, 0x08, 0x53, 0x68, 0x6f, 0x77,
|
|
0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x68, 0x6f, 0x77,
|
|
0x5f, 0x74, 0x69, 0x6d, 0x65, 0x22, 0x49, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x53, 0x68, 0x6f, 0x77,
|
|
0x52, 0x65, 0x6c, 0x12, 0x20, 0x0a, 0x0a, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x6c, 0x55, 0x49,
|
|
0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x72, 0x65,
|
|
0x6c, 0x5f, 0x75, 0x69, 0x64, 0x12, 0x19, 0x0a, 0x07, 0x53, 0x68, 0x6f, 0x77, 0x55, 0x49, 0x44,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x75, 0x69, 0x64,
|
|
0x22, 0x9f, 0x02, 0x0a, 0x0c, 0x53, 0x61, 0x76, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65,
|
|
0x71, 0x12, 0x1c, 0x0a, 0x09, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x6e, 0x74, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x6e, 0x74, 0x12,
|
|
0x21, 0x0a, 0x0b, 0x41, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x6e, 0x74, 0x49, 0x44, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x6e, 0x74, 0x5f,
|
|
0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
0x03, 0x6e, 0x75, 0x6d, 0x12, 0x1d, 0x0a, 0x09, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x54, 0x69, 0x6d,
|
|
0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x5f, 0x74,
|
|
0x69, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x08, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x49, 0x44, 0x18,
|
|
0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x5f, 0x75, 0x69, 0x64,
|
|
0x12, 0x16, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65, 0x6d, 0x61,
|
|
0x72, 0x6b, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b,
|
|
0x12, 0x22, 0x0a, 0x03, 0x52, 0x65, 0x6c, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e,
|
|
0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x6c, 0x52,
|
|
0x03, 0x72, 0x65, 0x6c, 0x12, 0x2c, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x52, 0x65, 0x6c, 0x18, 0x09,
|
|
0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x44,
|
|
0x65, 0x6c, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x6c, 0x52, 0x07, 0x64, 0x65, 0x6c, 0x5f, 0x72,
|
|
0x65, 0x6c, 0x22, 0x3d, 0x0a, 0x0c, 0x53, 0x61, 0x76, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52,
|
|
0x65, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x03, 0x6d, 0x73, 0x67, 0x12, 0x1b, 0x0a, 0x08, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x49, 0x44,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x5f, 0x75, 0x69,
|
|
0x64, 0x22, 0x57, 0x0a, 0x0c, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
|
|
0x71, 0x12, 0x12, 0x0a, 0x04, 0x50, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x08, 0x50, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a,
|
|
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69,
|
|
0x7a, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x60, 0x0a, 0x0c, 0x41, 0x70,
|
|
0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x54, 0x6f,
|
|
0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c,
|
|
0x12, 0x28, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14,
|
|
0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x44, 0x65,
|
|
0x74, 0x61, 0x69, 0x6c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73,
|
|
0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x22, 0x2b, 0x0a, 0x0c,
|
|
0x41, 0x70, 0x70, 0x6c, 0x79, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x12, 0x1b, 0x0a, 0x08,
|
|
0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
|
|
0x61, 0x70, 0x70, 0x6c, 0x79, 0x5f, 0x75, 0x69, 0x64, 0x22, 0x75, 0x0a, 0x0c, 0x41, 0x70, 0x70,
|
|
0x6c, 0x79, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x12, 0x2a, 0x0a, 0x05, 0x41, 0x70, 0x70,
|
|
0x6c, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68,
|
|
0x6f, 0x77, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x05,
|
|
0x61, 0x70, 0x70, 0x6c, 0x79, 0x12, 0x27, 0x0a, 0x04, 0x53, 0x68, 0x6f, 0x77, 0x18, 0x02, 0x20,
|
|
0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68,
|
|
0x6f, 0x77, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x04, 0x73, 0x68, 0x6f, 0x77, 0x12, 0x10,
|
|
0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67,
|
|
0x22, 0xe9, 0x01, 0x0a, 0x0b, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
|
|
0x12, 0x1b, 0x0a, 0x08, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x09, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x5f, 0x75, 0x69, 0x64, 0x12, 0x1b, 0x0a,
|
|
0x08, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x53, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x09, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x5f, 0x73, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x41, 0x70,
|
|
0x70, 0x6c, 0x69, 0x63, 0x61, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61,
|
|
0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x6e, 0x74, 0x12, 0x21, 0x0a, 0x0b, 0x41, 0x70, 0x70, 0x6c,
|
|
0x69, 0x63, 0x61, 0x6e, 0x74, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61,
|
|
0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x4e,
|
|
0x75, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6e, 0x75, 0x6d, 0x12, 0x1d, 0x0a,
|
|
0x09, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x0a, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06,
|
|
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74,
|
|
0x61, 0x74, 0x75, 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, 0x22, 0x2d, 0x0a, 0x0e,
|
|
0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1b,
|
|
0x0a, 0x08, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x09, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x5f, 0x75, 0x69, 0x64, 0x22, 0x48, 0x0a, 0x0e, 0x53,
|
|
0x68, 0x6f, 0x77, 0x52, 0x65, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x12, 0x10, 0x0a,
|
|
0x03, 0x4d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12,
|
|
0x24, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e,
|
|
0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x6c, 0x52,
|
|
0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x63, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41,
|
|
0x70, 0x70, 0x6c, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a,
|
|
0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73,
|
|
0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x1b, 0x0a,
|
|
0x08, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x55, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x09, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x5f, 0x75, 0x69, 0x64, 0x22, 0x2a, 0x0a, 0x0b, 0x44, 0x65,
|
|
0x6c, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x12, 0x1b, 0x0a, 0x08, 0x41, 0x70, 0x70,
|
|
0x6c, 0x79, 0x55, 0x49, 0x44, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x61, 0x70, 0x70,
|
|
0x6c, 0x79, 0x5f, 0x75, 0x69, 0x64, 0x22, 0x2a, 0x0a, 0x0d, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c,
|
|
0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x12, 0x19, 0x0a, 0x07, 0x53, 0x68, 0x6f, 0x77, 0x55,
|
|
0x49, 0x44, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x75,
|
|
0x69, 0x64, 0x22, 0x53, 0x0a, 0x0d, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65, 0x77,
|
|
0x61, 0x72, 0x64, 0x12, 0x2a, 0x0a, 0x0f, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x72,
|
|
0x69, 0x63, 0x65, 0x55, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x61, 0x72,
|
|
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x75, 0x69, 0x64, 0x12,
|
|
0x16, 0x0a, 0x06, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x22, 0x44, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
0x65, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65,
|
|
0x71, 0x12, 0x2a, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
0x16, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72,
|
|
0x6b, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x63, 0x0a,
|
|
0x12, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x53, 0x61, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x72,
|
|
0x65, 0x73, 0x73, 0x12, 0x2a, 0x0a, 0x0f, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x72,
|
|
0x69, 0x63, 0x65, 0x55, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x61, 0x72,
|
|
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x75, 0x69, 0x64, 0x12,
|
|
0x21, 0x0a, 0x0b, 0x53, 0x61, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x61, 0x6c, 0x65, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65,
|
|
0x73, 0x73, 0x22, 0x4e, 0x0a, 0x1b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x77,
|
|
0x6f, 0x72, 0x6b, 0x53, 0x61, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65,
|
|
0x71, 0x12, 0x2f, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
0x1b, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72,
|
|
0x6b, 0x53, 0x61, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x04, 0x64, 0x61,
|
|
0x74, 0x61, 0x22, 0x2a, 0x0a, 0x0d, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
|
|
0x52, 0x65, 0x71, 0x12, 0x19, 0x0a, 0x07, 0x53, 0x68, 0x6f, 0x77, 0x55, 0x49, 0x44, 0x18, 0x01,
|
|
0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x77, 0x5f, 0x75, 0x69, 0x64, 0x22, 0x40,
|
|
0x0a, 0x0a, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x19, 0x0a, 0x07,
|
|
0x53, 0x68, 0x6f, 0x77, 0x55, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73,
|
|
0x68, 0x6f, 0x77, 0x5f, 0x75, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x06, 0x49, 0x73, 0x53, 0x68, 0x6f,
|
|
0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x69, 0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77,
|
|
0x22, 0x3c, 0x0a, 0x0d, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65,
|
|
0x73, 0x12, 0x2b, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28,
|
|
0x0b, 0x32, 0x13, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77,
|
|
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x31,
|
|
0x0a, 0x0e, 0x53, 0x61, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71,
|
|
0x12, 0x1f, 0x0a, 0x0a, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x6e, 0x61, 0x6d,
|
|
0x65, 0x22, 0x42, 0x0a, 0x0b, 0x53, 0x61, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
|
|
0x12, 0x18, 0x0a, 0x07, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x19, 0x0a, 0x07, 0x53, 0x74,
|
|
0x6f, 0x72, 0x65, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x74, 0x6f,
|
|
0x72, 0x65, 0x5f, 0x69, 0x64, 0x22, 0x52, 0x0a, 0x0e, 0x53, 0x61, 0x6c, 0x65, 0x41, 0x64, 0x64,
|
|
0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x12, 0x2e, 0x0a, 0x07, 0x41, 0x64, 0x64, 0x72, 0x65,
|
|
0x73, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68,
|
|
0x6f, 0x77, 0x2e, 0x53, 0x61, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x07,
|
|
0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x32, 0xb4, 0x0c, 0x0a, 0x07, 0x41, 0x72,
|
|
0x74, 0x53, 0x68, 0x6f, 0x77, 0x12, 0x3a, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53,
|
|
0x68, 0x6f, 0x77, 0x12, 0x14, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x61,
|
|
0x76, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x41, 0x72, 0x74, 0x53,
|
|
0x68, 0x6f, 0x77, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x22,
|
|
0x00, 0x12, 0x3a, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x12,
|
|
0x14, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x53, 0x68,
|
|
0x6f, 0x77, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e,
|
|
0x53, 0x61, 0x76, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x34, 0x0a,
|
|
0x07, 0x44, 0x65, 0x6c, 0x53, 0x68, 0x6f, 0x77, 0x12, 0x13, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68,
|
|
0x6f, 0x77, 0x2e, 0x44, 0x65, 0x6c, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e,
|
|
0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65,
|
|
0x73, 0x22, 0x00, 0x12, 0x38, 0x0a, 0x08, 0x53, 0x68, 0x6f, 0x77, 0x4c, 0x69, 0x73, 0x74, 0x12,
|
|
0x14, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77, 0x4c, 0x69,
|
|
0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e,
|
|
0x53, 0x68, 0x6f, 0x77, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x3f, 0x0a,
|
|
0x0f, 0x53, 0x68, 0x6f, 0x77, 0x4c, 0x69, 0x73, 0x74, 0x57, 0x69, 0x74, 0x68, 0x52, 0x65, 0x6c,
|
|
0x12, 0x14, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77, 0x4c,
|
|
0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77,
|
|
0x2e, 0x53, 0x68, 0x6f, 0x77, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x56,
|
|
0x0a, 0x12, 0x53, 0x68, 0x6f, 0x77, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x72, 0x74,
|
|
0x77, 0x6f, 0x72, 0x6b, 0x12, 0x1e, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53,
|
|
0x68, 0x6f, 0x77, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72,
|
|
0x6b, 0x52, 0x65, 0x71, 0x1a, 0x1e, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53,
|
|
0x68, 0x6f, 0x77, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72,
|
|
0x6b, 0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x4d, 0x0a, 0x0f, 0x53, 0x68, 0x6f, 0x77, 0x41, 0x72,
|
|
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x19, 0x2e, 0x41, 0x72, 0x74, 0x53,
|
|
0x68, 0x6f, 0x77, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x74, 0x61, 0x69,
|
|
0x6c, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53,
|
|
0x68, 0x6f, 0x77, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
|
|
0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x3e, 0x0a, 0x0a, 0x53, 0x68, 0x6f, 0x77, 0x44, 0x65, 0x74,
|
|
0x61, 0x69, 0x6c, 0x12, 0x16, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68,
|
|
0x6f, 0x77, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x41, 0x72,
|
|
0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
|
|
0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x59, 0x0a, 0x13, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x74, 0x61,
|
|
0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1f, 0x2e, 0x41,
|
|
0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x69,
|
|
0x73, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e,
|
|
0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74,
|
|
0x69, 0x73, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x22, 0x00,
|
|
0x12, 0x44, 0x0a, 0x0c, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x72, 0x69, 0x63, 0x65,
|
|
0x12, 0x18, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f,
|
|
0x72, 0x6b, 0x50, 0x72, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x41, 0x72, 0x74,
|
|
0x53, 0x68, 0x6f, 0x77, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x72, 0x69, 0x63,
|
|
0x65, 0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x3d, 0x0a, 0x0b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
|
|
0x41, 0x70, 0x70, 0x6c, 0x79, 0x12, 0x15, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e,
|
|
0x53, 0x61, 0x76, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x41,
|
|
0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x79,
|
|
0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x3d, 0x0a, 0x0b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41,
|
|
0x70, 0x70, 0x6c, 0x79, 0x12, 0x15, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53,
|
|
0x61, 0x76, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x41, 0x72,
|
|
0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x52,
|
|
0x65, 0x73, 0x22, 0x00, 0x12, 0x36, 0x0a, 0x08, 0x44, 0x65, 0x6c, 0x41, 0x70, 0x70, 0x6c, 0x79,
|
|
0x12, 0x14, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x44, 0x65, 0x6c, 0x41, 0x70,
|
|
0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77,
|
|
0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x41, 0x0a, 0x11,
|
|
0x53, 0x68, 0x6f, 0x77, 0x4c, 0x69, 0x73, 0x74, 0x57, 0x69, 0x74, 0x68, 0x41, 0x70, 0x70, 0x6c,
|
|
0x79, 0x12, 0x14, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77,
|
|
0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f,
|
|
0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x22, 0x00, 0x12,
|
|
0x48, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x53, 0x74,
|
|
0x61, 0x74, 0x75, 0x73, 0x12, 0x1d, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x55,
|
|
0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
|
|
0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x43, 0x6f,
|
|
0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x3b, 0x0a, 0x09, 0x41, 0x70, 0x70,
|
|
0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x15, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77,
|
|
0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e,
|
|
0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73,
|
|
0x74, 0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x3d, 0x0a, 0x0b, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x44,
|
|
0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x15, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e,
|
|
0x41, 0x70, 0x70, 0x6c, 0x79, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x41,
|
|
0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x41, 0x70, 0x70, 0x6c, 0x79, 0x53, 0x68, 0x6f, 0x77,
|
|
0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x4a, 0x0a, 0x10, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b,
|
|
0x50, 0x72, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x2e, 0x41, 0x72, 0x74, 0x53,
|
|
0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65,
|
|
0x71, 0x1a, 0x1c, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x41, 0x72, 0x74, 0x77,
|
|
0x6f, 0x72, 0x6b, 0x50, 0x72, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x22,
|
|
0x00, 0x12, 0x3a, 0x0a, 0x0a, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x68, 0x6f, 0x77, 0x12,
|
|
0x16, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c,
|
|
0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f,
|
|
0x77, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x4c, 0x0a,
|
|
0x13, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65,
|
|
0x77, 0x61, 0x72, 0x64, 0x12, 0x1f, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x55,
|
|
0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65, 0x77, 0x61,
|
|
0x72, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e,
|
|
0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x56, 0x0a, 0x18, 0x55,
|
|
0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x53, 0x61, 0x6c, 0x65,
|
|
0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x24, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f,
|
|
0x77, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x53,
|
|
0x61, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e,
|
|
0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65,
|
|
0x73, 0x22, 0x00, 0x12, 0x43, 0x0a, 0x0f, 0x51, 0x75, 0x65, 0x72, 0x79, 0x53, 0x68, 0x6f, 0x77,
|
|
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77,
|
|
0x2e, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x16,
|
|
0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x74, 0x61,
|
|
0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x22, 0x00, 0x12, 0x46, 0x0a, 0x10, 0x51, 0x75, 0x65, 0x72,
|
|
0x79, 0x53, 0x61, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x17, 0x2e, 0x41,
|
|
0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x53, 0x61, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65,
|
|
0x73, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x41, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x2e,
|
|
0x53, 0x61, 0x6c, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x22, 0x00,
|
|
0x42, 0x13, 0x5a, 0x11, 0x2e, 0x2f, 0x61, 0x72, 0x74, 0x53, 0x68, 0x6f, 0x77, 0x3b, 0x61, 0x72,
|
|
0x74, 0x53, 0x68, 0x6f, 0x77, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_pb_artshow_proto_rawDescOnce sync.Once
|
|
file_pb_artshow_proto_rawDescData = file_pb_artshow_proto_rawDesc
|
|
)
|
|
|
|
func file_pb_artshow_proto_rawDescGZIP() []byte {
|
|
file_pb_artshow_proto_rawDescOnce.Do(func() {
|
|
file_pb_artshow_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_artshow_proto_rawDescData)
|
|
})
|
|
return file_pb_artshow_proto_rawDescData
|
|
}
|
|
|
|
var file_pb_artshow_proto_msgTypes = make([]protoimpl.MessageInfo, 47)
|
|
var file_pb_artshow_proto_goTypes = []interface{}{
|
|
(*SaveShowReq)(nil), // 0: ArtShow.SaveShowReq
|
|
(*SaveShowRes)(nil), // 1: ArtShow.SaveShowRes
|
|
(*CommonRes)(nil), // 2: ArtShow.CommonRes
|
|
(*ShowDetailReq)(nil), // 3: ArtShow.ShowDetailReq
|
|
(*ArtworkDetailReq)(nil), // 4: ArtShow.ArtworkDetailReq
|
|
(*ShowDetail)(nil), // 5: ArtShow.ShowDetail
|
|
(*ShowDetailRes)(nil), // 6: ArtShow.ShowDetailRes
|
|
(*ShowArtworkDetailRes)(nil), // 7: ArtShow.ShowArtworkDetailRes
|
|
(*ShowListReq)(nil), // 8: ArtShow.ShowListReq
|
|
(*ShowListForArtworkReq)(nil), // 9: ArtShow.ShowListForArtworkReq
|
|
(*ShowListRes)(nil), // 10: ArtShow.ShowListRes
|
|
(*ShowListForArtworkRes)(nil), // 11: ArtShow.ShowListForArtworkRes
|
|
(*DelShowReq)(nil), // 12: ArtShow.DelShowReq
|
|
(*ArtworkDetail)(nil), // 13: ArtShow.ArtworkDetail
|
|
(*ArtworkPriceDetail)(nil), // 14: ArtShow.ArtworkPriceDetail
|
|
(*ArtworkPriceListRes)(nil), // 15: ArtShow.ArtworkPriceListRes
|
|
(*DelArtworkDetail)(nil), // 16: ArtShow.DelArtworkDetail
|
|
(*ShowStatisticalInfoReq)(nil), // 17: ArtShow.ShowStatisticalInfoReq
|
|
(*ShowStatisticalInfoRes)(nil), // 18: ArtShow.ShowStatisticalInfoRes
|
|
(*ArtworkPriceReq)(nil), // 19: ArtShow.ArtworkPriceReq
|
|
(*ArtworkPriceRes)(nil), // 20: ArtShow.ArtworkPriceRes
|
|
(*ShowRel)(nil), // 21: ArtShow.ShowRel
|
|
(*DelShowRel)(nil), // 22: ArtShow.DelShowRel
|
|
(*SaveApplyReq)(nil), // 23: ArtShow.SaveApplyReq
|
|
(*SaveApplyRes)(nil), // 24: ArtShow.SaveApplyRes
|
|
(*ApplyListReq)(nil), // 25: ArtShow.ApplyListReq
|
|
(*ApplyListRes)(nil), // 26: ArtShow.ApplyListRes
|
|
(*ApplyShowReq)(nil), // 27: ArtShow.ApplyShowReq
|
|
(*ApplyShowRes)(nil), // 28: ArtShow.ApplyShowRes
|
|
(*ApplyDetail)(nil), // 29: ArtShow.ApplyDetail
|
|
(*ShowRelListReq)(nil), // 30: ArtShow.ShowRelListReq
|
|
(*ShowRelListRes)(nil), // 31: ArtShow.ShowRelListRes
|
|
(*UpdateApplyStatusReq)(nil), // 32: ArtShow.UpdateApplyStatusReq
|
|
(*DelApplyReq)(nil), // 33: ArtShow.DelApplyReq
|
|
(*CancelShowReq)(nil), // 34: ArtShow.CancelShowReq
|
|
(*ArtworkReward)(nil), // 35: ArtShow.ArtworkReward
|
|
(*UpdateArtworkRewardReq)(nil), // 36: ArtShow.UpdateArtworkRewardReq
|
|
(*ArtworkSaleAddress)(nil), // 37: ArtShow.ArtworkSaleAddress
|
|
(*UpdateArtworkSaleAddressReq)(nil), // 38: ArtShow.UpdateArtworkSaleAddressReq
|
|
(*ShowStatusReq)(nil), // 39: ArtShow.ShowStatusReq
|
|
(*ShowStatus)(nil), // 40: ArtShow.ShowStatus
|
|
(*ShowStatusRes)(nil), // 41: ArtShow.ShowStatusRes
|
|
(*SaleAddressReq)(nil), // 42: ArtShow.SaleAddressReq
|
|
(*SaleAddress)(nil), // 43: ArtShow.SaleAddress
|
|
(*SaleAddressRes)(nil), // 44: ArtShow.SaleAddressRes
|
|
(*ShowStatisticalInfoRes_Num)(nil), // 45: ArtShow.ShowStatisticalInfoRes.Num
|
|
(*ArtworkPriceRes_PriceInfo)(nil), // 46: ArtShow.ArtworkPriceRes.PriceInfo
|
|
}
|
|
var file_pb_artshow_proto_depIdxs = []int32{
|
|
13, // 0: ArtShow.SaveShowReq.Artwork:type_name -> ArtShow.ArtworkDetail
|
|
16, // 1: ArtShow.SaveShowReq.DelArtwork:type_name -> ArtShow.DelArtworkDetail
|
|
5, // 2: ArtShow.ShowDetailRes.Data:type_name -> ArtShow.ShowDetail
|
|
14, // 3: ArtShow.ShowArtworkDetailRes.data:type_name -> ArtShow.ArtworkPriceDetail
|
|
5, // 4: ArtShow.ShowListRes.Data:type_name -> ArtShow.ShowDetail
|
|
5, // 5: ArtShow.ShowListForArtworkRes.Data:type_name -> ArtShow.ShowDetail
|
|
14, // 6: ArtShow.ArtworkPriceListRes.Data:type_name -> ArtShow.ArtworkPriceDetail
|
|
45, // 7: ArtShow.ShowStatisticalInfoRes.Data:type_name -> ArtShow.ShowStatisticalInfoRes.Num
|
|
46, // 8: ArtShow.ArtworkPriceRes.Data:type_name -> ArtShow.ArtworkPriceRes.PriceInfo
|
|
21, // 9: ArtShow.SaveApplyReq.Rel:type_name -> ArtShow.ShowRel
|
|
22, // 10: ArtShow.SaveApplyReq.DelRel:type_name -> ArtShow.DelShowRel
|
|
29, // 11: ArtShow.ApplyListRes.Data:type_name -> ArtShow.ApplyDetail
|
|
29, // 12: ArtShow.ApplyShowRes.Apply:type_name -> ArtShow.ApplyDetail
|
|
5, // 13: ArtShow.ApplyShowRes.Show:type_name -> ArtShow.ShowDetail
|
|
21, // 14: ArtShow.ShowRelListRes.Data:type_name -> ArtShow.ShowRel
|
|
35, // 15: ArtShow.UpdateArtworkRewardReq.data:type_name -> ArtShow.ArtworkReward
|
|
37, // 16: ArtShow.UpdateArtworkSaleAddressReq.data:type_name -> ArtShow.ArtworkSaleAddress
|
|
40, // 17: ArtShow.ShowStatusRes.Status:type_name -> ArtShow.ShowStatus
|
|
43, // 18: ArtShow.SaleAddressRes.Address:type_name -> ArtShow.SaleAddress
|
|
0, // 19: ArtShow.ArtShow.CreateShow:input_type -> ArtShow.SaveShowReq
|
|
0, // 20: ArtShow.ArtShow.UpdateShow:input_type -> ArtShow.SaveShowReq
|
|
12, // 21: ArtShow.ArtShow.DelShow:input_type -> ArtShow.DelShowReq
|
|
8, // 22: ArtShow.ArtShow.ShowList:input_type -> ArtShow.ShowListReq
|
|
8, // 23: ArtShow.ArtShow.ShowListWithRel:input_type -> ArtShow.ShowListReq
|
|
9, // 24: ArtShow.ArtShow.ShowListForArtwork:input_type -> ArtShow.ShowListForArtworkReq
|
|
4, // 25: ArtShow.ArtShow.ShowArtworkInfo:input_type -> ArtShow.ArtworkDetailReq
|
|
3, // 26: ArtShow.ArtShow.ShowDetail:input_type -> ArtShow.ShowDetailReq
|
|
17, // 27: ArtShow.ArtShow.ShowStatisticalInfo:input_type -> ArtShow.ShowStatisticalInfoReq
|
|
19, // 28: ArtShow.ArtShow.ArtworkPrice:input_type -> ArtShow.ArtworkPriceReq
|
|
23, // 29: ArtShow.ArtShow.CreateApply:input_type -> ArtShow.SaveApplyReq
|
|
23, // 30: ArtShow.ArtShow.UpdateApply:input_type -> ArtShow.SaveApplyReq
|
|
33, // 31: ArtShow.ArtShow.DelApply:input_type -> ArtShow.DelApplyReq
|
|
8, // 32: ArtShow.ArtShow.ShowListWithApply:input_type -> ArtShow.ShowListReq
|
|
32, // 33: ArtShow.ArtShow.UpdateApplyStatus:input_type -> ArtShow.UpdateApplyStatusReq
|
|
25, // 34: ArtShow.ArtShow.ApplyList:input_type -> ArtShow.ApplyListReq
|
|
27, // 35: ArtShow.ArtShow.ApplyDetail:input_type -> ArtShow.ApplyShowReq
|
|
3, // 36: ArtShow.ArtShow.ArtworkPriceList:input_type -> ArtShow.ShowDetailReq
|
|
34, // 37: ArtShow.ArtShow.CancelShow:input_type -> ArtShow.CancelShowReq
|
|
36, // 38: ArtShow.ArtShow.UpdateArtworkReward:input_type -> ArtShow.UpdateArtworkRewardReq
|
|
38, // 39: ArtShow.ArtShow.UpdateArtworkSaleAddress:input_type -> ArtShow.UpdateArtworkSaleAddressReq
|
|
39, // 40: ArtShow.ArtShow.QueryShowStatus:input_type -> ArtShow.ShowStatusReq
|
|
42, // 41: ArtShow.ArtShow.QuerySaleAddress:input_type -> ArtShow.SaleAddressReq
|
|
1, // 42: ArtShow.ArtShow.CreateShow:output_type -> ArtShow.SaveShowRes
|
|
1, // 43: ArtShow.ArtShow.UpdateShow:output_type -> ArtShow.SaveShowRes
|
|
2, // 44: ArtShow.ArtShow.DelShow:output_type -> ArtShow.CommonRes
|
|
10, // 45: ArtShow.ArtShow.ShowList:output_type -> ArtShow.ShowListRes
|
|
10, // 46: ArtShow.ArtShow.ShowListWithRel:output_type -> ArtShow.ShowListRes
|
|
11, // 47: ArtShow.ArtShow.ShowListForArtwork:output_type -> ArtShow.ShowListForArtworkRes
|
|
7, // 48: ArtShow.ArtShow.ShowArtworkInfo:output_type -> ArtShow.ShowArtworkDetailRes
|
|
6, // 49: ArtShow.ArtShow.ShowDetail:output_type -> ArtShow.ShowDetailRes
|
|
18, // 50: ArtShow.ArtShow.ShowStatisticalInfo:output_type -> ArtShow.ShowStatisticalInfoRes
|
|
20, // 51: ArtShow.ArtShow.ArtworkPrice:output_type -> ArtShow.ArtworkPriceRes
|
|
24, // 52: ArtShow.ArtShow.CreateApply:output_type -> ArtShow.SaveApplyRes
|
|
24, // 53: ArtShow.ArtShow.UpdateApply:output_type -> ArtShow.SaveApplyRes
|
|
2, // 54: ArtShow.ArtShow.DelApply:output_type -> ArtShow.CommonRes
|
|
10, // 55: ArtShow.ArtShow.ShowListWithApply:output_type -> ArtShow.ShowListRes
|
|
2, // 56: ArtShow.ArtShow.UpdateApplyStatus:output_type -> ArtShow.CommonRes
|
|
26, // 57: ArtShow.ArtShow.ApplyList:output_type -> ArtShow.ApplyListRes
|
|
28, // 58: ArtShow.ArtShow.ApplyDetail:output_type -> ArtShow.ApplyShowRes
|
|
15, // 59: ArtShow.ArtShow.ArtworkPriceList:output_type -> ArtShow.ArtworkPriceListRes
|
|
2, // 60: ArtShow.ArtShow.CancelShow:output_type -> ArtShow.CommonRes
|
|
2, // 61: ArtShow.ArtShow.UpdateArtworkReward:output_type -> ArtShow.CommonRes
|
|
2, // 62: ArtShow.ArtShow.UpdateArtworkSaleAddress:output_type -> ArtShow.CommonRes
|
|
41, // 63: ArtShow.ArtShow.QueryShowStatus:output_type -> ArtShow.ShowStatusRes
|
|
44, // 64: ArtShow.ArtShow.QuerySaleAddress:output_type -> ArtShow.SaleAddressRes
|
|
42, // [42:65] is the sub-list for method output_type
|
|
19, // [19:42] is the sub-list for method input_type
|
|
19, // [19:19] is the sub-list for extension type_name
|
|
19, // [19:19] is the sub-list for extension extendee
|
|
0, // [0:19] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_pb_artshow_proto_init() }
|
|
func file_pb_artshow_proto_init() {
|
|
if File_pb_artshow_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_pb_artshow_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SaveShowReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SaveShowRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CommonRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowDetailReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtworkDetailReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowDetail); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowDetailRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowArtworkDetailRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowListReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowListForArtworkReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowListRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowListForArtworkRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DelShowReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtworkDetail); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtworkPriceDetail); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtworkPriceListRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DelArtworkDetail); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowStatisticalInfoReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowStatisticalInfoRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtworkPriceReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtworkPriceRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowRel); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DelShowRel); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SaveApplyReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SaveApplyRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ApplyListReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ApplyListRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ApplyShowReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ApplyShowRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ApplyDetail); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowRelListReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowRelListRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateApplyStatusReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DelApplyReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CancelShowReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtworkReward); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateArtworkRewardReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtworkSaleAddress); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateArtworkSaleAddressReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowStatusReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowStatus); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowStatusRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SaleAddressReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SaleAddress); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*SaleAddressRes); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ShowStatisticalInfoRes_Num); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artshow_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtworkPriceRes_PriceInfo); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_pb_artshow_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 47,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_pb_artshow_proto_goTypes,
|
|
DependencyIndexes: file_pb_artshow_proto_depIdxs,
|
|
MessageInfos: file_pb_artshow_proto_msgTypes,
|
|
}.Build()
|
|
File_pb_artshow_proto = out.File
|
|
file_pb_artshow_proto_rawDesc = nil
|
|
file_pb_artshow_proto_goTypes = nil
|
|
file_pb_artshow_proto_depIdxs = nil
|
|
}
|