transfer_middleware/cmd/rpc/pb/transfer/transfer.pb.go

2630 lines
89 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.34.1
// protoc v3.6.1
// source: transfer.proto
package transfer
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 DefaultRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
}
func (x *DefaultRes) Reset() {
*x = DefaultRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DefaultRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DefaultRes) ProtoMessage() {}
func (x *DefaultRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 DefaultRes.ProtoReflect.Descriptor instead.
func (*DefaultRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{0}
}
func (x *DefaultRes) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *DefaultRes) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
type DefaultReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MerchantId string `protobuf:"bytes,1,opt,name=merchantId,proto3" json:"merchantId,omitempty"`
TimeStamp uint64 `protobuf:"varint,2,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
Sign string `protobuf:"bytes,3,opt,name=sign,proto3" json:"sign,omitempty"`
}
func (x *DefaultReq) Reset() {
*x = DefaultReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DefaultReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DefaultReq) ProtoMessage() {}
func (x *DefaultReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 DefaultReq.ProtoReflect.Descriptor instead.
func (*DefaultReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{1}
}
func (x *DefaultReq) GetMerchantId() string {
if x != nil {
return x.MerchantId
}
return ""
}
func (x *DefaultReq) GetTimeStamp() uint64 {
if x != nil {
return x.TimeStamp
}
return 0
}
func (x *DefaultReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
type MarketQueryRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ErrCode string `protobuf:"bytes,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
Data *MarketQueryRes_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
}
func (x *MarketQueryRes) Reset() {
*x = MarketQueryRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketQueryRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketQueryRes) ProtoMessage() {}
func (x *MarketQueryRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 MarketQueryRes.ProtoReflect.Descriptor instead.
func (*MarketQueryRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{2}
}
func (x *MarketQueryRes) GetErrCode() string {
if x != nil {
return x.ErrCode
}
return ""
}
func (x *MarketQueryRes) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
func (x *MarketQueryRes) GetData() *MarketQueryRes_Data {
if x != nil {
return x.Data
}
return nil
}
type MarketQueryReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"`
Sign uint64 `protobuf:"varint,2,opt,name=sign,proto3" json:"sign,omitempty"`
ReqCode string `protobuf:"bytes,3,opt,name=reqCode,proto3" json:"reqCode,omitempty"`
MemId string `protobuf:"bytes,4,opt,name=memId,proto3" json:"memId,omitempty"`
ReqSerialNo string `protobuf:"bytes,5,opt,name=reqSerialNo,proto3" json:"reqSerialNo,omitempty"`
Timestamp string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
VoucherId string `protobuf:"bytes,8,opt,name=voucherId,proto3" json:"voucherId,omitempty"`
VoucherCode string `protobuf:"bytes,9,opt,name=voucherCode,proto3" json:"voucherCode,omitempty"`
}
func (x *MarketQueryReq) Reset() {
*x = MarketQueryReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketQueryReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketQueryReq) ProtoMessage() {}
func (x *MarketQueryReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 MarketQueryReq.ProtoReflect.Descriptor instead.
func (*MarketQueryReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{3}
}
func (x *MarketQueryReq) GetAppId() string {
if x != nil {
return x.AppId
}
return ""
}
func (x *MarketQueryReq) GetSign() uint64 {
if x != nil {
return x.Sign
}
return 0
}
func (x *MarketQueryReq) GetReqCode() string {
if x != nil {
return x.ReqCode
}
return ""
}
func (x *MarketQueryReq) GetMemId() string {
if x != nil {
return x.MemId
}
return ""
}
func (x *MarketQueryReq) GetReqSerialNo() string {
if x != nil {
return x.ReqSerialNo
}
return ""
}
func (x *MarketQueryReq) GetTimestamp() string {
if x != nil {
return x.Timestamp
}
return ""
}
func (x *MarketQueryReq) GetVoucherId() string {
if x != nil {
return x.VoucherId
}
return ""
}
func (x *MarketQueryReq) GetVoucherCode() string {
if x != nil {
return x.VoucherCode
}
return ""
}
type MarketKeyDiscardRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ErrCode string `protobuf:"bytes,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
Data *MarketKeyDiscardRes_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
}
func (x *MarketKeyDiscardRes) Reset() {
*x = MarketKeyDiscardRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketKeyDiscardRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketKeyDiscardRes) ProtoMessage() {}
func (x *MarketKeyDiscardRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 MarketKeyDiscardRes.ProtoReflect.Descriptor instead.
func (*MarketKeyDiscardRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{4}
}
func (x *MarketKeyDiscardRes) GetErrCode() string {
if x != nil {
return x.ErrCode
}
return ""
}
func (x *MarketKeyDiscardRes) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
func (x *MarketKeyDiscardRes) GetData() *MarketKeyDiscardRes_Data {
if x != nil {
return x.Data
}
return nil
}
type MarketKeyDiscardReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"`
Sign uint64 `protobuf:"varint,2,opt,name=sign,proto3" json:"sign,omitempty"`
ReqCode string `protobuf:"bytes,3,opt,name=reqCode,proto3" json:"reqCode,omitempty"`
MemId string `protobuf:"bytes,4,opt,name=memId,proto3" json:"memId,omitempty"`
ReqSerialNo string `protobuf:"bytes,5,opt,name=reqSerialNo,proto3" json:"reqSerialNo,omitempty"`
Timestamp string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
VoucherId string `protobuf:"bytes,8,opt,name=voucherId,proto3" json:"voucherId,omitempty"`
VoucherCode string `protobuf:"bytes,9,opt,name=voucherCode,proto3" json:"voucherCode,omitempty"`
}
func (x *MarketKeyDiscardReq) Reset() {
*x = MarketKeyDiscardReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketKeyDiscardReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketKeyDiscardReq) ProtoMessage() {}
func (x *MarketKeyDiscardReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 MarketKeyDiscardReq.ProtoReflect.Descriptor instead.
func (*MarketKeyDiscardReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{5}
}
func (x *MarketKeyDiscardReq) GetAppId() string {
if x != nil {
return x.AppId
}
return ""
}
func (x *MarketKeyDiscardReq) GetSign() uint64 {
if x != nil {
return x.Sign
}
return 0
}
func (x *MarketKeyDiscardReq) GetReqCode() string {
if x != nil {
return x.ReqCode
}
return ""
}
func (x *MarketKeyDiscardReq) GetMemId() string {
if x != nil {
return x.MemId
}
return ""
}
func (x *MarketKeyDiscardReq) GetReqSerialNo() string {
if x != nil {
return x.ReqSerialNo
}
return ""
}
func (x *MarketKeyDiscardReq) GetTimestamp() string {
if x != nil {
return x.Timestamp
}
return ""
}
func (x *MarketKeyDiscardReq) GetVoucherId() string {
if x != nil {
return x.VoucherId
}
return ""
}
func (x *MarketKeyDiscardReq) GetVoucherCode() string {
if x != nil {
return x.VoucherCode
}
return ""
}
type MarketKeySendRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ErrCode string `protobuf:"bytes,1,opt,name=errCode,proto3" json:"errCode,omitempty"`
Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
Data *MarketKeySendRes_Data `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
}
func (x *MarketKeySendRes) Reset() {
*x = MarketKeySendRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketKeySendRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketKeySendRes) ProtoMessage() {}
func (x *MarketKeySendRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 MarketKeySendRes.ProtoReflect.Descriptor instead.
func (*MarketKeySendRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{6}
}
func (x *MarketKeySendRes) GetErrCode() string {
if x != nil {
return x.ErrCode
}
return ""
}
func (x *MarketKeySendRes) GetMsg() string {
if x != nil {
return x.Msg
}
return ""
}
func (x *MarketKeySendRes) GetData() *MarketKeySendRes_Data {
if x != nil {
return x.Data
}
return nil
}
type MarketKeySendReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"`
Sign uint64 `protobuf:"varint,2,opt,name=sign,proto3" json:"sign,omitempty"`
ReqCode string `protobuf:"bytes,3,opt,name=reqCode,proto3" json:"reqCode,omitempty"`
MemId string `protobuf:"bytes,4,opt,name=memId,proto3" json:"memId,omitempty"`
ReqSerialNo string `protobuf:"bytes,5,opt,name=reqSerialNo,proto3" json:"reqSerialNo,omitempty"`
Timestamp string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
PosId string `protobuf:"bytes,7,opt,name=posId,proto3" json:"posId,omitempty"`
VoucherId string `protobuf:"bytes,8,opt,name=voucherId,proto3" json:"voucherId,omitempty"`
VoucherNum int64 `protobuf:"varint,9,opt,name=voucherNum,proto3" json:"voucherNum,omitempty"`
MobileNo string `protobuf:"bytes,10,opt,name=mobileNo,proto3" json:"mobileNo,omitempty"`
SendMsg string `protobuf:"bytes,11,opt,name=sendMsg,proto3" json:"sendMsg,omitempty"`
}
func (x *MarketKeySendReq) Reset() {
*x = MarketKeySendReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketKeySendReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketKeySendReq) ProtoMessage() {}
func (x *MarketKeySendReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 MarketKeySendReq.ProtoReflect.Descriptor instead.
func (*MarketKeySendReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{7}
}
func (x *MarketKeySendReq) GetAppId() string {
if x != nil {
return x.AppId
}
return ""
}
func (x *MarketKeySendReq) GetSign() uint64 {
if x != nil {
return x.Sign
}
return 0
}
func (x *MarketKeySendReq) GetReqCode() string {
if x != nil {
return x.ReqCode
}
return ""
}
func (x *MarketKeySendReq) GetMemId() string {
if x != nil {
return x.MemId
}
return ""
}
func (x *MarketKeySendReq) GetReqSerialNo() string {
if x != nil {
return x.ReqSerialNo
}
return ""
}
func (x *MarketKeySendReq) GetTimestamp() string {
if x != nil {
return x.Timestamp
}
return ""
}
func (x *MarketKeySendReq) GetPosId() string {
if x != nil {
return x.PosId
}
return ""
}
func (x *MarketKeySendReq) GetVoucherId() string {
if x != nil {
return x.VoucherId
}
return ""
}
func (x *MarketKeySendReq) GetVoucherNum() int64 {
if x != nil {
return x.VoucherNum
}
return 0
}
func (x *MarketKeySendReq) GetMobileNo() string {
if x != nil {
return x.MobileNo
}
return ""
}
func (x *MarketKeySendReq) GetSendMsg() string {
if x != nil {
return x.SendMsg
}
return ""
}
type ZltxRechargeProductRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Products []*ZltxRechargeProductRes_Product `protobuf:"bytes,2,rep,name=products,proto3" json:"products,omitempty"`
}
func (x *ZltxRechargeProductRes) Reset() {
*x = ZltxRechargeProductRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxRechargeProductRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxRechargeProductRes) ProtoMessage() {}
func (x *ZltxRechargeProductRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 ZltxRechargeProductRes.ProtoReflect.Descriptor instead.
func (*ZltxRechargeProductRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{8}
}
func (x *ZltxRechargeProductRes) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *ZltxRechargeProductRes) GetProducts() []*ZltxRechargeProductRes_Product {
if x != nil {
return x.Products
}
return nil
}
type ZltxRechargeInfoRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Balance string `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"`
}
func (x *ZltxRechargeInfoRes) Reset() {
*x = ZltxRechargeInfoRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxRechargeInfoRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxRechargeInfoRes) ProtoMessage() {}
func (x *ZltxRechargeInfoRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 ZltxRechargeInfoRes.ProtoReflect.Descriptor instead.
func (*ZltxRechargeInfoRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{9}
}
func (x *ZltxRechargeInfoRes) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *ZltxRechargeInfoRes) GetBalance() string {
if x != nil {
return x.Balance
}
return ""
}
type ZltxOrderSmsRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
}
func (x *ZltxOrderSmsRes) Reset() {
*x = ZltxOrderSmsRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderSmsRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderSmsRes) ProtoMessage() {}
func (x *ZltxOrderSmsRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 ZltxOrderSmsRes.ProtoReflect.Descriptor instead.
func (*ZltxOrderSmsRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{10}
}
func (x *ZltxOrderSmsRes) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *ZltxOrderSmsRes) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *ZltxOrderSmsRes) GetStatus() string {
if x != nil {
return x.Status
}
return ""
}
func (x *ZltxOrderSmsRes) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
type ZltxOrderSmsReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MerchantId string `protobuf:"bytes,1,opt,name=merchantId,proto3" json:"merchantId,omitempty"`
TimeStamp uint64 `protobuf:"varint,2,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
Sign string `protobuf:"bytes,3,opt,name=sign,proto3" json:"sign,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
}
func (x *ZltxOrderSmsReq) Reset() {
*x = ZltxOrderSmsReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderSmsReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderSmsReq) ProtoMessage() {}
func (x *ZltxOrderSmsReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 ZltxOrderSmsReq.ProtoReflect.Descriptor instead.
func (*ZltxOrderSmsReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{11}
}
func (x *ZltxOrderSmsReq) GetMerchantId() string {
if x != nil {
return x.MerchantId
}
return ""
}
func (x *ZltxOrderSmsReq) GetTimeStamp() uint64 {
if x != nil {
return x.TimeStamp
}
return 0
}
func (x *ZltxOrderSmsReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
func (x *ZltxOrderSmsReq) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
type ZltxOrderCardQueryRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
}
func (x *ZltxOrderCardQueryRes) Reset() {
*x = ZltxOrderCardQueryRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderCardQueryRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderCardQueryRes) ProtoMessage() {}
func (x *ZltxOrderCardQueryRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 ZltxOrderCardQueryRes.ProtoReflect.Descriptor instead.
func (*ZltxOrderCardQueryRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{12}
}
func (x *ZltxOrderCardQueryRes) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *ZltxOrderCardQueryRes) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *ZltxOrderCardQueryRes) GetStatus() string {
if x != nil {
return x.Status
}
return ""
}
func (x *ZltxOrderCardQueryRes) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
type ZltxOrderCardQueryReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MerchantId string `protobuf:"bytes,1,opt,name=merchantId,proto3" json:"merchantId,omitempty"`
TimeStamp uint64 `protobuf:"varint,2,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
Sign string `protobuf:"bytes,3,opt,name=sign,proto3" json:"sign,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
}
func (x *ZltxOrderCardQueryReq) Reset() {
*x = ZltxOrderCardQueryReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderCardQueryReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderCardQueryReq) ProtoMessage() {}
func (x *ZltxOrderCardQueryReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 ZltxOrderCardQueryReq.ProtoReflect.Descriptor instead.
func (*ZltxOrderCardQueryReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{13}
}
func (x *ZltxOrderCardQueryReq) GetMerchantId() string {
if x != nil {
return x.MerchantId
}
return ""
}
func (x *ZltxOrderCardQueryReq) GetTimeStamp() uint64 {
if x != nil {
return x.TimeStamp
}
return 0
}
func (x *ZltxOrderCardQueryReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
func (x *ZltxOrderCardQueryReq) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
type ZltxOrderCardReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MerchantId string `protobuf:"bytes,1,opt,name=merchantId,proto3" json:"merchantId,omitempty"`
Sign string `protobuf:"bytes,2,opt,name=sign,proto3" json:"sign,omitempty"`
TimeStamp uint64 `protobuf:"varint,3,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
ProductId int64 `protobuf:"varint,5,opt,name=productId,proto3" json:"productId,omitempty"`
Mobile string `protobuf:"bytes,6,opt,name=mobile,proto3" json:"mobile,omitempty"`
AccountType uint32 `protobuf:"varint,7,opt,name=accountType,proto3" json:"accountType,omitempty"`
Number int32 `protobuf:"varint,8,opt,name=number,proto3" json:"number,omitempty"`
NotifyUrl string `protobuf:"bytes,9,opt,name=notifyUrl,proto3" json:"notifyUrl,omitempty"`
ExtendParameter string `protobuf:"bytes,10,opt,name=extendParameter,proto3" json:"extendParameter,omitempty"`
}
func (x *ZltxOrderCardReq) Reset() {
*x = ZltxOrderCardReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderCardReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderCardReq) ProtoMessage() {}
func (x *ZltxOrderCardReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 ZltxOrderCardReq.ProtoReflect.Descriptor instead.
func (*ZltxOrderCardReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{14}
}
func (x *ZltxOrderCardReq) GetMerchantId() string {
if x != nil {
return x.MerchantId
}
return ""
}
func (x *ZltxOrderCardReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
func (x *ZltxOrderCardReq) GetTimeStamp() uint64 {
if x != nil {
return x.TimeStamp
}
return 0
}
func (x *ZltxOrderCardReq) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
func (x *ZltxOrderCardReq) GetProductId() int64 {
if x != nil {
return x.ProductId
}
return 0
}
func (x *ZltxOrderCardReq) GetMobile() string {
if x != nil {
return x.Mobile
}
return ""
}
func (x *ZltxOrderCardReq) GetAccountType() uint32 {
if x != nil {
return x.AccountType
}
return 0
}
func (x *ZltxOrderCardReq) GetNumber() int32 {
if x != nil {
return x.Number
}
return 0
}
func (x *ZltxOrderCardReq) GetNotifyUrl() string {
if x != nil {
return x.NotifyUrl
}
return ""
}
func (x *ZltxOrderCardReq) GetExtendParameter() string {
if x != nil {
return x.ExtendParameter
}
return ""
}
type ZltxOrderRechargeQueryRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
}
func (x *ZltxOrderRechargeQueryRes) Reset() {
*x = ZltxOrderRechargeQueryRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderRechargeQueryRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderRechargeQueryRes) ProtoMessage() {}
func (x *ZltxOrderRechargeQueryRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_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 ZltxOrderRechargeQueryRes.ProtoReflect.Descriptor instead.
func (*ZltxOrderRechargeQueryRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{15}
}
func (x *ZltxOrderRechargeQueryRes) GetCode() string {
if x != nil {
return x.Code
}
return ""
}
func (x *ZltxOrderRechargeQueryRes) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *ZltxOrderRechargeQueryRes) GetStatus() string {
if x != nil {
return x.Status
}
return ""
}
func (x *ZltxOrderRechargeQueryRes) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
type ZltxOrderRechargeQueryReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MerchantId string `protobuf:"bytes,1,opt,name=merchantId,proto3" json:"merchantId,omitempty"`
TimeStamp uint64 `protobuf:"varint,2,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
Sign string `protobuf:"bytes,3,opt,name=sign,proto3" json:"sign,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
}
func (x *ZltxOrderRechargeQueryReq) Reset() {
*x = ZltxOrderRechargeQueryReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderRechargeQueryReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderRechargeQueryReq) ProtoMessage() {}
func (x *ZltxOrderRechargeQueryReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[16]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ZltxOrderRechargeQueryReq.ProtoReflect.Descriptor instead.
func (*ZltxOrderRechargeQueryReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{16}
}
func (x *ZltxOrderRechargeQueryReq) GetMerchantId() string {
if x != nil {
return x.MerchantId
}
return ""
}
func (x *ZltxOrderRechargeQueryReq) GetTimeStamp() uint64 {
if x != nil {
return x.TimeStamp
}
return 0
}
func (x *ZltxOrderRechargeQueryReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
func (x *ZltxOrderRechargeQueryReq) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
type ZltxOrderRechargeReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
MerchantId string `protobuf:"bytes,1,opt,name=merchantId,proto3" json:"merchantId,omitempty"`
Sign string `protobuf:"bytes,2,opt,name=sign,proto3" json:"sign,omitempty"`
TimeStamp uint64 `protobuf:"varint,3,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"`
OutTradeNo string `protobuf:"bytes,4,opt,name=outTradeNo,proto3" json:"outTradeNo,omitempty"`
ProductId int64 `protobuf:"varint,5,opt,name=productId,proto3" json:"productId,omitempty"`
Mobile string `protobuf:"bytes,6,opt,name=mobile,proto3" json:"mobile,omitempty"`
AccountType uint32 `protobuf:"varint,7,opt,name=accountType,proto3" json:"accountType,omitempty"`
Number int32 `protobuf:"varint,8,opt,name=number,proto3" json:"number,omitempty"`
NotifyUrl string `protobuf:"bytes,9,opt,name=notifyUrl,proto3" json:"notifyUrl,omitempty"`
ExtendParameter string `protobuf:"bytes,10,opt,name=extendParameter,proto3" json:"extendParameter,omitempty"`
}
func (x *ZltxOrderRechargeReq) Reset() {
*x = ZltxOrderRechargeReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[17]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxOrderRechargeReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxOrderRechargeReq) ProtoMessage() {}
func (x *ZltxOrderRechargeReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[17]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ZltxOrderRechargeReq.ProtoReflect.Descriptor instead.
func (*ZltxOrderRechargeReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{17}
}
func (x *ZltxOrderRechargeReq) GetMerchantId() string {
if x != nil {
return x.MerchantId
}
return ""
}
func (x *ZltxOrderRechargeReq) GetSign() string {
if x != nil {
return x.Sign
}
return ""
}
func (x *ZltxOrderRechargeReq) GetTimeStamp() uint64 {
if x != nil {
return x.TimeStamp
}
return 0
}
func (x *ZltxOrderRechargeReq) GetOutTradeNo() string {
if x != nil {
return x.OutTradeNo
}
return ""
}
func (x *ZltxOrderRechargeReq) GetProductId() int64 {
if x != nil {
return x.ProductId
}
return 0
}
func (x *ZltxOrderRechargeReq) GetMobile() string {
if x != nil {
return x.Mobile
}
return ""
}
func (x *ZltxOrderRechargeReq) GetAccountType() uint32 {
if x != nil {
return x.AccountType
}
return 0
}
func (x *ZltxOrderRechargeReq) GetNumber() int32 {
if x != nil {
return x.Number
}
return 0
}
func (x *ZltxOrderRechargeReq) GetNotifyUrl() string {
if x != nil {
return x.NotifyUrl
}
return ""
}
func (x *ZltxOrderRechargeReq) GetExtendParameter() string {
if x != nil {
return x.ExtendParameter
}
return ""
}
type GetResellerByAppIdReq struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"`
}
func (x *GetResellerByAppIdReq) Reset() {
*x = GetResellerByAppIdReq{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetResellerByAppIdReq) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetResellerByAppIdReq) ProtoMessage() {}
func (x *GetResellerByAppIdReq) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[18]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetResellerByAppIdReq.ProtoReflect.Descriptor instead.
func (*GetResellerByAppIdReq) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{18}
}
func (x *GetResellerByAppIdReq) GetAppId() string {
if x != nil {
return x.AppId
}
return ""
}
type GetResellerByAppIdRes struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
MerchantId string `protobuf:"bytes,2,opt,name=merchantId,proto3" json:"merchantId,omitempty"`
ResellerId string `protobuf:"bytes,3,opt,name=resellerId,proto3" json:"resellerId,omitempty"`
AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId,omitempty"`
PosId string `protobuf:"bytes,5,opt,name=posId,proto3" json:"posId,omitempty"`
StoreId string `protobuf:"bytes,6,opt,name=storeId,proto3" json:"storeId,omitempty"`
ApiMod int32 `protobuf:"varint,7,opt,name=apiMod,proto3" json:"apiMod,omitempty"`
PublicKey string `protobuf:"bytes,8,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
PrivateKey string `protobuf:"bytes,9,opt,name=privateKey,proto3" json:"privateKey,omitempty"`
MerchantPublicKey string `protobuf:"bytes,10,opt,name=merchantPublicKey,proto3" json:"merchantPublicKey,omitempty"`
SecretKey string `protobuf:"bytes,11,opt,name=secretKey,proto3" json:"secretKey,omitempty"`
NotifyUrl string `protobuf:"bytes,12,opt,name=notifyUrl,proto3" json:"notifyUrl,omitempty"`
SubscribeEvent string `protobuf:"bytes,13,opt,name=subscribeEvent,proto3" json:"subscribeEvent,omitempty"`
Status int32 `protobuf:"varint,14,opt,name=status,proto3" json:"status,omitempty"`
CreateTime string `protobuf:"bytes,15,opt,name=createTime,proto3" json:"createTime,omitempty"`
}
func (x *GetResellerByAppIdRes) Reset() {
*x = GetResellerByAppIdRes{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetResellerByAppIdRes) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetResellerByAppIdRes) ProtoMessage() {}
func (x *GetResellerByAppIdRes) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[19]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetResellerByAppIdRes.ProtoReflect.Descriptor instead.
func (*GetResellerByAppIdRes) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{19}
}
func (x *GetResellerByAppIdRes) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
func (x *GetResellerByAppIdRes) GetMerchantId() string {
if x != nil {
return x.MerchantId
}
return ""
}
func (x *GetResellerByAppIdRes) GetResellerId() string {
if x != nil {
return x.ResellerId
}
return ""
}
func (x *GetResellerByAppIdRes) GetAppId() string {
if x != nil {
return x.AppId
}
return ""
}
func (x *GetResellerByAppIdRes) GetPosId() string {
if x != nil {
return x.PosId
}
return ""
}
func (x *GetResellerByAppIdRes) GetStoreId() string {
if x != nil {
return x.StoreId
}
return ""
}
func (x *GetResellerByAppIdRes) GetApiMod() int32 {
if x != nil {
return x.ApiMod
}
return 0
}
func (x *GetResellerByAppIdRes) GetPublicKey() string {
if x != nil {
return x.PublicKey
}
return ""
}
func (x *GetResellerByAppIdRes) GetPrivateKey() string {
if x != nil {
return x.PrivateKey
}
return ""
}
func (x *GetResellerByAppIdRes) GetMerchantPublicKey() string {
if x != nil {
return x.MerchantPublicKey
}
return ""
}
func (x *GetResellerByAppIdRes) GetSecretKey() string {
if x != nil {
return x.SecretKey
}
return ""
}
func (x *GetResellerByAppIdRes) GetNotifyUrl() string {
if x != nil {
return x.NotifyUrl
}
return ""
}
func (x *GetResellerByAppIdRes) GetSubscribeEvent() string {
if x != nil {
return x.SubscribeEvent
}
return ""
}
func (x *GetResellerByAppIdRes) GetStatus() int32 {
if x != nil {
return x.Status
}
return 0
}
func (x *GetResellerByAppIdRes) GetCreateTime() string {
if x != nil {
return x.CreateTime
}
return ""
}
type MarketQueryRes_Data struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
VoucherId string `protobuf:"bytes,1,opt,name=voucherId,proto3" json:"voucherId,omitempty"`
VoucherCode string `protobuf:"bytes,2,opt,name=voucherCode,proto3" json:"voucherCode,omitempty"`
VoucherStatus string `protobuf:"bytes,5,opt,name=voucherStatus,proto3" json:"voucherStatus,omitempty"`
}
func (x *MarketQueryRes_Data) Reset() {
*x = MarketQueryRes_Data{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[20]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketQueryRes_Data) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketQueryRes_Data) ProtoMessage() {}
func (x *MarketQueryRes_Data) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[20]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MarketQueryRes_Data.ProtoReflect.Descriptor instead.
func (*MarketQueryRes_Data) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{2, 0}
}
func (x *MarketQueryRes_Data) GetVoucherId() string {
if x != nil {
return x.VoucherId
}
return ""
}
func (x *MarketQueryRes_Data) GetVoucherCode() string {
if x != nil {
return x.VoucherCode
}
return ""
}
func (x *MarketQueryRes_Data) GetVoucherStatus() string {
if x != nil {
return x.VoucherStatus
}
return ""
}
type MarketKeyDiscardRes_Data struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
VoucherId string `protobuf:"bytes,1,opt,name=voucherId,proto3" json:"voucherId,omitempty"`
VoucherCode string `protobuf:"bytes,2,opt,name=voucherCode,proto3" json:"voucherCode,omitempty"`
VoucherDate string `protobuf:"bytes,4,opt,name=voucherDate,proto3" json:"voucherDate,omitempty"`
VoucherStatus string `protobuf:"bytes,5,opt,name=voucherStatus,proto3" json:"voucherStatus,omitempty"`
}
func (x *MarketKeyDiscardRes_Data) Reset() {
*x = MarketKeyDiscardRes_Data{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[21]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketKeyDiscardRes_Data) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketKeyDiscardRes_Data) ProtoMessage() {}
func (x *MarketKeyDiscardRes_Data) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[21]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MarketKeyDiscardRes_Data.ProtoReflect.Descriptor instead.
func (*MarketKeyDiscardRes_Data) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{4, 0}
}
func (x *MarketKeyDiscardRes_Data) GetVoucherId() string {
if x != nil {
return x.VoucherId
}
return ""
}
func (x *MarketKeyDiscardRes_Data) GetVoucherCode() string {
if x != nil {
return x.VoucherCode
}
return ""
}
func (x *MarketKeyDiscardRes_Data) GetVoucherDate() string {
if x != nil {
return x.VoucherDate
}
return ""
}
func (x *MarketKeyDiscardRes_Data) GetVoucherStatus() string {
if x != nil {
return x.VoucherStatus
}
return ""
}
type MarketKeySendRes_Data struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
VoucherId string `protobuf:"bytes,1,opt,name=voucherId,proto3" json:"voucherId,omitempty"`
VoucherCode string `protobuf:"bytes,2,opt,name=voucherCode,proto3" json:"voucherCode,omitempty"`
ShortUrl string `protobuf:"bytes,3,opt,name=shortUrl,proto3" json:"shortUrl,omitempty"`
VoucherSdate string `protobuf:"bytes,4,opt,name=voucherSdate,proto3" json:"voucherSdate,omitempty"`
VoucherEdate string `protobuf:"bytes,5,opt,name=voucherEdate,proto3" json:"voucherEdate,omitempty"`
CodeType string `protobuf:"bytes,6,opt,name=codeType,proto3" json:"codeType,omitempty"`
}
func (x *MarketKeySendRes_Data) Reset() {
*x = MarketKeySendRes_Data{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[22]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MarketKeySendRes_Data) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MarketKeySendRes_Data) ProtoMessage() {}
func (x *MarketKeySendRes_Data) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[22]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use MarketKeySendRes_Data.ProtoReflect.Descriptor instead.
func (*MarketKeySendRes_Data) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{6, 0}
}
func (x *MarketKeySendRes_Data) GetVoucherId() string {
if x != nil {
return x.VoucherId
}
return ""
}
func (x *MarketKeySendRes_Data) GetVoucherCode() string {
if x != nil {
return x.VoucherCode
}
return ""
}
func (x *MarketKeySendRes_Data) GetShortUrl() string {
if x != nil {
return x.ShortUrl
}
return ""
}
func (x *MarketKeySendRes_Data) GetVoucherSdate() string {
if x != nil {
return x.VoucherSdate
}
return ""
}
func (x *MarketKeySendRes_Data) GetVoucherEdate() string {
if x != nil {
return x.VoucherEdate
}
return ""
}
func (x *MarketKeySendRes_Data) GetCodeType() string {
if x != nil {
return x.CodeType
}
return ""
}
type ZltxRechargeProductRes_Product struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ProductId int64 `protobuf:"varint,1,opt,name=productId,proto3" json:"productId,omitempty"`
ChannelPrice string `protobuf:"bytes,2,opt,name=channelPrice,proto3" json:"channelPrice,omitempty"`
ItemName string `protobuf:"bytes,3,opt,name=itemName,proto3" json:"itemName,omitempty"`
OriginalPrice string `protobuf:"bytes,4,opt,name=originalPrice,proto3" json:"originalPrice,omitempty"`
}
func (x *ZltxRechargeProductRes_Product) Reset() {
*x = ZltxRechargeProductRes_Product{}
if protoimpl.UnsafeEnabled {
mi := &file_transfer_proto_msgTypes[23]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ZltxRechargeProductRes_Product) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ZltxRechargeProductRes_Product) ProtoMessage() {}
func (x *ZltxRechargeProductRes_Product) ProtoReflect() protoreflect.Message {
mi := &file_transfer_proto_msgTypes[23]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ZltxRechargeProductRes_Product.ProtoReflect.Descriptor instead.
func (*ZltxRechargeProductRes_Product) Descriptor() ([]byte, []int) {
return file_transfer_proto_rawDescGZIP(), []int{8, 0}
}
func (x *ZltxRechargeProductRes_Product) GetProductId() int64 {
if x != nil {
return x.ProductId
}
return 0
}
func (x *ZltxRechargeProductRes_Product) GetChannelPrice() string {
if x != nil {
return x.ChannelPrice
}
return ""
}
func (x *ZltxRechargeProductRes_Product) GetItemName() string {
if x != nil {
return x.ItemName
}
return ""
}
func (x *ZltxRechargeProductRes_Product) GetOriginalPrice() string {
if x != nil {
return x.OriginalPrice
}
return ""
}
var File_transfer_proto protoreflect.FileDescriptor
var file_transfer_proto_rawDesc = []byte{
0x0a, 0x0e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x12, 0x08, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x22, 0x3a, 0x0a, 0x0a, 0x44, 0x65,
0x66, 0x61, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65,
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07,
0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d,
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x5e, 0x0a, 0x0a, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c,
0x74, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74,
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61,
0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d,
0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61,
0x6d, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x22, 0xdd, 0x01, 0x0a, 0x0e, 0x4d, 0x61, 0x72, 0x6b, 0x65,
0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x72, 0x72,
0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43,
0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x31, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x4d,
0x61, 0x72, 0x6b, 0x65, 0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x2e, 0x44, 0x61,
0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x1a, 0x6c, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61,
0x12, 0x1c, 0x0a, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20,
0x01, 0x28, 0x09, 0x52, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64, 0x12, 0x20,
0x0a, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20,
0x01, 0x28, 0x09, 0x52, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65,
0x12, 0x24, 0x0a, 0x0d, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75,
0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72,
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xea, 0x01, 0x0a, 0x0e, 0x4d, 0x61, 0x72, 0x6b, 0x65,
0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70,
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12,
0x12, 0x0a, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x73,
0x69, 0x67, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03,
0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a,
0x05, 0x6d, 0x65, 0x6d, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x65,
0x6d, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c,
0x4e, 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x53, 0x65, 0x72,
0x69, 0x61, 0x6c, 0x4e, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61,
0x6d, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74,
0x61, 0x6d, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64,
0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49,
0x64, 0x12, 0x20, 0x0a, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65,
0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x43,
0x6f, 0x64, 0x65, 0x22, 0x8a, 0x02, 0x0a, 0x13, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65,
0x79, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x65,
0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x72,
0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01,
0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x36, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18,
0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72,
0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72,
0x64, 0x52, 0x65, 0x73, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x1a,
0x8e, 0x01, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x76, 0x6f, 0x75, 0x63,
0x68, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x76, 0x6f, 0x75,
0x63, 0x68, 0x65, 0x72, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65,
0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x76, 0x6f, 0x75,
0x63, 0x68, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x76, 0x6f, 0x75, 0x63,
0x68, 0x65, 0x72, 0x44, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x76,
0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x44, 0x61, 0x74, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x76, 0x6f,
0x75, 0x63, 0x68, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0d, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
0x22, 0xef, 0x01, 0x0a, 0x13, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x44, 0x69,
0x73, 0x63, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49,
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x12,
0x0a, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x73, 0x69,
0x67, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20,
0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05,
0x6d, 0x65, 0x6d, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x65, 0x6d,
0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e,
0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x53, 0x65, 0x72, 0x69,
0x61, 0x6c, 0x4e, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d,
0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61,
0x6d, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64, 0x18,
0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64,
0x12, 0x20, 0x0a, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18,
0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x43, 0x6f,
0x64, 0x65, 0x22, 0xbc, 0x02, 0x0a, 0x10, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79,
0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f,
0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64,
0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
0x6d, 0x73, 0x67, 0x12, 0x33, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28,
0x0b, 0x32, 0x1f, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x72,
0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65, 0x73, 0x2e, 0x44, 0x61,
0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x1a, 0xc6, 0x01, 0x0a, 0x04, 0x44, 0x61, 0x74,
0x61, 0x12, 0x1c, 0x0a, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01,
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x49, 0x64, 0x12,
0x20, 0x0a, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02,
0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x43, 0x6f, 0x64,
0x65, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20,
0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x55, 0x72, 0x6c, 0x12, 0x22, 0x0a,
0x0c, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x53, 0x64, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20,
0x01, 0x28, 0x09, 0x52, 0x0c, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x53, 0x64, 0x61, 0x74,
0x65, 0x12, 0x22, 0x0a, 0x0c, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x45, 0x64, 0x61, 0x74,
0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72,
0x45, 0x64, 0x61, 0x74, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x64, 0x65, 0x54, 0x79, 0x70,
0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x64, 0x65, 0x54, 0x79, 0x70,
0x65, 0x22, 0xb6, 0x02, 0x0a, 0x10, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x53,
0x65, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04,
0x73, 0x69, 0x67, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x04, 0x73, 0x69, 0x67, 0x6e,
0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x72, 0x65, 0x71, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x65,
0x6d, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x65, 0x6d, 0x49, 0x64,
0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x6f, 0x18,
0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x71, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c,
0x4e, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18,
0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70,
0x12, 0x14, 0x0a, 0x05, 0x70, 0x6f, 0x73, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52,
0x05, 0x70, 0x6f, 0x73, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65,
0x72, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x76, 0x6f, 0x75, 0x63, 0x68,
0x65, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65, 0x72, 0x4e,
0x75, 0x6d, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x76, 0x6f, 0x75, 0x63, 0x68, 0x65,
0x72, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x4e, 0x6f,
0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x4e, 0x6f,
0x12, 0x18, 0x0a, 0x07, 0x73, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x18, 0x0b, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x73, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x22, 0x82, 0x02, 0x0a, 0x16, 0x5a,
0x6c, 0x74, 0x78, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x64, 0x75,
0x63, 0x74, 0x52, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x44, 0x0a, 0x08, 0x70, 0x72, 0x6f,
0x64, 0x75, 0x63, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x74, 0x72,
0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x52, 0x65, 0x63, 0x68, 0x61,
0x72, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x52, 0x65, 0x73, 0x2e, 0x50, 0x72,
0x6f, 0x64, 0x75, 0x63, 0x74, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x73, 0x1a,
0x8d, 0x01, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x70,
0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09,
0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x68, 0x61,
0x6e, 0x6e, 0x65, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
0x0c, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x1a, 0x0a,
0x08, 0x69, 0x74, 0x65, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
0x08, 0x69, 0x74, 0x65, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x6f, 0x72, 0x69,
0x67, 0x69, 0x6e, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0d, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x22,
0x43, 0x0a, 0x13, 0x5a, 0x6c, 0x74, 0x78, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x49,
0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01,
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61,
0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x62, 0x61, 0x6c,
0x61, 0x6e, 0x63, 0x65, 0x22, 0x77, 0x0a, 0x0f, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65,
0x72, 0x53, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d,
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65,
0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18,
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a,
0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x22, 0x83, 0x01,
0x0a, 0x0f, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x53, 0x6d, 0x73, 0x52, 0x65,
0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49,
0x64, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x02,
0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x12,
0x12, 0x0a, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73,
0x69, 0x67, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e,
0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64,
0x65, 0x4e, 0x6f, 0x22, 0x7d, 0x0a, 0x15, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72,
0x43, 0x61, 0x72, 0x64, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04,
0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65,
0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74,
0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74,
0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f,
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65,
0x4e, 0x6f, 0x22, 0x89, 0x01, 0x0a, 0x15, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72,
0x43, 0x61, 0x72, 0x64, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a,
0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09,
0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52,
0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69,
0x67, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x12, 0x1e,
0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x22, 0xbc,
0x02, 0x0a, 0x10, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x61, 0x72, 0x64,
0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49,
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e,
0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28,
0x09, 0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53,
0x74, 0x61, 0x6d, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65,
0x53, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64,
0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72,
0x61, 0x64, 0x65, 0x4e, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74,
0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63,
0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x18, 0x06, 0x20,
0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x61,
0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d,
0x52, 0x0b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a,
0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6e,
0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x55,
0x72, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79,
0x55, 0x72, 0x6c, 0x12, 0x28, 0x0a, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x50, 0x61, 0x72,
0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x65, 0x78,
0x74, 0x65, 0x6e, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x22, 0x81, 0x01,
0x0a, 0x19, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x68, 0x61,
0x72, 0x67, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x63,
0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61,
0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75,
0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x18,
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e,
0x6f, 0x22, 0x8d, 0x01, 0x0a, 0x19, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52,
0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x12,
0x1e, 0x0a, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20,
0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x12,
0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01,
0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x12, 0x0a,
0x04, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x69, 0x67,
0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x18,
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e,
0x6f, 0x22, 0xc0, 0x02, 0x0a, 0x14, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52,
0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x65,
0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69,
0x67, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x69, 0x67, 0x6e, 0x12, 0x1c,
0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28,
0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x1e, 0x0a, 0x0a,
0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0a, 0x6f, 0x75, 0x74, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x6f, 0x12, 0x1c, 0x0a, 0x09,
0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52,
0x09, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x6f,
0x62, 0x69, 0x6c, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x6f, 0x62, 0x69,
0x6c, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70,
0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x08,
0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09,
0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x55, 0x72, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52,
0x09, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x55, 0x72, 0x6c, 0x12, 0x28, 0x0a, 0x0f, 0x65, 0x78,
0x74, 0x65, 0x6e, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x18, 0x0a, 0x20,
0x01, 0x28, 0x09, 0x52, 0x0f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d,
0x65, 0x74, 0x65, 0x72, 0x22, 0x2d, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x65, 0x6c,
0x6c, 0x65, 0x72, 0x42, 0x79, 0x41, 0x70, 0x70, 0x49, 0x64, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a,
0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70,
0x70, 0x49, 0x64, 0x22, 0xcd, 0x03, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x65, 0x6c,
0x6c, 0x65, 0x72, 0x42, 0x79, 0x41, 0x70, 0x70, 0x49, 0x64, 0x52, 0x65, 0x73, 0x12, 0x0e, 0x0a,
0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1e, 0x0a,
0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0a, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1e, 0x0a,
0x0a, 0x72, 0x65, 0x73, 0x65, 0x6c, 0x6c, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x65, 0x6c, 0x6c, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a,
0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70,
0x70, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x6f, 0x73, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01,
0x28, 0x09, 0x52, 0x05, 0x70, 0x6f, 0x73, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x6f,
0x72, 0x65, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x74, 0x6f, 0x72,
0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4d, 0x6f, 0x64, 0x18, 0x07, 0x20,
0x01, 0x28, 0x05, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4d, 0x6f, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x70,
0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x72, 0x69,
0x76, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70,
0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x6d, 0x65, 0x72,
0x63, 0x68, 0x61, 0x6e, 0x74, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x18, 0x0a,
0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x6d, 0x65, 0x72, 0x63, 0x68, 0x61, 0x6e, 0x74, 0x50, 0x75,
0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65,
0x74, 0x4b, 0x65, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x65, 0x63, 0x72,
0x65, 0x74, 0x4b, 0x65, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x55,
0x72, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79,
0x55, 0x72, 0x6c, 0x12, 0x26, 0x0a, 0x0e, 0x73, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65,
0x45, 0x76, 0x65, 0x6e, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x73, 0x75, 0x62,
0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73,
0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61,
0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d,
0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54,
0x69, 0x6d, 0x65, 0x32, 0x90, 0x06, 0x0a, 0x08, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72,
0x12, 0x49, 0x0a, 0x11, 0x7a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63,
0x68, 0x61, 0x72, 0x67, 0x65, 0x12, 0x1e, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72,
0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72,
0x67, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72,
0x2e, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x73, 0x12, 0x62, 0x0a, 0x16, 0x7a,
0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65,
0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0x23, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72,
0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72,
0x67, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x23, 0x2e, 0x74, 0x72, 0x61,
0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52,
0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x12,
0x41, 0x0a, 0x0d, 0x7a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x61, 0x72, 0x64,
0x12, 0x1a, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x5a, 0x6c, 0x74, 0x78,
0x4f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x74,
0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x52,
0x65, 0x73, 0x12, 0x56, 0x0a, 0x12, 0x7a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x43,
0x61, 0x72, 0x64, 0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0x1f, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73,
0x66, 0x65, 0x72, 0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x61, 0x72,
0x64, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x74, 0x72, 0x61, 0x6e,
0x73, 0x66, 0x65, 0x72, 0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x43, 0x61,
0x72, 0x64, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x12, 0x44, 0x0a, 0x0c, 0x7a, 0x6c,
0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x53, 0x6d, 0x73, 0x12, 0x19, 0x2e, 0x74, 0x72, 0x61,
0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x53,
0x6d, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72,
0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x53, 0x6d, 0x73, 0x52, 0x65, 0x73,
0x12, 0x47, 0x0a, 0x10, 0x7a, 0x6c, 0x74, 0x78, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65,
0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e,
0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x74, 0x72, 0x61,
0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72,
0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x12, 0x4d, 0x0a, 0x13, 0x7a, 0x6c, 0x74,
0x78, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74,
0x12, 0x14, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x44, 0x65, 0x66, 0x61,
0x75, 0x6c, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x20, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65,
0x72, 0x2e, 0x5a, 0x6c, 0x74, 0x78, 0x52, 0x65, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x72,
0x6f, 0x64, 0x75, 0x63, 0x74, 0x52, 0x65, 0x73, 0x12, 0x47, 0x0a, 0x0d, 0x6d, 0x61, 0x72, 0x6b,
0x65, 0x74, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x6e, 0x64, 0x12, 0x1a, 0x2e, 0x74, 0x72, 0x61, 0x6e,
0x73, 0x66, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x53, 0x65,
0x6e, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72,
0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x6e, 0x64, 0x52, 0x65,
0x73, 0x12, 0x50, 0x0a, 0x10, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x44, 0x69,
0x73, 0x63, 0x61, 0x72, 0x64, 0x12, 0x1d, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72,
0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72,
0x64, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e,
0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x44, 0x69, 0x73, 0x63, 0x61, 0x72, 0x64,
0x52, 0x65, 0x73, 0x12, 0x41, 0x0a, 0x0b, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x51, 0x75, 0x65,
0x72, 0x79, 0x12, 0x18, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x4d, 0x61,
0x72, 0x6b, 0x65, 0x74, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x74,
0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x51, 0x75,
0x65, 0x72, 0x79, 0x52, 0x65, 0x73, 0x42, 0x0c, 0x5a, 0x0a, 0x2e, 0x2f, 0x74, 0x72, 0x61, 0x6e,
0x73, 0x66, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_transfer_proto_rawDescOnce sync.Once
file_transfer_proto_rawDescData = file_transfer_proto_rawDesc
)
func file_transfer_proto_rawDescGZIP() []byte {
file_transfer_proto_rawDescOnce.Do(func() {
file_transfer_proto_rawDescData = protoimpl.X.CompressGZIP(file_transfer_proto_rawDescData)
})
return file_transfer_proto_rawDescData
}
var file_transfer_proto_msgTypes = make([]protoimpl.MessageInfo, 24)
var file_transfer_proto_goTypes = []interface{}{
(*DefaultRes)(nil), // 0: transfer.DefaultRes
(*DefaultReq)(nil), // 1: transfer.DefaultReq
(*MarketQueryRes)(nil), // 2: transfer.MarketQueryRes
(*MarketQueryReq)(nil), // 3: transfer.MarketQueryReq
(*MarketKeyDiscardRes)(nil), // 4: transfer.MarketKeyDiscardRes
(*MarketKeyDiscardReq)(nil), // 5: transfer.MarketKeyDiscardReq
(*MarketKeySendRes)(nil), // 6: transfer.MarketKeySendRes
(*MarketKeySendReq)(nil), // 7: transfer.MarketKeySendReq
(*ZltxRechargeProductRes)(nil), // 8: transfer.ZltxRechargeProductRes
(*ZltxRechargeInfoRes)(nil), // 9: transfer.ZltxRechargeInfoRes
(*ZltxOrderSmsRes)(nil), // 10: transfer.ZltxOrderSmsRes
(*ZltxOrderSmsReq)(nil), // 11: transfer.ZltxOrderSmsReq
(*ZltxOrderCardQueryRes)(nil), // 12: transfer.ZltxOrderCardQueryRes
(*ZltxOrderCardQueryReq)(nil), // 13: transfer.ZltxOrderCardQueryReq
(*ZltxOrderCardReq)(nil), // 14: transfer.ZltxOrderCardReq
(*ZltxOrderRechargeQueryRes)(nil), // 15: transfer.ZltxOrderRechargeQueryRes
(*ZltxOrderRechargeQueryReq)(nil), // 16: transfer.ZltxOrderRechargeQueryReq
(*ZltxOrderRechargeReq)(nil), // 17: transfer.ZltxOrderRechargeReq
(*GetResellerByAppIdReq)(nil), // 18: transfer.GetResellerByAppIdReq
(*GetResellerByAppIdRes)(nil), // 19: transfer.GetResellerByAppIdRes
(*MarketQueryRes_Data)(nil), // 20: transfer.MarketQueryRes.Data
(*MarketKeyDiscardRes_Data)(nil), // 21: transfer.MarketKeyDiscardRes.Data
(*MarketKeySendRes_Data)(nil), // 22: transfer.MarketKeySendRes.Data
(*ZltxRechargeProductRes_Product)(nil), // 23: transfer.ZltxRechargeProductRes.Product
}
var file_transfer_proto_depIdxs = []int32{
20, // 0: transfer.MarketQueryRes.data:type_name -> transfer.MarketQueryRes.Data
21, // 1: transfer.MarketKeyDiscardRes.data:type_name -> transfer.MarketKeyDiscardRes.Data
22, // 2: transfer.MarketKeySendRes.data:type_name -> transfer.MarketKeySendRes.Data
23, // 3: transfer.ZltxRechargeProductRes.products:type_name -> transfer.ZltxRechargeProductRes.Product
17, // 4: transfer.Transfer.zltxOrderRecharge:input_type -> transfer.ZltxOrderRechargeReq
16, // 5: transfer.Transfer.zltxOrderRechargeQuery:input_type -> transfer.ZltxOrderRechargeQueryReq
14, // 6: transfer.Transfer.zltxOrderCard:input_type -> transfer.ZltxOrderCardReq
13, // 7: transfer.Transfer.zltxOrderCardQuery:input_type -> transfer.ZltxOrderCardQueryReq
11, // 8: transfer.Transfer.zltxOrderSms:input_type -> transfer.ZltxOrderSmsReq
1, // 9: transfer.Transfer.zltxRechargeInfo:input_type -> transfer.DefaultReq
1, // 10: transfer.Transfer.zltxRechargeProduct:input_type -> transfer.DefaultReq
7, // 11: transfer.Transfer.marketKeySend:input_type -> transfer.MarketKeySendReq
5, // 12: transfer.Transfer.marketKeyDiscard:input_type -> transfer.MarketKeyDiscardReq
3, // 13: transfer.Transfer.marketQuery:input_type -> transfer.MarketQueryReq
0, // 14: transfer.Transfer.zltxOrderRecharge:output_type -> transfer.DefaultRes
15, // 15: transfer.Transfer.zltxOrderRechargeQuery:output_type -> transfer.ZltxOrderRechargeQueryRes
0, // 16: transfer.Transfer.zltxOrderCard:output_type -> transfer.DefaultRes
12, // 17: transfer.Transfer.zltxOrderCardQuery:output_type -> transfer.ZltxOrderCardQueryRes
10, // 18: transfer.Transfer.zltxOrderSms:output_type -> transfer.ZltxOrderSmsRes
9, // 19: transfer.Transfer.zltxRechargeInfo:output_type -> transfer.ZltxRechargeInfoRes
8, // 20: transfer.Transfer.zltxRechargeProduct:output_type -> transfer.ZltxRechargeProductRes
6, // 21: transfer.Transfer.marketKeySend:output_type -> transfer.MarketKeySendRes
4, // 22: transfer.Transfer.marketKeyDiscard:output_type -> transfer.MarketKeyDiscardRes
2, // 23: transfer.Transfer.marketQuery:output_type -> transfer.MarketQueryRes
14, // [14:24] is the sub-list for method output_type
4, // [4:14] is the sub-list for method input_type
4, // [4:4] is the sub-list for extension type_name
4, // [4:4] is the sub-list for extension extendee
0, // [0:4] is the sub-list for field type_name
}
func init() { file_transfer_proto_init() }
func file_transfer_proto_init() {
if File_transfer_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_transfer_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DefaultRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DefaultReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MarketQueryRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MarketQueryReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MarketKeyDiscardRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MarketKeyDiscardReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MarketKeySendRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MarketKeySendReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ZltxRechargeProductRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ZltxRechargeInfoRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ZltxOrderSmsRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ZltxOrderSmsReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ZltxOrderCardQueryRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ZltxOrderCardQueryReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ZltxOrderCardReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ZltxOrderRechargeQueryRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ZltxOrderRechargeQueryReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ZltxOrderRechargeReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetResellerByAppIdReq); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetResellerByAppIdRes); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MarketQueryRes_Data); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MarketKeyDiscardRes_Data); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MarketKeySendRes_Data); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_transfer_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ZltxRechargeProductRes_Product); 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_transfer_proto_rawDesc,
NumEnums: 0,
NumMessages: 24,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_transfer_proto_goTypes,
DependencyIndexes: file_transfer_proto_depIdxs,
MessageInfos: file_transfer_proto_msgTypes,
}.Build()
File_transfer_proto = out.File
file_transfer_proto_rawDesc = nil
file_transfer_proto_goTypes = nil
file_transfer_proto_depIdxs = nil
}