fonchain-artistinfo/pb/artwork/artwork.pb.go
2023-01-18 17:03:15 +08:00

1626 lines
55 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.26.0
// protoc v3.9.0
// source: api/artwork/artwork.proto
package artwork
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 ListInterfaceRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Total int64 `protobuf:"varint,1,opt,name=Total,json=total,proto3" json:"Total,omitempty"`
// repeated []byte Data = 2 [json_name = "data"];
Data []byte `protobuf:"bytes,2,opt,name=Data,json=data,proto3" json:"Data,omitempty"`
Msg string `protobuf:"bytes,3,opt,name=Msg,json=msg,proto3" json:"Msg,omitempty"`
}
func (x *ListInterfaceRespond) Reset() {
*x = ListInterfaceRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ListInterfaceRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ListInterfaceRespond) ProtoMessage() {}
func (x *ListInterfaceRespond) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 ListInterfaceRespond.ProtoReflect.Descriptor instead.
func (*ListInterfaceRespond) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{0}
}
func (x *ListInterfaceRespond) GetTotal() int64 {
if x != nil {
return x.Total
}
return 0
}
func (x *ListInterfaceRespond) GetData() []byte {
if x != nil {
return x.Data
}
return nil
}
func (x *ListInterfaceRespond) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
type ArtworkListRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
BatchId int64 `protobuf:"varint,1,opt,name=BatchId,json=batchId,proto3" json:"BatchId,omitempty"`
ArtistId int64 `protobuf:"varint,2,opt,name=ArtistId,json=artistId,proto3" json:"ArtistId,omitempty"`
Name string `protobuf:"bytes,3,opt,name=Name,json=name,proto3" json:"Name,omitempty"`
ArtistName string `protobuf:"bytes,4,opt,name=ArtistName,json=artistName,proto3" json:"ArtistName,omitempty"`
InvitedName string `protobuf:"bytes,5,opt,name=InvitedName,json=invitedName,proto3" json:"InvitedName,omitempty"`
IsImport int64 `protobuf:"varint,6,opt,name=IsImport,json=isImport,proto3" json:"IsImport,omitempty"`
State int64 `protobuf:"varint,7,opt,name=State,json=state,proto3" json:"State,omitempty"`
Page int64 `protobuf:"varint,8,opt,name=Page,json=page,proto3" json:"Page,omitempty"`
Num int64 `protobuf:"varint,9,opt,name=Num,json=num,proto3" json:"Num,omitempty"`
}
func (x *ArtworkListRequest) Reset() {
*x = ArtworkListRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ArtworkListRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ArtworkListRequest) ProtoMessage() {}
func (x *ArtworkListRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 ArtworkListRequest.ProtoReflect.Descriptor instead.
func (*ArtworkListRequest) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{1}
}
func (x *ArtworkListRequest) GetBatchId() int64 {
if x != nil {
return x.BatchId
}
return 0
}
func (x *ArtworkListRequest) GetArtistId() int64 {
if x != nil {
return x.ArtistId
}
return 0
}
func (x *ArtworkListRequest) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *ArtworkListRequest) GetArtistName() string {
if x != nil {
return x.ArtistName
}
return ""
}
func (x *ArtworkListRequest) GetInvitedName() string {
if x != nil {
return x.InvitedName
}
return ""
}
func (x *ArtworkListRequest) GetIsImport() int64 {
if x != nil {
return x.IsImport
}
return 0
}
func (x *ArtworkListRequest) GetState() int64 {
if x != nil {
return x.State
}
return 0
}
func (x *ArtworkListRequest) GetPage() int64 {
if x != nil {
return x.Page
}
return 0
}
func (x *ArtworkListRequest) GetNum() int64 {
if x != nil {
return x.Num
}
return 0
}
type ArtworkAddRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID,omitempty"`
ArtistId uint64 `protobuf:"varint,2,opt,name=ArtistId,json=artistId,proto3" json:"ArtistId,omitempty"`
Name string `protobuf:"bytes,3,opt,name=Name,json=name,proto3" json:"Name,omitempty"`
ModelYear string `protobuf:"bytes,4,opt,name=ModelYear,json=modelYear,proto3" json:"ModelYear,omitempty"`
Photo string `protobuf:"bytes,5,opt,name=Photo,json=photo,proto3" json:"Photo,omitempty"`
ArtistPhoto string `protobuf:"bytes,6,opt,name=ArtistPhoto,json=artistPhoto,proto3" json:"ArtistPhoto,omitempty"`
Width uint64 `protobuf:"varint,7,opt,name=Width,json=width,proto3" json:"Width,omitempty"`
CreateAddress []string `protobuf:"bytes,8,rep,name=CreateAddress,json=createAddress,proto3" json:"CreateAddress,omitempty"`
Height uint64 `protobuf:"varint,9,opt,name=Height,json=height,proto3" json:"Height,omitempty"`
Ruler uint64 `protobuf:"varint,10,opt,name=Ruler,json=ruler,proto3" json:"Ruler,omitempty"`
Introduct string `protobuf:"bytes,11,opt,name=Introduct,json=introduct,proto3" json:"Introduct,omitempty"`
AgeOfCreation string `protobuf:"bytes,12,opt,name=AgeOfCreation,json=ageOfCreation,proto3" json:"AgeOfCreation,omitempty"`
CreateAt string `protobuf:"bytes,13,opt,name=CreateAt,json=createAt,proto3" json:"CreateAt,omitempty"`
NetworkTrace bool `protobuf:"varint,14,opt,name=NetworkTrace,json=networkTrace,proto3" json:"NetworkTrace,omitempty"`
Url string `protobuf:"bytes,15,opt,name=Url,json=url,proto3" json:"Url,omitempty"`
State uint64 `protobuf:"varint,16,opt,name=State,json=state,proto3" json:"State,omitempty"`
}
func (x *ArtworkAddRequest) Reset() {
*x = ArtworkAddRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ArtworkAddRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ArtworkAddRequest) ProtoMessage() {}
func (x *ArtworkAddRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 ArtworkAddRequest.ProtoReflect.Descriptor instead.
func (*ArtworkAddRequest) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{2}
}
func (x *ArtworkAddRequest) GetID() uint64 {
if x != nil {
return x.ID
}
return 0
}
func (x *ArtworkAddRequest) GetArtistId() uint64 {
if x != nil {
return x.ArtistId
}
return 0
}
func (x *ArtworkAddRequest) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *ArtworkAddRequest) GetModelYear() string {
if x != nil {
return x.ModelYear
}
return ""
}
func (x *ArtworkAddRequest) GetPhoto() string {
if x != nil {
return x.Photo
}
return ""
}
func (x *ArtworkAddRequest) GetArtistPhoto() string {
if x != nil {
return x.ArtistPhoto
}
return ""
}
func (x *ArtworkAddRequest) GetWidth() uint64 {
if x != nil {
return x.Width
}
return 0
}
func (x *ArtworkAddRequest) GetCreateAddress() []string {
if x != nil {
return x.CreateAddress
}
return nil
}
func (x *ArtworkAddRequest) GetHeight() uint64 {
if x != nil {
return x.Height
}
return 0
}
func (x *ArtworkAddRequest) GetRuler() uint64 {
if x != nil {
return x.Ruler
}
return 0
}
func (x *ArtworkAddRequest) GetIntroduct() string {
if x != nil {
return x.Introduct
}
return ""
}
func (x *ArtworkAddRequest) GetAgeOfCreation() string {
if x != nil {
return x.AgeOfCreation
}
return ""
}
func (x *ArtworkAddRequest) GetCreateAt() string {
if x != nil {
return x.CreateAt
}
return ""
}
func (x *ArtworkAddRequest) GetNetworkTrace() bool {
if x != nil {
return x.NetworkTrace
}
return false
}
func (x *ArtworkAddRequest) GetUrl() string {
if x != nil {
return x.Url
}
return ""
}
func (x *ArtworkAddRequest) GetState() uint64 {
if x != nil {
return x.State
}
return 0
}
type ArtworkAddRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *ArtworkAddRespond) Reset() {
*x = ArtworkAddRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ArtworkAddRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ArtworkAddRespond) ProtoMessage() {}
func (x *ArtworkAddRespond) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 ArtworkAddRespond.ProtoReflect.Descriptor instead.
func (*ArtworkAddRespond) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{3}
}
type CheckUserLockRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID,omitempty"`
}
func (x *CheckUserLockRequest) Reset() {
*x = CheckUserLockRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CheckUserLockRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CheckUserLockRequest) ProtoMessage() {}
func (x *CheckUserLockRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 CheckUserLockRequest.ProtoReflect.Descriptor instead.
func (*CheckUserLockRequest) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{4}
}
func (x *CheckUserLockRequest) GetID() uint64 {
if x != nil {
return x.ID
}
return 0
}
type CheckUserLockRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *CheckUserLockRespond) Reset() {
*x = CheckUserLockRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CheckUserLockRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CheckUserLockRespond) ProtoMessage() {}
func (x *CheckUserLockRespond) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 CheckUserLockRespond.ProtoReflect.Descriptor instead.
func (*CheckUserLockRespond) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{5}
}
type UpdateArtworkRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID,omitempty"`
ArtistId uint64 `protobuf:"varint,2,opt,name=ArtistId,json=artistId,proto3" json:"ArtistId,omitempty"`
Name string `protobuf:"bytes,3,opt,name=Name,json=name,proto3" json:"Name,omitempty"`
ModelYear string `protobuf:"bytes,4,opt,name=ModelYear,json=modelYear,proto3" json:"ModelYear,omitempty"`
Photo string `protobuf:"bytes,5,opt,name=Photo,json=photo,proto3" json:"Photo,omitempty"`
ArtistPhoto string `protobuf:"bytes,6,opt,name=ArtistPhoto,json=artistPhoto,proto3" json:"ArtistPhoto,omitempty"`
Width uint64 `protobuf:"varint,7,opt,name=Width,json=width,proto3" json:"Width,omitempty"`
CreateAddress []string `protobuf:"bytes,8,rep,name=CreateAddress,json=createAddress,proto3" json:"CreateAddress,omitempty"`
Height uint64 `protobuf:"varint,9,opt,name=Height,json=height,proto3" json:"Height,omitempty"`
Ruler uint64 `protobuf:"varint,10,opt,name=Ruler,json=ruler,proto3" json:"Ruler,omitempty"`
Introduct string `protobuf:"bytes,11,opt,name=Introduct,json=introduct,proto3" json:"Introduct,omitempty"`
AgeOfCreation string `protobuf:"bytes,12,opt,name=AgeOfCreation,json=ageOfCreation,proto3" json:"AgeOfCreation,omitempty"`
CreateAt string `protobuf:"bytes,13,opt,name=CreateAt,json=createAt,proto3" json:"CreateAt,omitempty"`
NetworkTrace bool `protobuf:"varint,14,opt,name=NetworkTrace,json=networkTrace,proto3" json:"NetworkTrace,omitempty"`
Url string `protobuf:"bytes,15,opt,name=Url,json=url,proto3" json:"Url,omitempty"`
State uint64 `protobuf:"varint,16,opt,name=State,json=state,proto3" json:"State,omitempty"`
}
func (x *UpdateArtworkRequest) Reset() {
*x = UpdateArtworkRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UpdateArtworkRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UpdateArtworkRequest) ProtoMessage() {}
func (x *UpdateArtworkRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 UpdateArtworkRequest.ProtoReflect.Descriptor instead.
func (*UpdateArtworkRequest) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{6}
}
func (x *UpdateArtworkRequest) GetID() uint64 {
if x != nil {
return x.ID
}
return 0
}
func (x *UpdateArtworkRequest) GetArtistId() uint64 {
if x != nil {
return x.ArtistId
}
return 0
}
func (x *UpdateArtworkRequest) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *UpdateArtworkRequest) GetModelYear() string {
if x != nil {
return x.ModelYear
}
return ""
}
func (x *UpdateArtworkRequest) GetPhoto() string {
if x != nil {
return x.Photo
}
return ""
}
func (x *UpdateArtworkRequest) GetArtistPhoto() string {
if x != nil {
return x.ArtistPhoto
}
return ""
}
func (x *UpdateArtworkRequest) GetWidth() uint64 {
if x != nil {
return x.Width
}
return 0
}
func (x *UpdateArtworkRequest) GetCreateAddress() []string {
if x != nil {
return x.CreateAddress
}
return nil
}
func (x *UpdateArtworkRequest) GetHeight() uint64 {
if x != nil {
return x.Height
}
return 0
}
func (x *UpdateArtworkRequest) GetRuler() uint64 {
if x != nil {
return x.Ruler
}
return 0
}
func (x *UpdateArtworkRequest) GetIntroduct() string {
if x != nil {
return x.Introduct
}
return ""
}
func (x *UpdateArtworkRequest) GetAgeOfCreation() string {
if x != nil {
return x.AgeOfCreation
}
return ""
}
func (x *UpdateArtworkRequest) GetCreateAt() string {
if x != nil {
return x.CreateAt
}
return ""
}
func (x *UpdateArtworkRequest) GetNetworkTrace() bool {
if x != nil {
return x.NetworkTrace
}
return false
}
func (x *UpdateArtworkRequest) GetUrl() string {
if x != nil {
return x.Url
}
return ""
}
func (x *UpdateArtworkRequest) GetState() uint64 {
if x != nil {
return x.State
}
return 0
}
type UpdateArtworkRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *UpdateArtworkRespond) Reset() {
*x = UpdateArtworkRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UpdateArtworkRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UpdateArtworkRespond) ProtoMessage() {}
func (x *UpdateArtworkRespond) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 UpdateArtworkRespond.ProtoReflect.Descriptor instead.
func (*UpdateArtworkRespond) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{7}
}
type GetArtworkListRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID,omitempty"`
}
func (x *GetArtworkListRequest) Reset() {
*x = GetArtworkListRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetArtworkListRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetArtworkListRequest) ProtoMessage() {}
func (x *GetArtworkListRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 GetArtworkListRequest.ProtoReflect.Descriptor instead.
func (*GetArtworkListRequest) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{8}
}
func (x *GetArtworkListRequest) GetID() uint64 {
if x != nil {
return x.ID
}
return 0
}
type GetArtworkListRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Data []*UpdateArtworkRequest `protobuf:"bytes,1,rep,name=Data,json=data,proto3" json:"Data,omitempty"`
}
func (x *GetArtworkListRespond) Reset() {
*x = GetArtworkListRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetArtworkListRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetArtworkListRespond) ProtoMessage() {}
func (x *GetArtworkListRespond) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 GetArtworkListRespond.ProtoReflect.Descriptor instead.
func (*GetArtworkListRespond) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{9}
}
func (x *GetArtworkListRespond) GetData() []*UpdateArtworkRequest {
if x != nil {
return x.Data
}
return nil
}
type GetArtworkRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID,omitempty"`
}
func (x *GetArtworkRequest) Reset() {
*x = GetArtworkRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetArtworkRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetArtworkRequest) ProtoMessage() {}
func (x *GetArtworkRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 GetArtworkRequest.ProtoReflect.Descriptor instead.
func (*GetArtworkRequest) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{10}
}
func (x *GetArtworkRequest) GetID() uint64 {
if x != nil {
return x.ID
}
return 0
}
type GetArtworkRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID,omitempty"`
ArtistId uint64 `protobuf:"varint,2,opt,name=ArtistId,json=artistId,proto3" json:"ArtistId,omitempty"`
Name string `protobuf:"bytes,3,opt,name=Name,json=name,proto3" json:"Name,omitempty"`
ModelYear string `protobuf:"bytes,4,opt,name=ModelYear,json=modelYear,proto3" json:"ModelYear,omitempty"`
Photo string `protobuf:"bytes,5,opt,name=Photo,json=photo,proto3" json:"Photo,omitempty"`
ArtistPhoto string `protobuf:"bytes,6,opt,name=ArtistPhoto,json=artistPhoto,proto3" json:"ArtistPhoto,omitempty"`
Width uint64 `protobuf:"varint,7,opt,name=Width,json=width,proto3" json:"Width,omitempty"`
CreateAddress []string `protobuf:"bytes,8,rep,name=CreateAddress,json=createAddress,proto3" json:"CreateAddress,omitempty"`
Height uint64 `protobuf:"varint,9,opt,name=Height,json=height,proto3" json:"Height,omitempty"`
Ruler uint64 `protobuf:"varint,10,opt,name=Ruler,json=ruler,proto3" json:"Ruler,omitempty"`
Introduct string `protobuf:"bytes,11,opt,name=Introduct,json=introduct,proto3" json:"Introduct,omitempty"`
AgeOfCreation string `protobuf:"bytes,12,opt,name=AgeOfCreation,json=ageOfCreation,proto3" json:"AgeOfCreation,omitempty"`
CreateAt string `protobuf:"bytes,13,opt,name=CreateAt,json=createAt,proto3" json:"CreateAt,omitempty"`
NetworkTrace bool `protobuf:"varint,14,opt,name=NetworkTrace,json=networkTrace,proto3" json:"NetworkTrace,omitempty"`
Url string `protobuf:"bytes,15,opt,name=Url,json=url,proto3" json:"Url,omitempty"`
State uint64 `protobuf:"varint,16,opt,name=State,json=state,proto3" json:"State,omitempty"`
}
func (x *GetArtworkRespond) Reset() {
*x = GetArtworkRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetArtworkRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetArtworkRespond) ProtoMessage() {}
func (x *GetArtworkRespond) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 GetArtworkRespond.ProtoReflect.Descriptor instead.
func (*GetArtworkRespond) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{11}
}
func (x *GetArtworkRespond) GetID() uint64 {
if x != nil {
return x.ID
}
return 0
}
func (x *GetArtworkRespond) GetArtistId() uint64 {
if x != nil {
return x.ArtistId
}
return 0
}
func (x *GetArtworkRespond) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *GetArtworkRespond) GetModelYear() string {
if x != nil {
return x.ModelYear
}
return ""
}
func (x *GetArtworkRespond) GetPhoto() string {
if x != nil {
return x.Photo
}
return ""
}
func (x *GetArtworkRespond) GetArtistPhoto() string {
if x != nil {
return x.ArtistPhoto
}
return ""
}
func (x *GetArtworkRespond) GetWidth() uint64 {
if x != nil {
return x.Width
}
return 0
}
func (x *GetArtworkRespond) GetCreateAddress() []string {
if x != nil {
return x.CreateAddress
}
return nil
}
func (x *GetArtworkRespond) GetHeight() uint64 {
if x != nil {
return x.Height
}
return 0
}
func (x *GetArtworkRespond) GetRuler() uint64 {
if x != nil {
return x.Ruler
}
return 0
}
func (x *GetArtworkRespond) GetIntroduct() string {
if x != nil {
return x.Introduct
}
return ""
}
func (x *GetArtworkRespond) GetAgeOfCreation() string {
if x != nil {
return x.AgeOfCreation
}
return ""
}
func (x *GetArtworkRespond) GetCreateAt() string {
if x != nil {
return x.CreateAt
}
return ""
}
func (x *GetArtworkRespond) GetNetworkTrace() bool {
if x != nil {
return x.NetworkTrace
}
return false
}
func (x *GetArtworkRespond) GetUrl() string {
if x != nil {
return x.Url
}
return ""
}
func (x *GetArtworkRespond) GetState() uint64 {
if x != nil {
return x.State
}
return 0
}
type DelArtworkRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id uint64 `protobuf:"varint,1,opt,name=Id,json=id,proto3" json:"Id,omitempty"`
ArtistId uint64 `protobuf:"varint,2,opt,name=ArtistId,json=artistId,proto3" json:"ArtistId,omitempty"`
}
func (x *DelArtworkRequest) Reset() {
*x = DelArtworkRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DelArtworkRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DelArtworkRequest) ProtoMessage() {}
func (x *DelArtworkRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 DelArtworkRequest.ProtoReflect.Descriptor instead.
func (*DelArtworkRequest) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{12}
}
func (x *DelArtworkRequest) GetId() uint64 {
if x != nil {
return x.Id
}
return 0
}
func (x *DelArtworkRequest) GetArtistId() uint64 {
if x != nil {
return x.ArtistId
}
return 0
}
type DelArtworkRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *DelArtworkRespond) Reset() {
*x = DelArtworkRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DelArtworkRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DelArtworkRespond) ProtoMessage() {}
func (x *DelArtworkRespond) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 DelArtworkRespond.ProtoReflect.Descriptor instead.
func (*DelArtworkRespond) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{13}
}
type UploadArtworkRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID,omitempty"`
}
func (x *UploadArtworkRequest) Reset() {
*x = UploadArtworkRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UploadArtworkRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UploadArtworkRequest) ProtoMessage() {}
func (x *UploadArtworkRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 UploadArtworkRequest.ProtoReflect.Descriptor instead.
func (*UploadArtworkRequest) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{14}
}
func (x *UploadArtworkRequest) GetID() uint64 {
if x != nil {
return x.ID
}
return 0
}
type UploadArtworkRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *UploadArtworkRespond) Reset() {
*x = UploadArtworkRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_api_artwork_artwork_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UploadArtworkRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UploadArtworkRespond) ProtoMessage() {}
func (x *UploadArtworkRespond) ProtoReflect() protoreflect.Message {
mi := &file_api_artwork_artwork_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 UploadArtworkRespond.ProtoReflect.Descriptor instead.
func (*UploadArtworkRespond) Descriptor() ([]byte, []int) {
return file_api_artwork_artwork_proto_rawDescGZIP(), []int{15}
}
var File_api_artwork_artwork_proto protoreflect.FileDescriptor
var file_api_artwork_artwork_proto_rawDesc = []byte{
0x0a, 0x19, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2f, 0x61, 0x72,
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x41, 0x72, 0x74,
0x77, 0x6f, 0x72, 0x6b, 0x22, 0x52, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x74, 0x65,
0x72, 0x66, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x14, 0x0a, 0x05,
0x54, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74,
0x61, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c,
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, 0xf8, 0x01, 0x0a, 0x12, 0x41, 0x72, 0x74,
0x77, 0x6f, 0x72, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
0x18, 0x0a, 0x07, 0x42, 0x61, 0x74, 0x63, 0x68, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
0x52, 0x07, 0x62, 0x61, 0x74, 0x63, 0x68, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x41, 0x72, 0x74,
0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x61, 0x72, 0x74,
0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20,
0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x41, 0x72, 0x74,
0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61,
0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x49, 0x6e, 0x76,
0x69, 0x74, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x49,
0x73, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x69,
0x73, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65,
0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a,
0x04, 0x50, 0x61, 0x67, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67,
0x65, 0x12, 0x10, 0x0a, 0x03, 0x4e, 0x75, 0x6d, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03,
0x6e, 0x75, 0x6d, 0x22, 0xbf, 0x03, 0x0a, 0x11, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x41,
0x64, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18,
0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x41, 0x72, 0x74,
0x69, 0x73, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x61, 0x72, 0x74,
0x69, 0x73, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20,
0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x4d, 0x6f, 0x64,
0x65, 0x6c, 0x59, 0x65, 0x61, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x6f,
0x64, 0x65, 0x6c, 0x59, 0x65, 0x61, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x50, 0x68, 0x6f, 0x74, 0x6f,
0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x20, 0x0a,
0x0b, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x06, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0b, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x12,
0x14, 0x0a, 0x05, 0x57, 0x69, 0x64, 0x74, 0x68, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05,
0x77, 0x69, 0x64, 0x74, 0x68, 0x12, 0x24, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41,
0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x72,
0x65, 0x61, 0x74, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x48,
0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x68, 0x65, 0x69,
0x67, 0x68, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x52, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01,
0x28, 0x04, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x49, 0x6e, 0x74,
0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e,
0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x41, 0x67, 0x65, 0x4f, 0x66,
0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
0x61, 0x67, 0x65, 0x4f, 0x66, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a,
0x08, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52,
0x08, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x4e, 0x65, 0x74,
0x77, 0x6f, 0x72, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52,
0x0c, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x12, 0x10, 0x0a,
0x03, 0x55, 0x72, 0x6c, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12,
0x14, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05,
0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0x13, 0x0a, 0x11, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b,
0x41, 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x26, 0x0a, 0x14, 0x43, 0x68,
0x65, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65,
0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02,
0x69, 0x64, 0x22, 0x16, 0x0a, 0x14, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x4c,
0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0xc2, 0x03, 0x0a, 0x14, 0x55,
0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65, 0x71, 0x75,
0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52,
0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x18,
0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x64, 0x12,
0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e,
0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x59, 0x65, 0x61, 0x72,
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x59, 0x65, 0x61,
0x72, 0x12, 0x14, 0x0a, 0x05, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
0x52, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x41, 0x72, 0x74, 0x69, 0x73,
0x74, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x72,
0x74, 0x69, 0x73, 0x74, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x57, 0x69, 0x64,
0x74, 0x68, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, 0x12,
0x24, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64,
0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x48, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18,
0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x14, 0x0a,
0x05, 0x52, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x72, 0x75,
0x6c, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x49, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74,
0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x74, 0x72, 0x6f, 0x64, 0x75, 0x63,
0x74, 0x12, 0x24, 0x0a, 0x0d, 0x41, 0x67, 0x65, 0x4f, 0x66, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x67, 0x65, 0x4f, 0x66, 0x43,
0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x43, 0x72, 0x65, 0x61, 0x74,
0x65, 0x41, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x72, 0x65, 0x61, 0x74,
0x65, 0x41, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x54, 0x72,
0x61, 0x63, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x6e, 0x65, 0x74, 0x77, 0x6f,
0x72, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x55, 0x72, 0x6c, 0x18, 0x0f,
0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x53, 0x74, 0x61,
0x74, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22,
0x16, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x27, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x41, 0x72,
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64,
0x22, 0x4a, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4c, 0x69,
0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x31, 0x0a, 0x04, 0x44, 0x61, 0x74,
0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72,
0x6b, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x23, 0x0a, 0x11,
0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69,
0x64, 0x22, 0xbf, 0x03, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20,
0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x41, 0x72, 0x74, 0x69, 0x73,
0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x61, 0x72, 0x74, 0x69, 0x73,
0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x4d, 0x6f, 0x64, 0x65, 0x6c,
0x59, 0x65, 0x61, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x6f, 0x64, 0x65,
0x6c, 0x59, 0x65, 0x61, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x05,
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x20, 0x0a, 0x0b, 0x41,
0x72, 0x74, 0x69, 0x73, 0x74, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0b, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x12, 0x14, 0x0a,
0x05, 0x57, 0x69, 0x64, 0x74, 0x68, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x77, 0x69,
0x64, 0x74, 0x68, 0x12, 0x24, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, 0x64,
0x72, 0x65, 0x73, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x72, 0x65, 0x61,
0x74, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x48, 0x65, 0x69,
0x67, 0x68, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68,
0x74, 0x12, 0x14, 0x0a, 0x05, 0x52, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x04,
0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x49, 0x6e, 0x74, 0x72, 0x6f,
0x64, 0x75, 0x63, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x74, 0x72,
0x6f, 0x64, 0x75, 0x63, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x41, 0x67, 0x65, 0x4f, 0x66, 0x43, 0x72,
0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x67,
0x65, 0x4f, 0x66, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x43,
0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63,
0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x4e, 0x65, 0x74, 0x77, 0x6f,
0x72, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x6e,
0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x55,
0x72, 0x6c, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x14, 0x0a,
0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x04, 0x52, 0x05, 0x73, 0x74,
0x61, 0x74, 0x65, 0x22, 0x3f, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72,
0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01,
0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x41, 0x72, 0x74, 0x69,
0x73, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x61, 0x72, 0x74, 0x69,
0x73, 0x74, 0x49, 0x64, 0x22, 0x13, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x41, 0x72, 0x74, 0x77, 0x6f,
0x72, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x26, 0x0a, 0x14, 0x55, 0x70, 0x6c,
0x6f, 0x61, 0x64, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69,
0x64, 0x22, 0x16, 0x0a, 0x14, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x41, 0x72, 0x74, 0x77, 0x6f,
0x72, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x32, 0xa8, 0x04, 0x0a, 0x07, 0x41, 0x72,
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x12, 0x46, 0x0a, 0x0a, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b,
0x41, 0x64, 0x64, 0x12, 0x1a, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x41, 0x72,
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
0x1a, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72,
0x6b, 0x41, 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x4f, 0x0a,
0x0d, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x6f, 0x63, 0x6b, 0x12, 0x1d,
0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73,
0x65, 0x72, 0x4c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e,
0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65,
0x72, 0x4c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x4f,
0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x12,
0x1d, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d,
0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41,
0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12,
0x52, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4c, 0x69, 0x73,
0x74, 0x12, 0x1e, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x47, 0x65, 0x74, 0x41,
0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x1a, 0x1e, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x47, 0x65, 0x74, 0x41,
0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
0x64, 0x22, 0x00, 0x12, 0x46, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72,
0x6b, 0x12, 0x1a, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x47, 0x65, 0x74, 0x41,
0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e,
0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x77, 0x6f,
0x72, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x46, 0x0a, 0x0a, 0x44,
0x65, 0x6c, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x12, 0x1a, 0x2e, 0x41, 0x72, 0x74, 0x77,
0x6f, 0x72, 0x6b, 0x2e, 0x44, 0x65, 0x6c, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65,
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e,
0x44, 0x65, 0x6c, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
0x64, 0x22, 0x00, 0x12, 0x4f, 0x0a, 0x0d, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x41, 0x72, 0x74,
0x77, 0x6f, 0x72, 0x6b, 0x12, 0x1d, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x55,
0x70, 0x6c, 0x6f, 0x61, 0x64, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65, 0x71, 0x75,
0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x55, 0x70,
0x6c, 0x6f, 0x61, 0x64, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x64, 0x22, 0x00, 0x42, 0x0c, 0x5a, 0x0a, 0x2e, 0x2f, 0x3b, 0x61, 0x72, 0x74, 0x77, 0x6f,
0x72, 0x6b, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_api_artwork_artwork_proto_rawDescOnce sync.Once
file_api_artwork_artwork_proto_rawDescData = file_api_artwork_artwork_proto_rawDesc
)
func file_api_artwork_artwork_proto_rawDescGZIP() []byte {
file_api_artwork_artwork_proto_rawDescOnce.Do(func() {
file_api_artwork_artwork_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_artwork_artwork_proto_rawDescData)
})
return file_api_artwork_artwork_proto_rawDescData
}
var file_api_artwork_artwork_proto_msgTypes = make([]protoimpl.MessageInfo, 16)
var file_api_artwork_artwork_proto_goTypes = []interface{}{
(*ListInterfaceRespond)(nil), // 0: Artwork.ListInterfaceRespond
(*ArtworkListRequest)(nil), // 1: Artwork.ArtworkListRequest
(*ArtworkAddRequest)(nil), // 2: Artwork.ArtworkAddRequest
(*ArtworkAddRespond)(nil), // 3: Artwork.ArtworkAddRespond
(*CheckUserLockRequest)(nil), // 4: Artwork.CheckUserLockRequest
(*CheckUserLockRespond)(nil), // 5: Artwork.CheckUserLockRespond
(*UpdateArtworkRequest)(nil), // 6: Artwork.UpdateArtworkRequest
(*UpdateArtworkRespond)(nil), // 7: Artwork.UpdateArtworkRespond
(*GetArtworkListRequest)(nil), // 8: Artwork.GetArtworkListRequest
(*GetArtworkListRespond)(nil), // 9: Artwork.GetArtworkListRespond
(*GetArtworkRequest)(nil), // 10: Artwork.GetArtworkRequest
(*GetArtworkRespond)(nil), // 11: Artwork.GetArtworkRespond
(*DelArtworkRequest)(nil), // 12: Artwork.DelArtworkRequest
(*DelArtworkRespond)(nil), // 13: Artwork.DelArtworkRespond
(*UploadArtworkRequest)(nil), // 14: Artwork.UploadArtworkRequest
(*UploadArtworkRespond)(nil), // 15: Artwork.UploadArtworkRespond
}
var file_api_artwork_artwork_proto_depIdxs = []int32{
6, // 0: Artwork.GetArtworkListRespond.Data:type_name -> Artwork.UpdateArtworkRequest
2, // 1: Artwork.Artwork.ArtworkAdd:input_type -> Artwork.ArtworkAddRequest
4, // 2: Artwork.Artwork.CheckUserLock:input_type -> Artwork.CheckUserLockRequest
6, // 3: Artwork.Artwork.UpdateArtwork:input_type -> Artwork.UpdateArtworkRequest
8, // 4: Artwork.Artwork.GetArtworkList:input_type -> Artwork.GetArtworkListRequest
10, // 5: Artwork.Artwork.GetArtwork:input_type -> Artwork.GetArtworkRequest
12, // 6: Artwork.Artwork.DelArtwork:input_type -> Artwork.DelArtworkRequest
14, // 7: Artwork.Artwork.UploadArtwork:input_type -> Artwork.UploadArtworkRequest
3, // 8: Artwork.Artwork.ArtworkAdd:output_type -> Artwork.ArtworkAddRespond
5, // 9: Artwork.Artwork.CheckUserLock:output_type -> Artwork.CheckUserLockRespond
7, // 10: Artwork.Artwork.UpdateArtwork:output_type -> Artwork.UpdateArtworkRespond
9, // 11: Artwork.Artwork.GetArtworkList:output_type -> Artwork.GetArtworkListRespond
11, // 12: Artwork.Artwork.GetArtwork:output_type -> Artwork.GetArtworkRespond
13, // 13: Artwork.Artwork.DelArtwork:output_type -> Artwork.DelArtworkRespond
15, // 14: Artwork.Artwork.UploadArtwork:output_type -> Artwork.UploadArtworkRespond
8, // [8:15] is the sub-list for method output_type
1, // [1:8] is the sub-list for method input_type
1, // [1:1] is the sub-list for extension type_name
1, // [1:1] is the sub-list for extension extendee
0, // [0:1] is the sub-list for field type_name
}
func init() { file_api_artwork_artwork_proto_init() }
func file_api_artwork_artwork_proto_init() {
if File_api_artwork_artwork_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_api_artwork_artwork_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ListInterfaceRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ArtworkListRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ArtworkAddRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ArtworkAddRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CheckUserLockRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CheckUserLockRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UpdateArtworkRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UpdateArtworkRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetArtworkListRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetArtworkListRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetArtworkRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetArtworkRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DelArtworkRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DelArtworkRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UploadArtworkRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_artwork_artwork_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*UploadArtworkRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_api_artwork_artwork_proto_rawDesc,
NumEnums: 0,
NumMessages: 16,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_api_artwork_artwork_proto_goTypes,
DependencyIndexes: file_api_artwork_artwork_proto_depIdxs,
MessageInfos: file_api_artwork_artwork_proto_msgTypes,
}.Build()
File_api_artwork_artwork_proto = out.File
file_api_artwork_artwork_proto_rawDesc = nil
file_api_artwork_artwork_proto_goTypes = nil
file_api_artwork_artwork_proto_depIdxs = nil
}