mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-07 04:23:50 +08:00
1323 lines
44 KiB
Go
1323 lines
44 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.25.0
|
|
// protoc v3.11.4
|
|
// source: oidb0x6d9.proto
|
|
|
|
package oidb
|
|
|
|
import (
|
|
proto "github.com/golang/protobuf/proto"
|
|
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)
|
|
)
|
|
|
|
// This is a compile-time assertion that a sufficiently up-to-date version
|
|
// of the legacy proto package is being used.
|
|
const _ = proto.ProtoPackageIsVersion4
|
|
|
|
type GroupFileFeedsInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
BusId *uint32 `protobuf:"varint,1,opt,name=busId" json:"busId,omitempty"`
|
|
FileId *string `protobuf:"bytes,2,opt,name=fileId" json:"fileId,omitempty"`
|
|
MsgRandom *uint32 `protobuf:"varint,3,opt,name=msgRandom" json:"msgRandom,omitempty"`
|
|
Ext []byte `protobuf:"bytes,4,opt,name=ext" json:"ext,omitempty"`
|
|
FeedFlag *uint32 `protobuf:"varint,5,opt,name=feedFlag" json:"feedFlag,omitempty"`
|
|
}
|
|
|
|
func (x *GroupFileFeedsInfo) Reset() {
|
|
*x = GroupFileFeedsInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_oidb0x6d9_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GroupFileFeedsInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GroupFileFeedsInfo) ProtoMessage() {}
|
|
|
|
func (x *GroupFileFeedsInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_oidb0x6d9_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 GroupFileFeedsInfo.ProtoReflect.Descriptor instead.
|
|
func (*GroupFileFeedsInfo) Descriptor() ([]byte, []int) {
|
|
return file_oidb0x6d9_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *GroupFileFeedsInfo) GetBusId() uint32 {
|
|
if x != nil && x.BusId != nil {
|
|
return *x.BusId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GroupFileFeedsInfo) GetFileId() string {
|
|
if x != nil && x.FileId != nil {
|
|
return *x.FileId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GroupFileFeedsInfo) GetMsgRandom() uint32 {
|
|
if x != nil && x.MsgRandom != nil {
|
|
return *x.MsgRandom
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GroupFileFeedsInfo) GetExt() []byte {
|
|
if x != nil {
|
|
return x.Ext
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GroupFileFeedsInfo) GetFeedFlag() uint32 {
|
|
if x != nil && x.FeedFlag != nil {
|
|
return *x.FeedFlag
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CopyFromReqBody struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
|
|
AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
|
|
SrcBusId *uint32 `protobuf:"varint,3,opt,name=srcBusId" json:"srcBusId,omitempty"`
|
|
SrcParentFolder []byte `protobuf:"bytes,4,opt,name=srcParentFolder" json:"srcParentFolder,omitempty"`
|
|
SrcFilePath []byte `protobuf:"bytes,5,opt,name=srcFilePath" json:"srcFilePath,omitempty"`
|
|
DstBusId *uint32 `protobuf:"varint,6,opt,name=dstBusId" json:"dstBusId,omitempty"`
|
|
DstFolderId []byte `protobuf:"bytes,7,opt,name=dstFolderId" json:"dstFolderId,omitempty"`
|
|
FileSize *uint64 `protobuf:"varint,8,opt,name=fileSize" json:"fileSize,omitempty"`
|
|
LocalPath *string `protobuf:"bytes,9,opt,name=localPath" json:"localPath,omitempty"`
|
|
FileName *string `protobuf:"bytes,10,opt,name=fileName" json:"fileName,omitempty"`
|
|
SrcUin *uint64 `protobuf:"varint,11,opt,name=srcUin" json:"srcUin,omitempty"`
|
|
Md5 []byte `protobuf:"bytes,12,opt,name=md5" json:"md5,omitempty"`
|
|
}
|
|
|
|
func (x *CopyFromReqBody) Reset() {
|
|
*x = CopyFromReqBody{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_oidb0x6d9_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CopyFromReqBody) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CopyFromReqBody) ProtoMessage() {}
|
|
|
|
func (x *CopyFromReqBody) ProtoReflect() protoreflect.Message {
|
|
mi := &file_oidb0x6d9_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 CopyFromReqBody.ProtoReflect.Descriptor instead.
|
|
func (*CopyFromReqBody) Descriptor() ([]byte, []int) {
|
|
return file_oidb0x6d9_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *CopyFromReqBody) GetGroupCode() uint64 {
|
|
if x != nil && x.GroupCode != nil {
|
|
return *x.GroupCode
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CopyFromReqBody) GetAppId() uint32 {
|
|
if x != nil && x.AppId != nil {
|
|
return *x.AppId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CopyFromReqBody) GetSrcBusId() uint32 {
|
|
if x != nil && x.SrcBusId != nil {
|
|
return *x.SrcBusId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CopyFromReqBody) GetSrcParentFolder() []byte {
|
|
if x != nil {
|
|
return x.SrcParentFolder
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CopyFromReqBody) GetSrcFilePath() []byte {
|
|
if x != nil {
|
|
return x.SrcFilePath
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CopyFromReqBody) GetDstBusId() uint32 {
|
|
if x != nil && x.DstBusId != nil {
|
|
return *x.DstBusId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CopyFromReqBody) GetDstFolderId() []byte {
|
|
if x != nil {
|
|
return x.DstFolderId
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CopyFromReqBody) GetFileSize() uint64 {
|
|
if x != nil && x.FileSize != nil {
|
|
return *x.FileSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CopyFromReqBody) GetLocalPath() string {
|
|
if x != nil && x.LocalPath != nil {
|
|
return *x.LocalPath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CopyFromReqBody) GetFileName() string {
|
|
if x != nil && x.FileName != nil {
|
|
return *x.FileName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CopyFromReqBody) GetSrcUin() uint64 {
|
|
if x != nil && x.SrcUin != nil {
|
|
return *x.SrcUin
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CopyFromReqBody) GetMd5() []byte {
|
|
if x != nil {
|
|
return x.Md5
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CopyFromRspBody struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
|
|
RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
|
|
ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"`
|
|
SaveFilePath []byte `protobuf:"bytes,4,opt,name=saveFilePath" json:"saveFilePath,omitempty"`
|
|
BusId *uint32 `protobuf:"varint,5,opt,name=busId" json:"busId,omitempty"`
|
|
}
|
|
|
|
func (x *CopyFromRspBody) Reset() {
|
|
*x = CopyFromRspBody{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_oidb0x6d9_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CopyFromRspBody) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CopyFromRspBody) ProtoMessage() {}
|
|
|
|
func (x *CopyFromRspBody) ProtoReflect() protoreflect.Message {
|
|
mi := &file_oidb0x6d9_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 CopyFromRspBody.ProtoReflect.Descriptor instead.
|
|
func (*CopyFromRspBody) Descriptor() ([]byte, []int) {
|
|
return file_oidb0x6d9_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *CopyFromRspBody) GetRetCode() int32 {
|
|
if x != nil && x.RetCode != nil {
|
|
return *x.RetCode
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CopyFromRspBody) GetRetMsg() string {
|
|
if x != nil && x.RetMsg != nil {
|
|
return *x.RetMsg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CopyFromRspBody) GetClientWording() string {
|
|
if x != nil && x.ClientWording != nil {
|
|
return *x.ClientWording
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CopyFromRspBody) GetSaveFilePath() []byte {
|
|
if x != nil {
|
|
return x.SaveFilePath
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CopyFromRspBody) GetBusId() uint32 {
|
|
if x != nil && x.BusId != nil {
|
|
return *x.BusId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CopyToReqBody struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
|
|
AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
|
|
SrcBusId *uint32 `protobuf:"varint,3,opt,name=srcBusId" json:"srcBusId,omitempty"`
|
|
SrcFileId *string `protobuf:"bytes,4,opt,name=srcFileId" json:"srcFileId,omitempty"`
|
|
DstBusId *uint32 `protobuf:"varint,5,opt,name=dstBusId" json:"dstBusId,omitempty"`
|
|
DstUin *uint64 `protobuf:"varint,6,opt,name=dstUin" json:"dstUin,omitempty"`
|
|
NewFileName *string `protobuf:"bytes,40,opt,name=newFileName" json:"newFileName,omitempty"`
|
|
TimCloudPdirKey []byte `protobuf:"bytes,100,opt,name=timCloudPdirKey" json:"timCloudPdirKey,omitempty"`
|
|
TimCloudPpdirKey []byte `protobuf:"bytes,101,opt,name=timCloudPpdirKey" json:"timCloudPpdirKey,omitempty"`
|
|
TimCloudExtensionInfo []byte `protobuf:"bytes,102,opt,name=timCloudExtensionInfo" json:"timCloudExtensionInfo,omitempty"`
|
|
TimFileExistOption *uint32 `protobuf:"varint,103,opt,name=timFileExistOption" json:"timFileExistOption,omitempty"`
|
|
}
|
|
|
|
func (x *CopyToReqBody) Reset() {
|
|
*x = CopyToReqBody{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_oidb0x6d9_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CopyToReqBody) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CopyToReqBody) ProtoMessage() {}
|
|
|
|
func (x *CopyToReqBody) ProtoReflect() protoreflect.Message {
|
|
mi := &file_oidb0x6d9_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 CopyToReqBody.ProtoReflect.Descriptor instead.
|
|
func (*CopyToReqBody) Descriptor() ([]byte, []int) {
|
|
return file_oidb0x6d9_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *CopyToReqBody) GetGroupCode() uint64 {
|
|
if x != nil && x.GroupCode != nil {
|
|
return *x.GroupCode
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CopyToReqBody) GetAppId() uint32 {
|
|
if x != nil && x.AppId != nil {
|
|
return *x.AppId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CopyToReqBody) GetSrcBusId() uint32 {
|
|
if x != nil && x.SrcBusId != nil {
|
|
return *x.SrcBusId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CopyToReqBody) GetSrcFileId() string {
|
|
if x != nil && x.SrcFileId != nil {
|
|
return *x.SrcFileId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CopyToReqBody) GetDstBusId() uint32 {
|
|
if x != nil && x.DstBusId != nil {
|
|
return *x.DstBusId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CopyToReqBody) GetDstUin() uint64 {
|
|
if x != nil && x.DstUin != nil {
|
|
return *x.DstUin
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CopyToReqBody) GetNewFileName() string {
|
|
if x != nil && x.NewFileName != nil {
|
|
return *x.NewFileName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CopyToReqBody) GetTimCloudPdirKey() []byte {
|
|
if x != nil {
|
|
return x.TimCloudPdirKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CopyToReqBody) GetTimCloudPpdirKey() []byte {
|
|
if x != nil {
|
|
return x.TimCloudPpdirKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CopyToReqBody) GetTimCloudExtensionInfo() []byte {
|
|
if x != nil {
|
|
return x.TimCloudExtensionInfo
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CopyToReqBody) GetTimFileExistOption() uint32 {
|
|
if x != nil && x.TimFileExistOption != nil {
|
|
return *x.TimFileExistOption
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CopyToRspBody struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
|
|
RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
|
|
ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"`
|
|
SaveFilePath *string `protobuf:"bytes,4,opt,name=saveFilePath" json:"saveFilePath,omitempty"`
|
|
BusId *uint32 `protobuf:"varint,5,opt,name=busId" json:"busId,omitempty"`
|
|
FileName *string `protobuf:"bytes,40,opt,name=fileName" json:"fileName,omitempty"`
|
|
}
|
|
|
|
func (x *CopyToRspBody) Reset() {
|
|
*x = CopyToRspBody{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_oidb0x6d9_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CopyToRspBody) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CopyToRspBody) ProtoMessage() {}
|
|
|
|
func (x *CopyToRspBody) ProtoReflect() protoreflect.Message {
|
|
mi := &file_oidb0x6d9_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 CopyToRspBody.ProtoReflect.Descriptor instead.
|
|
func (*CopyToRspBody) Descriptor() ([]byte, []int) {
|
|
return file_oidb0x6d9_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *CopyToRspBody) GetRetCode() int32 {
|
|
if x != nil && x.RetCode != nil {
|
|
return *x.RetCode
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CopyToRspBody) GetRetMsg() string {
|
|
if x != nil && x.RetMsg != nil {
|
|
return *x.RetMsg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CopyToRspBody) GetClientWording() string {
|
|
if x != nil && x.ClientWording != nil {
|
|
return *x.ClientWording
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CopyToRspBody) GetSaveFilePath() string {
|
|
if x != nil && x.SaveFilePath != nil {
|
|
return *x.SaveFilePath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CopyToRspBody) GetBusId() uint32 {
|
|
if x != nil && x.BusId != nil {
|
|
return *x.BusId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CopyToRspBody) GetFileName() string {
|
|
if x != nil && x.FileName != nil {
|
|
return *x.FileName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type FeedsReqBody struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
|
|
AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
|
|
FeedsInfoList []*GroupFileFeedsInfo `protobuf:"bytes,3,rep,name=feedsInfoList" json:"feedsInfoList,omitempty"`
|
|
MultiSendSeq *uint32 `protobuf:"varint,4,opt,name=multiSendSeq" json:"multiSendSeq,omitempty"`
|
|
}
|
|
|
|
func (x *FeedsReqBody) Reset() {
|
|
*x = FeedsReqBody{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_oidb0x6d9_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *FeedsReqBody) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FeedsReqBody) ProtoMessage() {}
|
|
|
|
func (x *FeedsReqBody) ProtoReflect() protoreflect.Message {
|
|
mi := &file_oidb0x6d9_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 FeedsReqBody.ProtoReflect.Descriptor instead.
|
|
func (*FeedsReqBody) Descriptor() ([]byte, []int) {
|
|
return file_oidb0x6d9_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *FeedsReqBody) GetGroupCode() uint64 {
|
|
if x != nil && x.GroupCode != nil {
|
|
return *x.GroupCode
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *FeedsReqBody) GetAppId() uint32 {
|
|
if x != nil && x.AppId != nil {
|
|
return *x.AppId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *FeedsReqBody) GetFeedsInfoList() []*GroupFileFeedsInfo {
|
|
if x != nil {
|
|
return x.FeedsInfoList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *FeedsReqBody) GetMultiSendSeq() uint32 {
|
|
if x != nil && x.MultiSendSeq != nil {
|
|
return *x.MultiSendSeq
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type FeedsRspBody struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
|
|
RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
|
|
ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"`
|
|
//repeated C8639group_file_common.FeedsResult feedsResultList = 4;
|
|
SvrbusyWaitTime *uint32 `protobuf:"varint,5,opt,name=svrbusyWaitTime" json:"svrbusyWaitTime,omitempty"`
|
|
}
|
|
|
|
func (x *FeedsRspBody) Reset() {
|
|
*x = FeedsRspBody{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_oidb0x6d9_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *FeedsRspBody) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FeedsRspBody) ProtoMessage() {}
|
|
|
|
func (x *FeedsRspBody) ProtoReflect() protoreflect.Message {
|
|
mi := &file_oidb0x6d9_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 FeedsRspBody.ProtoReflect.Descriptor instead.
|
|
func (*FeedsRspBody) Descriptor() ([]byte, []int) {
|
|
return file_oidb0x6d9_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *FeedsRspBody) GetRetCode() int32 {
|
|
if x != nil && x.RetCode != nil {
|
|
return *x.RetCode
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *FeedsRspBody) GetRetMsg() string {
|
|
if x != nil && x.RetMsg != nil {
|
|
return *x.RetMsg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *FeedsRspBody) GetClientWording() string {
|
|
if x != nil && x.ClientWording != nil {
|
|
return *x.ClientWording
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *FeedsRspBody) GetSvrbusyWaitTime() uint32 {
|
|
if x != nil && x.SvrbusyWaitTime != nil {
|
|
return *x.SvrbusyWaitTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type D6D9ReqBody struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
TransFileReq *TransFileReqBody `protobuf:"bytes,1,opt,name=transFileReq" json:"transFileReq,omitempty"`
|
|
CopyFromReq *CopyFromReqBody `protobuf:"bytes,2,opt,name=copyFromReq" json:"copyFromReq,omitempty"`
|
|
CopyToReq *CopyToReqBody `protobuf:"bytes,3,opt,name=copyToReq" json:"copyToReq,omitempty"`
|
|
FeedsInfoReq *FeedsReqBody `protobuf:"bytes,5,opt,name=feedsInfoReq" json:"feedsInfoReq,omitempty"`
|
|
}
|
|
|
|
func (x *D6D9ReqBody) Reset() {
|
|
*x = D6D9ReqBody{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_oidb0x6d9_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *D6D9ReqBody) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*D6D9ReqBody) ProtoMessage() {}
|
|
|
|
func (x *D6D9ReqBody) ProtoReflect() protoreflect.Message {
|
|
mi := &file_oidb0x6d9_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 D6D9ReqBody.ProtoReflect.Descriptor instead.
|
|
func (*D6D9ReqBody) Descriptor() ([]byte, []int) {
|
|
return file_oidb0x6d9_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *D6D9ReqBody) GetTransFileReq() *TransFileReqBody {
|
|
if x != nil {
|
|
return x.TransFileReq
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *D6D9ReqBody) GetCopyFromReq() *CopyFromReqBody {
|
|
if x != nil {
|
|
return x.CopyFromReq
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *D6D9ReqBody) GetCopyToReq() *CopyToReqBody {
|
|
if x != nil {
|
|
return x.CopyToReq
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *D6D9ReqBody) GetFeedsInfoReq() *FeedsReqBody {
|
|
if x != nil {
|
|
return x.FeedsInfoReq
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type D6D9RspBody struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
TransFileRsp *TransFileRspBody `protobuf:"bytes,1,opt,name=transFileRsp" json:"transFileRsp,omitempty"`
|
|
CopyFromRsp *CopyFromRspBody `protobuf:"bytes,2,opt,name=copyFromRsp" json:"copyFromRsp,omitempty"`
|
|
CopyToRsp *CopyToRspBody `protobuf:"bytes,3,opt,name=copyToRsp" json:"copyToRsp,omitempty"`
|
|
FeedsInfoRsp *FeedsRspBody `protobuf:"bytes,5,opt,name=feedsInfoRsp" json:"feedsInfoRsp,omitempty"`
|
|
}
|
|
|
|
func (x *D6D9RspBody) Reset() {
|
|
*x = D6D9RspBody{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_oidb0x6d9_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *D6D9RspBody) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*D6D9RspBody) ProtoMessage() {}
|
|
|
|
func (x *D6D9RspBody) ProtoReflect() protoreflect.Message {
|
|
mi := &file_oidb0x6d9_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 D6D9RspBody.ProtoReflect.Descriptor instead.
|
|
func (*D6D9RspBody) Descriptor() ([]byte, []int) {
|
|
return file_oidb0x6d9_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *D6D9RspBody) GetTransFileRsp() *TransFileRspBody {
|
|
if x != nil {
|
|
return x.TransFileRsp
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *D6D9RspBody) GetCopyFromRsp() *CopyFromRspBody {
|
|
if x != nil {
|
|
return x.CopyFromRsp
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *D6D9RspBody) GetCopyToRsp() *CopyToRspBody {
|
|
if x != nil {
|
|
return x.CopyToRsp
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *D6D9RspBody) GetFeedsInfoRsp() *FeedsRspBody {
|
|
if x != nil {
|
|
return x.FeedsInfoRsp
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type TransFileReqBody struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
GroupCode *uint64 `protobuf:"varint,1,opt,name=groupCode" json:"groupCode,omitempty"`
|
|
AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
|
|
BusId *uint32 `protobuf:"varint,3,opt,name=busId" json:"busId,omitempty"`
|
|
FileId *string `protobuf:"bytes,4,opt,name=fileId" json:"fileId,omitempty"`
|
|
}
|
|
|
|
func (x *TransFileReqBody) Reset() {
|
|
*x = TransFileReqBody{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_oidb0x6d9_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *TransFileReqBody) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*TransFileReqBody) ProtoMessage() {}
|
|
|
|
func (x *TransFileReqBody) ProtoReflect() protoreflect.Message {
|
|
mi := &file_oidb0x6d9_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 TransFileReqBody.ProtoReflect.Descriptor instead.
|
|
func (*TransFileReqBody) Descriptor() ([]byte, []int) {
|
|
return file_oidb0x6d9_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *TransFileReqBody) GetGroupCode() uint64 {
|
|
if x != nil && x.GroupCode != nil {
|
|
return *x.GroupCode
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *TransFileReqBody) GetAppId() uint32 {
|
|
if x != nil && x.AppId != nil {
|
|
return *x.AppId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *TransFileReqBody) GetBusId() uint32 {
|
|
if x != nil && x.BusId != nil {
|
|
return *x.BusId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *TransFileReqBody) GetFileId() string {
|
|
if x != nil && x.FileId != nil {
|
|
return *x.FileId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type TransFileRspBody struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RetCode *int32 `protobuf:"varint,1,opt,name=retCode" json:"retCode,omitempty"`
|
|
RetMsg *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
|
|
ClientWording *string `protobuf:"bytes,3,opt,name=clientWording" json:"clientWording,omitempty"`
|
|
SaveBusId *uint32 `protobuf:"varint,4,opt,name=saveBusId" json:"saveBusId,omitempty"`
|
|
SaveFilePath *string `protobuf:"bytes,5,opt,name=saveFilePath" json:"saveFilePath,omitempty"`
|
|
}
|
|
|
|
func (x *TransFileRspBody) Reset() {
|
|
*x = TransFileRspBody{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_oidb0x6d9_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *TransFileRspBody) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*TransFileRspBody) ProtoMessage() {}
|
|
|
|
func (x *TransFileRspBody) ProtoReflect() protoreflect.Message {
|
|
mi := &file_oidb0x6d9_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 TransFileRspBody.ProtoReflect.Descriptor instead.
|
|
func (*TransFileRspBody) Descriptor() ([]byte, []int) {
|
|
return file_oidb0x6d9_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *TransFileRspBody) GetRetCode() int32 {
|
|
if x != nil && x.RetCode != nil {
|
|
return *x.RetCode
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *TransFileRspBody) GetRetMsg() string {
|
|
if x != nil && x.RetMsg != nil {
|
|
return *x.RetMsg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *TransFileRspBody) GetClientWording() string {
|
|
if x != nil && x.ClientWording != nil {
|
|
return *x.ClientWording
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *TransFileRspBody) GetSaveBusId() uint32 {
|
|
if x != nil && x.SaveBusId != nil {
|
|
return *x.SaveBusId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *TransFileRspBody) GetSaveFilePath() string {
|
|
if x != nil && x.SaveFilePath != nil {
|
|
return *x.SaveFilePath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
var File_oidb0x6d9_proto protoreflect.FileDescriptor
|
|
|
|
var file_oidb0x6d9_proto_rawDesc = []byte{
|
|
0x0a, 0x0f, 0x6f, 0x69, 0x64, 0x62, 0x30, 0x78, 0x36, 0x64, 0x39, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x22, 0x8e, 0x01, 0x0a, 0x12, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x46,
|
|
0x65, 0x65, 0x64, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49,
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x12, 0x16,
|
|
0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x73, 0x67, 0x52, 0x61, 0x6e,
|
|
0x64, 0x6f, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x6d, 0x73, 0x67, 0x52, 0x61,
|
|
0x6e, 0x64, 0x6f, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x65, 0x78, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
0x0c, 0x52, 0x03, 0x65, 0x78, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x65, 0x65, 0x64, 0x46, 0x6c,
|
|
0x61, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x66, 0x65, 0x65, 0x64, 0x46, 0x6c,
|
|
0x61, 0x67, 0x22, 0xeb, 0x02, 0x0a, 0x0f, 0x43, 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52,
|
|
0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43,
|
|
0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70,
|
|
0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x72,
|
|
0x63, 0x42, 0x75, 0x73, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x73, 0x72,
|
|
0x63, 0x42, 0x75, 0x73, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x72, 0x63, 0x50, 0x61, 0x72,
|
|
0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52,
|
|
0x0f, 0x73, 0x72, 0x63, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72,
|
|
0x12, 0x20, 0x0a, 0x0b, 0x73, 0x72, 0x63, 0x46, 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, 0x18,
|
|
0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x73, 0x72, 0x63, 0x46, 0x69, 0x6c, 0x65, 0x50, 0x61,
|
|
0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x73, 0x74, 0x42, 0x75, 0x73, 0x49, 0x64, 0x18, 0x06,
|
|
0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x73, 0x74, 0x42, 0x75, 0x73, 0x49, 0x64, 0x12, 0x20,
|
|
0x0a, 0x0b, 0x64, 0x73, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, 0x07, 0x20,
|
|
0x01, 0x28, 0x0c, 0x52, 0x0b, 0x64, 0x73, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64,
|
|
0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x08, 0x20, 0x01,
|
|
0x28, 0x04, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1c, 0x0a, 0x09,
|
|
0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x61, 0x74, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x09, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x61, 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69,
|
|
0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69,
|
|
0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e,
|
|
0x18, 0x0b, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x73, 0x72, 0x63, 0x55, 0x69, 0x6e, 0x12, 0x10,
|
|
0x0a, 0x03, 0x6d, 0x64, 0x35, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6d, 0x64, 0x35,
|
|
0x22, 0xa3, 0x01, 0x0a, 0x0f, 0x43, 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x73, 0x70,
|
|
0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16,
|
|
0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74,
|
|
0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63,
|
|
0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x22, 0x0a, 0x0c,
|
|
0x73, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, 0x18, 0x04, 0x20, 0x01,
|
|
0x28, 0x0c, 0x52, 0x0c, 0x73, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68,
|
|
0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52,
|
|
0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x22, 0x8f, 0x03, 0x0a, 0x0d, 0x43, 0x6f, 0x70, 0x79, 0x54,
|
|
0x6f, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75,
|
|
0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72, 0x6f,
|
|
0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08,
|
|
0x73, 0x72, 0x63, 0x42, 0x75, 0x73, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08,
|
|
0x73, 0x72, 0x63, 0x42, 0x75, 0x73, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x72, 0x63, 0x46,
|
|
0x69, 0x6c, 0x65, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x72, 0x63,
|
|
0x46, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x73, 0x74, 0x42, 0x75, 0x73,
|
|
0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x08, 0x64, 0x73, 0x74, 0x42, 0x75, 0x73,
|
|
0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x18, 0x06, 0x20, 0x01,
|
|
0x28, 0x04, 0x52, 0x06, 0x64, 0x73, 0x74, 0x55, 0x69, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x6e, 0x65,
|
|
0x77, 0x46, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x28, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x0b, 0x6e, 0x65, 0x77, 0x46, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0f,
|
|
0x74, 0x69, 0x6d, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x50, 0x64, 0x69, 0x72, 0x4b, 0x65, 0x79, 0x18,
|
|
0x64, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0f, 0x74, 0x69, 0x6d, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x50,
|
|
0x64, 0x69, 0x72, 0x4b, 0x65, 0x79, 0x12, 0x2a, 0x0a, 0x10, 0x74, 0x69, 0x6d, 0x43, 0x6c, 0x6f,
|
|
0x75, 0x64, 0x50, 0x70, 0x64, 0x69, 0x72, 0x4b, 0x65, 0x79, 0x18, 0x65, 0x20, 0x01, 0x28, 0x0c,
|
|
0x52, 0x10, 0x74, 0x69, 0x6d, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x50, 0x70, 0x64, 0x69, 0x72, 0x4b,
|
|
0x65, 0x79, 0x12, 0x34, 0x0a, 0x15, 0x74, 0x69, 0x6d, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x45, 0x78,
|
|
0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x66, 0x20, 0x01, 0x28,
|
|
0x0c, 0x52, 0x15, 0x74, 0x69, 0x6d, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x45, 0x78, 0x74, 0x65, 0x6e,
|
|
0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x2e, 0x0a, 0x12, 0x74, 0x69, 0x6d, 0x46,
|
|
0x69, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x67,
|
|
0x20, 0x01, 0x28, 0x0d, 0x52, 0x12, 0x74, 0x69, 0x6d, 0x46, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x69,
|
|
0x73, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xbd, 0x01, 0x0a, 0x0d, 0x43, 0x6f, 0x70,
|
|
0x79, 0x54, 0x6f, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65,
|
|
0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74,
|
|
0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d,
|
|
0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69,
|
|
0x6e, 0x67, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x50, 0x61,
|
|
0x74, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x61, 0x76, 0x65, 0x46, 0x69,
|
|
0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x18,
|
|
0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08,
|
|
0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x28, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0xa1, 0x01, 0x0a, 0x0c, 0x46, 0x65, 0x65,
|
|
0x64, 0x73, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f,
|
|
0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09, 0x67, 0x72,
|
|
0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x39, 0x0a,
|
|
0x0d, 0x66, 0x65, 0x65, 0x64, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x03,
|
|
0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x65,
|
|
0x46, 0x65, 0x65, 0x64, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0d, 0x66, 0x65, 0x65, 0x64, 0x73,
|
|
0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x75, 0x6c, 0x74,
|
|
0x69, 0x53, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c,
|
|
0x6d, 0x75, 0x6c, 0x74, 0x69, 0x53, 0x65, 0x6e, 0x64, 0x53, 0x65, 0x71, 0x22, 0x90, 0x01, 0x0a,
|
|
0x0c, 0x46, 0x65, 0x65, 0x64, 0x73, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x18, 0x0a,
|
|
0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07,
|
|
0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73,
|
|
0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x12,
|
|
0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67,
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f,
|
|
0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x76, 0x72, 0x62, 0x75, 0x73, 0x79,
|
|
0x57, 0x61, 0x69, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0f,
|
|
0x73, 0x76, 0x72, 0x62, 0x75, 0x73, 0x79, 0x57, 0x61, 0x69, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x22,
|
|
0xd9, 0x01, 0x0a, 0x0b, 0x44, 0x36, 0x44, 0x39, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12,
|
|
0x35, 0x0a, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x46, 0x69, 0x6c,
|
|
0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x46,
|
|
0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x12, 0x32, 0x0a, 0x0b, 0x63, 0x6f, 0x70, 0x79, 0x46, 0x72,
|
|
0x6f, 0x6d, 0x52, 0x65, 0x71, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x43, 0x6f,
|
|
0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0b, 0x63,
|
|
0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x12, 0x2c, 0x0a, 0x09, 0x63, 0x6f,
|
|
0x70, 0x79, 0x54, 0x6f, 0x52, 0x65, 0x71, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e,
|
|
0x43, 0x6f, 0x70, 0x79, 0x54, 0x6f, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x09, 0x63,
|
|
0x6f, 0x70, 0x79, 0x54, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x31, 0x0a, 0x0c, 0x66, 0x65, 0x65, 0x64,
|
|
0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d,
|
|
0x2e, 0x46, 0x65, 0x65, 0x64, 0x73, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0c, 0x66,
|
|
0x65, 0x65, 0x64, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0xd9, 0x01, 0x0a, 0x0b,
|
|
0x44, 0x36, 0x44, 0x39, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x35, 0x0a, 0x0c, 0x74,
|
|
0x72, 0x61, 0x6e, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x11, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70,
|
|
0x42, 0x6f, 0x64, 0x79, 0x52, 0x0c, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x52,
|
|
0x73, 0x70, 0x12, 0x32, 0x0a, 0x0b, 0x63, 0x6f, 0x70, 0x79, 0x46, 0x72, 0x6f, 0x6d, 0x52, 0x73,
|
|
0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x43, 0x6f, 0x70, 0x79, 0x46, 0x72,
|
|
0x6f, 0x6d, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0b, 0x63, 0x6f, 0x70, 0x79, 0x46,
|
|
0x72, 0x6f, 0x6d, 0x52, 0x73, 0x70, 0x12, 0x2c, 0x0a, 0x09, 0x63, 0x6f, 0x70, 0x79, 0x54, 0x6f,
|
|
0x52, 0x73, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x43, 0x6f, 0x70, 0x79,
|
|
0x54, 0x6f, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x09, 0x63, 0x6f, 0x70, 0x79, 0x54,
|
|
0x6f, 0x52, 0x73, 0x70, 0x12, 0x31, 0x0a, 0x0c, 0x66, 0x65, 0x65, 0x64, 0x73, 0x49, 0x6e, 0x66,
|
|
0x6f, 0x52, 0x73, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x46, 0x65, 0x65,
|
|
0x64, 0x73, 0x52, 0x73, 0x70, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x0c, 0x66, 0x65, 0x65, 0x64, 0x73,
|
|
0x49, 0x6e, 0x66, 0x6f, 0x52, 0x73, 0x70, 0x22, 0x74, 0x0a, 0x10, 0x54, 0x72, 0x61, 0x6e, 0x73,
|
|
0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67,
|
|
0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x09,
|
|
0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70,
|
|
0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12,
|
|
0x14, 0x0a, 0x05, 0x62, 0x75, 0x73, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x05,
|
|
0x62, 0x75, 0x73, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x18,
|
|
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x65, 0x49, 0x64, 0x22, 0xac, 0x01,
|
|
0x0a, 0x10, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x73, 0x70, 0x42, 0x6f,
|
|
0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06,
|
|
0x72, 0x65, 0x74, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65,
|
|
0x74, 0x4d, 0x73, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x57, 0x6f,
|
|
0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6c, 0x69,
|
|
0x65, 0x6e, 0x74, 0x57, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x61,
|
|
0x76, 0x65, 0x42, 0x75, 0x73, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x73,
|
|
0x61, 0x76, 0x65, 0x42, 0x75, 0x73, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x61, 0x76, 0x65,
|
|
0x46, 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
|
|
0x73, 0x61, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x50, 0x61, 0x74, 0x68, 0x42, 0x08, 0x5a, 0x06,
|
|
0x2e, 0x3b, 0x6f, 0x69, 0x64, 0x62,
|
|
}
|
|
|
|
var (
|
|
file_oidb0x6d9_proto_rawDescOnce sync.Once
|
|
file_oidb0x6d9_proto_rawDescData = file_oidb0x6d9_proto_rawDesc
|
|
)
|
|
|
|
func file_oidb0x6d9_proto_rawDescGZIP() []byte {
|
|
file_oidb0x6d9_proto_rawDescOnce.Do(func() {
|
|
file_oidb0x6d9_proto_rawDescData = protoimpl.X.CompressGZIP(file_oidb0x6d9_proto_rawDescData)
|
|
})
|
|
return file_oidb0x6d9_proto_rawDescData
|
|
}
|
|
|
|
var file_oidb0x6d9_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
|
|
var file_oidb0x6d9_proto_goTypes = []interface{}{
|
|
(*GroupFileFeedsInfo)(nil), // 0: GroupFileFeedsInfo
|
|
(*CopyFromReqBody)(nil), // 1: CopyFromReqBody
|
|
(*CopyFromRspBody)(nil), // 2: CopyFromRspBody
|
|
(*CopyToReqBody)(nil), // 3: CopyToReqBody
|
|
(*CopyToRspBody)(nil), // 4: CopyToRspBody
|
|
(*FeedsReqBody)(nil), // 5: FeedsReqBody
|
|
(*FeedsRspBody)(nil), // 6: FeedsRspBody
|
|
(*D6D9ReqBody)(nil), // 7: D6D9ReqBody
|
|
(*D6D9RspBody)(nil), // 8: D6D9RspBody
|
|
(*TransFileReqBody)(nil), // 9: TransFileReqBody
|
|
(*TransFileRspBody)(nil), // 10: TransFileRspBody
|
|
}
|
|
var file_oidb0x6d9_proto_depIdxs = []int32{
|
|
0, // 0: FeedsReqBody.feedsInfoList:type_name -> GroupFileFeedsInfo
|
|
9, // 1: D6D9ReqBody.transFileReq:type_name -> TransFileReqBody
|
|
1, // 2: D6D9ReqBody.copyFromReq:type_name -> CopyFromReqBody
|
|
3, // 3: D6D9ReqBody.copyToReq:type_name -> CopyToReqBody
|
|
5, // 4: D6D9ReqBody.feedsInfoReq:type_name -> FeedsReqBody
|
|
10, // 5: D6D9RspBody.transFileRsp:type_name -> TransFileRspBody
|
|
2, // 6: D6D9RspBody.copyFromRsp:type_name -> CopyFromRspBody
|
|
4, // 7: D6D9RspBody.copyToRsp:type_name -> CopyToRspBody
|
|
6, // 8: D6D9RspBody.feedsInfoRsp:type_name -> FeedsRspBody
|
|
9, // [9:9] is the sub-list for method output_type
|
|
9, // [9:9] is the sub-list for method input_type
|
|
9, // [9:9] is the sub-list for extension type_name
|
|
9, // [9:9] is the sub-list for extension extendee
|
|
0, // [0:9] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_oidb0x6d9_proto_init() }
|
|
func file_oidb0x6d9_proto_init() {
|
|
if File_oidb0x6d9_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_oidb0x6d9_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GroupFileFeedsInfo); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_oidb0x6d9_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CopyFromReqBody); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_oidb0x6d9_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CopyFromRspBody); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_oidb0x6d9_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CopyToReqBody); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_oidb0x6d9_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CopyToRspBody); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_oidb0x6d9_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*FeedsReqBody); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_oidb0x6d9_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*FeedsRspBody); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_oidb0x6d9_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*D6D9ReqBody); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_oidb0x6d9_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*D6D9RspBody); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_oidb0x6d9_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*TransFileReqBody); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_oidb0x6d9_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*TransFileRspBody); 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_oidb0x6d9_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 11,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_oidb0x6d9_proto_goTypes,
|
|
DependencyIndexes: file_oidb0x6d9_proto_depIdxs,
|
|
MessageInfos: file_oidb0x6d9_proto_msgTypes,
|
|
}.Build()
|
|
File_oidb0x6d9_proto = out.File
|
|
file_oidb0x6d9_proto_rawDesc = nil
|
|
file_oidb0x6d9_proto_goTypes = nil
|
|
file_oidb0x6d9_proto_depIdxs = nil
|
|
}
|