fonchain-artistinfo/pb/contract/contract.pb.go

1377 lines
47 KiB
Go
Raw Normal View History

2023-01-18 09:03:15 +00:00
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.26.0
// protoc v3.9.0
// source: api/contract/contract.proto
package contract
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 FinishContractRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2023-02-15 01:39:14 +00:00
TransactionId string `protobuf:"bytes,1,opt,name=TransactionId,json=transactionId,proto3" json:"TransactionId"`
2023-01-18 09:03:15 +00:00
}
func (x *FinishContractRequest) Reset() {
*x = FinishContractRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_api_contract_contract_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *FinishContractRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FinishContractRequest) ProtoMessage() {}
func (x *FinishContractRequest) ProtoReflect() protoreflect.Message {
mi := &file_api_contract_contract_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 FinishContractRequest.ProtoReflect.Descriptor instead.
func (*FinishContractRequest) Descriptor() ([]byte, []int) {
return file_api_contract_contract_proto_rawDescGZIP(), []int{0}
}
func (x *FinishContractRequest) GetTransactionId() string {
if x != nil {
return x.TransactionId
}
return ""
}
type FinishContractRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *FinishContractRespond) Reset() {
*x = FinishContractRespond{}
if protoimpl.UnsafeEnabled {
mi := &file_api_contract_contract_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *FinishContractRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FinishContractRespond) ProtoMessage() {}
func (x *FinishContractRespond) ProtoReflect() protoreflect.Message {
mi := &file_api_contract_contract_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 FinishContractRespond.ProtoReflect.Descriptor instead.
func (*FinishContractRespond) Descriptor() ([]byte, []int) {
return file_api_contract_contract_proto_rawDescGZIP(), []int{1}
}
type ContractListRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2023-02-15 01:39:14 +00:00
PageSize int64 `protobuf:"varint,1,opt,name=PageSize,json=pageSize,proto3" json:"PageSize"`
Page int64 `protobuf:"varint,2,opt,name=Page,json=page,proto3" json:"Page"`
State int64 `protobuf:"varint,3,opt,name=State,json=state,proto3" json:"State"`
ID int64 `protobuf:"varint,4,opt,name=ID,json=id,proto3" json:"ID"`
2023-01-18 09:03:15 +00:00
}
func (x *ContractListRequest) Reset() {
*x = ContractListRequest{}
if protoimpl.UnsafeEnabled {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[2]
2023-01-18 09:03:15 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ContractListRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ContractListRequest) ProtoMessage() {}
func (x *ContractListRequest) ProtoReflect() protoreflect.Message {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[2]
2023-01-18 09:03:15 +00:00
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 ContractListRequest.ProtoReflect.Descriptor instead.
func (*ContractListRequest) Descriptor() ([]byte, []int) {
2023-02-06 01:33:09 +00:00
return file_api_contract_contract_proto_rawDescGZIP(), []int{2}
2023-01-18 09:03:15 +00:00
}
2023-02-06 01:33:09 +00:00
func (x *ContractListRequest) GetPageSize() int64 {
2023-01-18 09:03:15 +00:00
if x != nil {
2023-02-06 01:33:09 +00:00
return x.PageSize
2023-01-18 09:03:15 +00:00
}
return 0
}
func (x *ContractListRequest) GetPage() int64 {
if x != nil {
return x.Page
}
return 0
}
func (x *ContractListRequest) GetState() int64 {
if x != nil {
return x.State
}
return 0
}
func (x *ContractListRequest) GetID() int64 {
if x != nil {
return x.ID
}
return 0
}
type ContractListRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2023-02-15 01:39:14 +00:00
Data []*ContractData `protobuf:"bytes,1,rep,name=Data,proto3" json:"Data"`
2023-01-18 09:03:15 +00:00
}
func (x *ContractListRespond) Reset() {
*x = ContractListRespond{}
if protoimpl.UnsafeEnabled {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[3]
2023-01-18 09:03:15 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ContractListRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ContractListRespond) ProtoMessage() {}
func (x *ContractListRespond) ProtoReflect() protoreflect.Message {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[3]
2023-01-18 09:03:15 +00:00
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 ContractListRespond.ProtoReflect.Descriptor instead.
func (*ContractListRespond) Descriptor() ([]byte, []int) {
2023-02-06 01:33:09 +00:00
return file_api_contract_contract_proto_rawDescGZIP(), []int{3}
2023-01-18 09:03:15 +00:00
}
func (x *ContractListRespond) GetData() []*ContractData {
if x != nil {
return x.Data
}
return nil
}
type ContractData struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2023-02-15 01:39:14 +00:00
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID"`
UserId int64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId"`
CardId string `protobuf:"bytes,3,opt,name=CardId,json=cardId,proto3" json:"CardId"`
MgmtUserId string `protobuf:"bytes,4,opt,name=MgmtUserId,json=mgmtUserId,proto3" json:"MgmtUserId"`
ArtworkId string `protobuf:"bytes,5,opt,name=ArtworkId,json=artworkId,proto3" json:"ArtworkId"`
ContractId string `protobuf:"bytes,6,opt,name=ContractId,json=contractId,proto3" json:"ContractId"`
TransactionId string `protobuf:"bytes,7,opt,name=TransactionId,json=transactionId,proto3" json:"TransactionId"`
Type int64 `protobuf:"varint,8,opt,name=Type,json=type,proto3" json:"Type"`
BatchId int64 `protobuf:"varint,9,opt,name=BatchId,json=batchId,proto3" json:"BatchId"`
BatchName string `protobuf:"bytes,10,opt,name=BatchName,json=batchName,proto3" json:"BatchName"`
ViewUrl string `protobuf:"bytes,11,opt,name=ViewUrl,json=viewUrl,proto3" json:"ViewUrl"`
DownloadUrl string `protobuf:"bytes,12,opt,name=DownloadUrl,json=downloadUrl,proto3" json:"DownloadUrl"`
State int64 `protobuf:"varint,13,opt,name=State,json=state,proto3" json:"State"`
UpdateTime string `protobuf:"bytes,14,opt,name=UpdateTime,json=updateTime,proto3" json:"UpdateTime"`
CreateTime string `protobuf:"bytes,15,opt,name=CreateTime,json=createTime,proto3" json:"CreateTime"`
ExpirationTime string `protobuf:"bytes,16,opt,name=ExpirationTime,json=expirationTime,proto3" json:"ExpirationTime"`
SignTime string `protobuf:"bytes,17,opt,name=SignTime,json=signTime,proto3" json:"SignTime"`
2023-01-18 09:03:15 +00:00
}
func (x *ContractData) Reset() {
*x = ContractData{}
if protoimpl.UnsafeEnabled {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[4]
2023-01-18 09:03:15 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ContractData) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ContractData) ProtoMessage() {}
func (x *ContractData) ProtoReflect() protoreflect.Message {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[4]
2023-01-18 09:03:15 +00:00
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 ContractData.ProtoReflect.Descriptor instead.
func (*ContractData) Descriptor() ([]byte, []int) {
2023-02-06 01:33:09 +00:00
return file_api_contract_contract_proto_rawDescGZIP(), []int{4}
2023-01-18 09:03:15 +00:00
}
func (x *ContractData) GetID() uint64 {
if x != nil {
return x.ID
}
return 0
}
func (x *ContractData) GetUserId() int64 {
if x != nil {
return x.UserId
}
return 0
}
func (x *ContractData) GetCardId() string {
if x != nil {
return x.CardId
}
return ""
}
func (x *ContractData) GetMgmtUserId() string {
if x != nil {
return x.MgmtUserId
}
return ""
}
func (x *ContractData) GetArtworkId() string {
if x != nil {
return x.ArtworkId
}
return ""
}
func (x *ContractData) GetContractId() string {
if x != nil {
return x.ContractId
}
return ""
}
func (x *ContractData) GetTransactionId() string {
if x != nil {
return x.TransactionId
}
return ""
}
func (x *ContractData) GetType() int64 {
if x != nil {
return x.Type
}
return 0
}
func (x *ContractData) GetBatchId() int64 {
if x != nil {
return x.BatchId
}
return 0
}
func (x *ContractData) GetBatchName() string {
if x != nil {
return x.BatchName
}
return ""
}
func (x *ContractData) GetViewUrl() string {
if x != nil {
return x.ViewUrl
}
return ""
}
func (x *ContractData) GetDownloadUrl() string {
if x != nil {
return x.DownloadUrl
}
return ""
}
func (x *ContractData) GetState() int64 {
if x != nil {
return x.State
}
return 0
}
func (x *ContractData) GetUpdateTime() string {
if x != nil {
return x.UpdateTime
}
return ""
}
func (x *ContractData) GetCreateTime() string {
if x != nil {
return x.CreateTime
}
return ""
}
func (x *ContractData) GetExpirationTime() string {
if x != nil {
return x.ExpirationTime
}
return ""
}
func (x *ContractData) GetSignTime() string {
if x != nil {
return x.SignTime
}
return ""
}
type ContractTxListRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2023-02-15 01:39:14 +00:00
PageSize int64 `protobuf:"varint,1,opt,name=PageSize,json=pageSize,proto3" json:"PageSize"`
Page int64 `protobuf:"varint,2,opt,name=Page,json=page,proto3" json:"Page"`
State int64 `protobuf:"varint,3,opt,name=State,json=state,proto3" json:"State"`
ID int64 `protobuf:"varint,4,opt,name=ID,json=id,proto3" json:"ID"`
2023-01-18 09:03:15 +00:00
}
func (x *ContractTxListRequest) Reset() {
*x = ContractTxListRequest{}
if protoimpl.UnsafeEnabled {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[5]
2023-01-18 09:03:15 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ContractTxListRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ContractTxListRequest) ProtoMessage() {}
func (x *ContractTxListRequest) ProtoReflect() protoreflect.Message {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[5]
2023-01-18 09:03:15 +00:00
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 ContractTxListRequest.ProtoReflect.Descriptor instead.
func (*ContractTxListRequest) Descriptor() ([]byte, []int) {
2023-02-06 01:33:09 +00:00
return file_api_contract_contract_proto_rawDescGZIP(), []int{5}
2023-01-18 09:03:15 +00:00
}
2023-02-06 01:33:09 +00:00
func (x *ContractTxListRequest) GetPageSize() int64 {
2023-01-18 09:03:15 +00:00
if x != nil {
2023-02-06 01:33:09 +00:00
return x.PageSize
2023-01-18 09:03:15 +00:00
}
return 0
}
func (x *ContractTxListRequest) GetPage() int64 {
if x != nil {
return x.Page
}
return 0
}
func (x *ContractTxListRequest) GetState() int64 {
if x != nil {
return x.State
}
return 0
}
func (x *ContractTxListRequest) GetID() int64 {
if x != nil {
return x.ID
}
return 0
}
type ContractTxListRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2023-02-15 01:39:14 +00:00
Data []*ContractData `protobuf:"bytes,1,rep,name=Data,proto3" json:"Data"`
2023-01-18 09:03:15 +00:00
}
func (x *ContractTxListRespond) Reset() {
*x = ContractTxListRespond{}
if protoimpl.UnsafeEnabled {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[6]
2023-01-18 09:03:15 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ContractTxListRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ContractTxListRespond) ProtoMessage() {}
func (x *ContractTxListRespond) ProtoReflect() protoreflect.Message {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[6]
2023-01-18 09:03:15 +00:00
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 ContractTxListRespond.ProtoReflect.Descriptor instead.
func (*ContractTxListRespond) Descriptor() ([]byte, []int) {
2023-02-06 01:33:09 +00:00
return file_api_contract_contract_proto_rawDescGZIP(), []int{6}
2023-01-18 09:03:15 +00:00
}
func (x *ContractTxListRespond) GetData() []*ContractData {
if x != nil {
return x.Data
}
return nil
}
type SignContractRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2023-02-15 01:39:14 +00:00
ContractId int64 `protobuf:"varint,1,opt,name=ContractId,json=contractId,proto3" json:"ContractId"`
HtmlType string `protobuf:"bytes,2,opt,name=HtmlType,json=htmlType,proto3" json:"HtmlType"`
EnvType string `protobuf:"bytes,3,opt,name=EnvType,json=envType,proto3" json:"EnvType"`
2023-01-18 09:03:15 +00:00
}
func (x *SignContractRequest) Reset() {
*x = SignContractRequest{}
if protoimpl.UnsafeEnabled {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[7]
2023-01-18 09:03:15 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SignContractRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SignContractRequest) ProtoMessage() {}
func (x *SignContractRequest) ProtoReflect() protoreflect.Message {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[7]
2023-01-18 09:03:15 +00:00
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 SignContractRequest.ProtoReflect.Descriptor instead.
func (*SignContractRequest) Descriptor() ([]byte, []int) {
2023-02-06 01:33:09 +00:00
return file_api_contract_contract_proto_rawDescGZIP(), []int{7}
2023-01-18 09:03:15 +00:00
}
func (x *SignContractRequest) GetContractId() int64 {
if x != nil {
return x.ContractId
}
return 0
}
func (x *SignContractRequest) GetHtmlType() string {
if x != nil {
return x.HtmlType
}
return ""
}
func (x *SignContractRequest) GetEnvType() string {
if x != nil {
return x.EnvType
}
return ""
}
type SignContractRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *SignContractRespond) Reset() {
*x = SignContractRespond{}
if protoimpl.UnsafeEnabled {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[8]
2023-01-18 09:03:15 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SignContractRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SignContractRespond) ProtoMessage() {}
func (x *SignContractRespond) ProtoReflect() protoreflect.Message {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[8]
2023-01-18 09:03:15 +00:00
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 SignContractRespond.ProtoReflect.Descriptor instead.
func (*SignContractRespond) Descriptor() ([]byte, []int) {
2023-02-06 01:33:09 +00:00
return file_api_contract_contract_proto_rawDescGZIP(), []int{8}
2023-01-18 09:03:15 +00:00
}
type GetContractRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2023-02-15 01:39:14 +00:00
Id int64 `protobuf:"varint,1,opt,name=Id,json=id,proto3" json:"Id"`
2023-01-18 09:03:15 +00:00
}
func (x *GetContractRequest) Reset() {
*x = GetContractRequest{}
if protoimpl.UnsafeEnabled {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[9]
2023-01-18 09:03:15 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetContractRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetContractRequest) ProtoMessage() {}
func (x *GetContractRequest) ProtoReflect() protoreflect.Message {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[9]
2023-01-18 09:03:15 +00:00
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 GetContractRequest.ProtoReflect.Descriptor instead.
func (*GetContractRequest) Descriptor() ([]byte, []int) {
2023-02-06 01:33:09 +00:00
return file_api_contract_contract_proto_rawDescGZIP(), []int{9}
2023-01-18 09:03:15 +00:00
}
func (x *GetContractRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
type UpdateContractRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2023-02-15 01:39:14 +00:00
ID uint64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID"`
UserId int64 `protobuf:"varint,2,opt,name=UserId,json=userId,proto3" json:"UserId"`
CardId string `protobuf:"bytes,3,opt,name=CardId,json=cardId,proto3" json:"CardId"`
MgmtUserId string `protobuf:"bytes,4,opt,name=MgmtUserId,json=mgmtUserId,proto3" json:"MgmtUserId"`
ArtworkId string `protobuf:"bytes,5,opt,name=ArtworkId,json=artworkId,proto3" json:"ArtworkId"`
ContractId string `protobuf:"bytes,6,opt,name=ContractId,json=contractId,proto3" json:"ContractId"`
TransactionId string `protobuf:"bytes,7,opt,name=TransactionId,json=transactionId,proto3" json:"TransactionId"`
Type int64 `protobuf:"varint,8,opt,name=Type,json=type,proto3" json:"Type"`
BatchId int64 `protobuf:"varint,9,opt,name=BatchId,json=batchId,proto3" json:"BatchId"`
BatchName string `protobuf:"bytes,10,opt,name=BatchName,json=batchName,proto3" json:"BatchName"`
ViewUrl string `protobuf:"bytes,11,opt,name=ViewUrl,json=viewUrl,proto3" json:"ViewUrl"`
DownloadUrl string `protobuf:"bytes,12,opt,name=DownloadUrl,json=downloadUrl,proto3" json:"DownloadUrl"`
State int64 `protobuf:"varint,13,opt,name=State,json=state,proto3" json:"State"`
UpdateTime string `protobuf:"bytes,14,opt,name=UpdateTime,json=updateTime,proto3" json:"UpdateTime"`
CreateTime string `protobuf:"bytes,15,opt,name=CreateTime,json=createTime,proto3" json:"CreateTime"`
ExpirationTime string `protobuf:"bytes,16,opt,name=ExpirationTime,json=expirationTime,proto3" json:"ExpirationTime"`
SignTime string `protobuf:"bytes,17,opt,name=SignTime,json=signTime,proto3" json:"SignTime"`
2023-01-18 09:03:15 +00:00
}
func (x *UpdateContractRequest) Reset() {
*x = UpdateContractRequest{}
if protoimpl.UnsafeEnabled {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[10]
2023-01-18 09:03:15 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UpdateContractRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UpdateContractRequest) ProtoMessage() {}
func (x *UpdateContractRequest) ProtoReflect() protoreflect.Message {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[10]
2023-01-18 09:03:15 +00:00
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 UpdateContractRequest.ProtoReflect.Descriptor instead.
func (*UpdateContractRequest) Descriptor() ([]byte, []int) {
2023-02-06 01:33:09 +00:00
return file_api_contract_contract_proto_rawDescGZIP(), []int{10}
2023-01-18 09:03:15 +00:00
}
func (x *UpdateContractRequest) GetID() uint64 {
if x != nil {
return x.ID
}
return 0
}
func (x *UpdateContractRequest) GetUserId() int64 {
if x != nil {
return x.UserId
}
return 0
}
func (x *UpdateContractRequest) GetCardId() string {
if x != nil {
return x.CardId
}
return ""
}
func (x *UpdateContractRequest) GetMgmtUserId() string {
if x != nil {
return x.MgmtUserId
}
return ""
}
func (x *UpdateContractRequest) GetArtworkId() string {
if x != nil {
return x.ArtworkId
}
return ""
}
func (x *UpdateContractRequest) GetContractId() string {
if x != nil {
return x.ContractId
}
return ""
}
func (x *UpdateContractRequest) GetTransactionId() string {
if x != nil {
return x.TransactionId
}
return ""
}
func (x *UpdateContractRequest) GetType() int64 {
if x != nil {
return x.Type
}
return 0
}
func (x *UpdateContractRequest) GetBatchId() int64 {
if x != nil {
return x.BatchId
}
return 0
}
func (x *UpdateContractRequest) GetBatchName() string {
if x != nil {
return x.BatchName
}
return ""
}
func (x *UpdateContractRequest) GetViewUrl() string {
if x != nil {
return x.ViewUrl
}
return ""
}
func (x *UpdateContractRequest) GetDownloadUrl() string {
if x != nil {
return x.DownloadUrl
}
return ""
}
func (x *UpdateContractRequest) GetState() int64 {
if x != nil {
return x.State
}
return 0
}
func (x *UpdateContractRequest) GetUpdateTime() string {
if x != nil {
return x.UpdateTime
}
return ""
}
func (x *UpdateContractRequest) GetCreateTime() string {
if x != nil {
return x.CreateTime
}
return ""
}
func (x *UpdateContractRequest) GetExpirationTime() string {
if x != nil {
return x.ExpirationTime
}
return ""
}
func (x *UpdateContractRequest) GetSignTime() string {
if x != nil {
return x.SignTime
}
return ""
}
type UpdateContractRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *UpdateContractRespond) Reset() {
*x = UpdateContractRespond{}
if protoimpl.UnsafeEnabled {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[11]
2023-01-18 09:03:15 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UpdateContractRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UpdateContractRespond) ProtoMessage() {}
func (x *UpdateContractRespond) ProtoReflect() protoreflect.Message {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[11]
2023-01-18 09:03:15 +00:00
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 UpdateContractRespond.ProtoReflect.Descriptor instead.
func (*UpdateContractRespond) Descriptor() ([]byte, []int) {
2023-02-06 01:33:09 +00:00
return file_api_contract_contract_proto_rawDescGZIP(), []int{11}
2023-01-18 09:03:15 +00:00
}
type UpdateContractTxRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2023-02-15 01:39:14 +00:00
ID int64 `protobuf:"varint,1,opt,name=ID,json=id,proto3" json:"ID"`
TransactionId string `protobuf:"bytes,2,opt,name=TransactionId,json=transactionId,proto3" json:"TransactionId"`
2023-01-18 09:03:15 +00:00
}
func (x *UpdateContractTxRequest) Reset() {
*x = UpdateContractTxRequest{}
if protoimpl.UnsafeEnabled {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[12]
2023-01-18 09:03:15 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UpdateContractTxRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UpdateContractTxRequest) ProtoMessage() {}
func (x *UpdateContractTxRequest) ProtoReflect() protoreflect.Message {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[12]
2023-01-18 09:03:15 +00:00
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 UpdateContractTxRequest.ProtoReflect.Descriptor instead.
func (*UpdateContractTxRequest) Descriptor() ([]byte, []int) {
2023-02-06 01:33:09 +00:00
return file_api_contract_contract_proto_rawDescGZIP(), []int{12}
2023-01-18 09:03:15 +00:00
}
func (x *UpdateContractTxRequest) GetID() int64 {
if x != nil {
return x.ID
}
return 0
}
func (x *UpdateContractTxRequest) GetTransactionId() string {
if x != nil {
return x.TransactionId
}
return ""
}
type UpdateContractTxRespond struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *UpdateContractTxRespond) Reset() {
*x = UpdateContractTxRespond{}
if protoimpl.UnsafeEnabled {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[13]
2023-01-18 09:03:15 +00:00
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *UpdateContractTxRespond) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UpdateContractTxRespond) ProtoMessage() {}
func (x *UpdateContractTxRespond) ProtoReflect() protoreflect.Message {
2023-02-06 01:33:09 +00:00
mi := &file_api_contract_contract_proto_msgTypes[13]
2023-01-18 09:03:15 +00:00
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 UpdateContractTxRespond.ProtoReflect.Descriptor instead.
func (*UpdateContractTxRespond) Descriptor() ([]byte, []int) {
2023-02-06 01:33:09 +00:00
return file_api_contract_contract_proto_rawDescGZIP(), []int{13}
2023-01-18 09:03:15 +00:00
}
var File_api_contract_contract_proto protoreflect.FileDescriptor
var file_api_contract_contract_proto_rawDesc = []byte{
0x0a, 0x1b, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x2f, 0x63,
0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x43,
0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x22, 0x3d, 0x0a, 0x15, 0x46, 0x69, 0x6e, 0x69, 0x73,
0x68, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x12, 0x24, 0x0a, 0x0d, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49,
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x17, 0x0a, 0x15, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68,
0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22,
2023-02-06 01:33:09 +00:00
0x6b, 0x0a, 0x13, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x61, 0x67, 0x65, 0x53, 0x69,
0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69,
0x7a, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x50, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18,
0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x0e, 0x0a, 0x02,
0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0x41, 0x0a, 0x13,
0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x64, 0x12, 0x2a, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28,
0x0b, 0x32, 0x16, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x2e, 0x43, 0x6f, 0x6e,
0x74, 0x72, 0x61, 0x63, 0x74, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x22,
0xf4, 0x03, 0x0a, 0x0c, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x44, 0x61, 0x74, 0x61,
0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64,
0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x43, 0x61, 0x72, 0x64,
0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x61, 0x72, 0x64, 0x49, 0x64,
0x12, 0x1e, 0x0a, 0x0a, 0x4d, 0x67, 0x6d, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x04,
0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x67, 0x6d, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64,
0x12, 0x1c, 0x0a, 0x09, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49, 0x64, 0x18, 0x05, 0x20,
0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49, 0x64, 0x12, 0x1e,
0x0a, 0x0a, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x49, 0x64, 0x12, 0x24,
0x0a, 0x0d, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18,
0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
0x6f, 0x6e, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01,
0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x42, 0x61, 0x74, 0x63,
0x68, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x61, 0x74, 0x63, 0x68,
0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x42, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x18,
0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x62, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65,
0x12, 0x18, 0x0a, 0x07, 0x56, 0x69, 0x65, 0x77, 0x55, 0x72, 0x6c, 0x18, 0x0b, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x76, 0x69, 0x65, 0x77, 0x55, 0x72, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x44, 0x6f,
0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52,
0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05,
0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x73, 0x74, 0x61,
0x74, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65,
0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69,
0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65,
0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69,
0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
0x54, 0x69, 0x6d, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x65, 0x78, 0x70, 0x69,
0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x53, 0x69,
0x67, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x69,
0x67, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x6d, 0x0a, 0x15, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61,
0x63, 0x74, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
0x1a, 0x0a, 0x08, 0x50, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x50,
2023-01-18 09:03:15 +00:00
0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12,
0x14, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28,
0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0x43, 0x0a, 0x15, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63,
0x74, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x12, 0x2a,
0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x43,
0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74,
0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x22, 0x6b, 0x0a, 0x13, 0x53, 0x69,
0x67, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x49, 0x64, 0x18,
0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x49,
0x64, 0x12, 0x1a, 0x0a, 0x08, 0x48, 0x74, 0x6d, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20,
0x01, 0x28, 0x09, 0x52, 0x08, 0x68, 0x74, 0x6d, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a,
0x07, 0x45, 0x6e, 0x76, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
0x65, 0x6e, 0x76, 0x54, 0x79, 0x70, 0x65, 0x22, 0x15, 0x0a, 0x13, 0x53, 0x69, 0x67, 0x6e, 0x43,
0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x24,
0x0a, 0x12, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71,
0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
0x52, 0x02, 0x69, 0x64, 0x22, 0xfd, 0x03, 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43,
0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e,
0x0a, 0x02, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16,
0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x43, 0x61, 0x72, 0x64, 0x49, 0x64,
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x61, 0x72, 0x64, 0x49, 0x64, 0x12, 0x1e,
0x0a, 0x0a, 0x4d, 0x67, 0x6d, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0a, 0x6d, 0x67, 0x6d, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c,
0x0a, 0x09, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28,
0x09, 0x52, 0x09, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a,
0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0d,
0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x07, 0x20,
0x01, 0x28, 0x09, 0x52, 0x0d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03,
0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x42, 0x61, 0x74, 0x63, 0x68, 0x49,
0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x61, 0x74, 0x63, 0x68, 0x49, 0x64,
0x12, 0x1c, 0x0a, 0x09, 0x42, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20,
0x01, 0x28, 0x09, 0x52, 0x09, 0x62, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18,
0x0a, 0x07, 0x56, 0x69, 0x65, 0x77, 0x55, 0x72, 0x6c, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52,
0x07, 0x76, 0x69, 0x65, 0x77, 0x55, 0x72, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x44, 0x6f, 0x77, 0x6e,
0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64,
0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x55, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x53, 0x74,
0x61, 0x74, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65,
0x12, 0x1e, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0e,
0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65,
0x12, 0x1e, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0f,
0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65,
0x12, 0x26, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69,
0x6d, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x65, 0x78, 0x70, 0x69, 0x72, 0x61,
0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x53, 0x69, 0x67, 0x6e,
0x54, 0x69, 0x6d, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x69, 0x67, 0x6e,
0x54, 0x69, 0x6d, 0x65, 0x22, 0x17, 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f,
0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x4f, 0x0a,
0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x54,
0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44, 0x18, 0x01,
0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x54, 0x72, 0x61, 0x6e,
0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
0x0d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x19,
0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74,
2023-02-06 01:33:09 +00:00
0x54, 0x78, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x32, 0xcf, 0x04, 0x0a, 0x08, 0x43, 0x6f,
2023-01-18 09:03:15 +00:00
0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x12, 0x54, 0x0a, 0x0e, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68,
0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x12, 0x1f, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72,
0x61, 0x63, 0x74, 0x2e, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61,
0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x43, 0x6f, 0x6e, 0x74,
0x72, 0x61, 0x63, 0x74, 0x2e, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x43, 0x6f, 0x6e, 0x74, 0x72,
0x61, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x4e, 0x0a, 0x0c,
0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1d, 0x2e, 0x43,
0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74,
0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x43, 0x6f,
0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x4c,
0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x45, 0x0a, 0x0b,
0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x12, 0x1c, 0x2e, 0x43, 0x6f,
0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61,
0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x43, 0x6f, 0x6e, 0x74,
0x72, 0x61, 0x63, 0x74, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x44, 0x61, 0x74,
0x61, 0x22, 0x00, 0x12, 0x54, 0x0a, 0x0e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x54,
0x78, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1f, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74,
0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63,
0x74, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x54, 0x78, 0x4c, 0x69, 0x73, 0x74,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x4e, 0x0a, 0x0c, 0x53, 0x69, 0x67,
0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x12, 0x1d, 0x2e, 0x43, 0x6f, 0x6e, 0x74,
0x72, 0x61, 0x63, 0x74, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63,
0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72,
0x61, 0x63, 0x74, 0x2e, 0x53, 0x69, 0x67, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12, 0x54, 0x0a, 0x0e, 0x55, 0x70, 0x64,
0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x12, 0x1f, 0x2e, 0x43, 0x6f,
0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e,
0x74, 0x72, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x43,
0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f,
0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x12,
0x5a, 0x0a, 0x10, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63,
0x74, 0x54, 0x78, 0x12, 0x21, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x2e, 0x55,
0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x54, 0x78, 0x52,
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63,
0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74,
0x54, 0x78, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x22, 0x00, 0x42, 0x0d, 0x5a, 0x0b, 0x2e,
0x2f, 0x3b, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x33,
}
var (
file_api_contract_contract_proto_rawDescOnce sync.Once
file_api_contract_contract_proto_rawDescData = file_api_contract_contract_proto_rawDesc
)
func file_api_contract_contract_proto_rawDescGZIP() []byte {
file_api_contract_contract_proto_rawDescOnce.Do(func() {
file_api_contract_contract_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_contract_contract_proto_rawDescData)
})
return file_api_contract_contract_proto_rawDescData
}
2023-02-06 01:33:09 +00:00
var file_api_contract_contract_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
2023-01-18 09:03:15 +00:00
var file_api_contract_contract_proto_goTypes = []interface{}{
(*FinishContractRequest)(nil), // 0: Contract.FinishContractRequest
(*FinishContractRespond)(nil), // 1: Contract.FinishContractRespond
2023-02-06 01:33:09 +00:00
(*ContractListRequest)(nil), // 2: Contract.ContractListRequest
(*ContractListRespond)(nil), // 3: Contract.ContractListRespond
(*ContractData)(nil), // 4: Contract.ContractData
(*ContractTxListRequest)(nil), // 5: Contract.ContractTxListRequest
(*ContractTxListRespond)(nil), // 6: Contract.ContractTxListRespond
(*SignContractRequest)(nil), // 7: Contract.SignContractRequest
(*SignContractRespond)(nil), // 8: Contract.SignContractRespond
(*GetContractRequest)(nil), // 9: Contract.GetContractRequest
(*UpdateContractRequest)(nil), // 10: Contract.UpdateContractRequest
(*UpdateContractRespond)(nil), // 11: Contract.UpdateContractRespond
(*UpdateContractTxRequest)(nil), // 12: Contract.UpdateContractTxRequest
(*UpdateContractTxRespond)(nil), // 13: Contract.UpdateContractTxRespond
2023-01-18 09:03:15 +00:00
}
var file_api_contract_contract_proto_depIdxs = []int32{
2023-02-06 01:33:09 +00:00
4, // 0: Contract.ContractListRespond.Data:type_name -> Contract.ContractData
4, // 1: Contract.ContractTxListRespond.Data:type_name -> Contract.ContractData
2023-01-18 09:03:15 +00:00
0, // 2: Contract.Contract.FinishContract:input_type -> Contract.FinishContractRequest
2023-02-06 01:33:09 +00:00
2, // 3: Contract.Contract.ContractList:input_type -> Contract.ContractListRequest
9, // 4: Contract.Contract.GetContract:input_type -> Contract.GetContractRequest
5, // 5: Contract.Contract.ContractTxList:input_type -> Contract.ContractTxListRequest
7, // 6: Contract.Contract.SignContract:input_type -> Contract.SignContractRequest
10, // 7: Contract.Contract.UpdateContract:input_type -> Contract.UpdateContractRequest
12, // 8: Contract.Contract.UpdateContractTx:input_type -> Contract.UpdateContractTxRequest
1, // 9: Contract.Contract.FinishContract:output_type -> Contract.FinishContractRespond
3, // 10: Contract.Contract.ContractList:output_type -> Contract.ContractListRespond
4, // 11: Contract.Contract.GetContract:output_type -> Contract.ContractData
6, // 12: Contract.Contract.ContractTxList:output_type -> Contract.ContractTxListRespond
8, // 13: Contract.Contract.SignContract:output_type -> Contract.SignContractRespond
11, // 14: Contract.Contract.UpdateContract:output_type -> Contract.UpdateContractRespond
13, // 15: Contract.Contract.UpdateContractTx:output_type -> Contract.UpdateContractTxRespond
9, // [9:16] is the sub-list for method output_type
2, // [2:9] is the sub-list for method input_type
2023-01-18 09:03:15 +00:00
2, // [2:2] is the sub-list for extension type_name
2, // [2:2] is the sub-list for extension extendee
0, // [0:2] is the sub-list for field type_name
}
func init() { file_api_contract_contract_proto_init() }
func file_api_contract_contract_proto_init() {
if File_api_contract_contract_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_api_contract_contract_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*FinishContractRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_contract_contract_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*FinishContractRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_api_contract_contract_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ContractListRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
2023-02-06 01:33:09 +00:00
file_api_contract_contract_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
2023-01-18 09:03:15 +00:00
switch v := v.(*ContractListRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
2023-02-06 01:33:09 +00:00
file_api_contract_contract_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
2023-01-18 09:03:15 +00:00
switch v := v.(*ContractData); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
2023-02-06 01:33:09 +00:00
file_api_contract_contract_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
2023-01-18 09:03:15 +00:00
switch v := v.(*ContractTxListRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
2023-02-06 01:33:09 +00:00
file_api_contract_contract_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
2023-01-18 09:03:15 +00:00
switch v := v.(*ContractTxListRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
2023-02-06 01:33:09 +00:00
file_api_contract_contract_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
2023-01-18 09:03:15 +00:00
switch v := v.(*SignContractRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
2023-02-06 01:33:09 +00:00
file_api_contract_contract_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
2023-01-18 09:03:15 +00:00
switch v := v.(*SignContractRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
2023-02-06 01:33:09 +00:00
file_api_contract_contract_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
2023-01-18 09:03:15 +00:00
switch v := v.(*GetContractRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
2023-02-06 01:33:09 +00:00
file_api_contract_contract_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
2023-01-18 09:03:15 +00:00
switch v := v.(*UpdateContractRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
2023-02-06 01:33:09 +00:00
file_api_contract_contract_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
2023-01-18 09:03:15 +00:00
switch v := v.(*UpdateContractRespond); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
2023-02-06 01:33:09 +00:00
file_api_contract_contract_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
2023-01-18 09:03:15 +00:00
switch v := v.(*UpdateContractTxRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
2023-02-06 01:33:09 +00:00
file_api_contract_contract_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
2023-01-18 09:03:15 +00:00
switch v := v.(*UpdateContractTxRespond); 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_contract_contract_proto_rawDesc,
NumEnums: 0,
2023-02-06 01:33:09 +00:00
NumMessages: 14,
2023-01-18 09:03:15 +00:00
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_api_contract_contract_proto_goTypes,
DependencyIndexes: file_api_contract_contract_proto_depIdxs,
MessageInfos: file_api_contract_contract_proto_msgTypes,
}.Build()
File_api_contract_contract_proto = out.File
file_api_contract_contract_proto_rawDesc = nil
file_api_contract_contract_proto_goTypes = nil
file_api_contract_contract_proto_depIdxs = nil
}