cmd0x346

package
v0.0.0-...-f7ddc24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2021 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplyCleanTrafficRsp

type ApplyCleanTrafficRsp struct {
	RetCode int32  `protobuf:"varint,10,opt"`
	RetMsg  string `protobuf:"bytes,20,opt"`
}

func (*ApplyCleanTrafficRsp) GetRetCode

func (x *ApplyCleanTrafficRsp) GetRetCode() int32

func (*ApplyCleanTrafficRsp) GetRetMsg

func (x *ApplyCleanTrafficRsp) GetRetMsg() string

type ApplyCopyFromReq

type ApplyCopyFromReq struct {
	SrcUin          int64  `protobuf:"varint,10,opt"`
	SrcGroup        int64  `protobuf:"varint,20,opt"`
	SrcSvcid        int32  `protobuf:"varint,30,opt"`
	SrcParentfolder []byte `protobuf:"bytes,40,opt"`
	SrcUuid         []byte `protobuf:"bytes,50,opt"`
	FileMd5         []byte `protobuf:"bytes,60,opt"`
	DstUin          int64  `protobuf:"varint,70,opt"`
	FileSize        int64  `protobuf:"varint,80,opt"`
	FileName        string `protobuf:"bytes,90,opt"`
	DangerLevel     int32  `protobuf:"varint,100,opt"`
	TotalSpace      int64  `protobuf:"varint,110,opt"`
}

func (*ApplyCopyFromReq) GetDangerLevel

func (x *ApplyCopyFromReq) GetDangerLevel() int32

func (*ApplyCopyFromReq) GetDstUin

func (x *ApplyCopyFromReq) GetDstUin() int64

func (*ApplyCopyFromReq) GetFileMd5

func (x *ApplyCopyFromReq) GetFileMd5() []byte

func (*ApplyCopyFromReq) GetFileName

func (x *ApplyCopyFromReq) GetFileName() string

func (*ApplyCopyFromReq) GetFileSize

func (x *ApplyCopyFromReq) GetFileSize() int64

func (*ApplyCopyFromReq) GetSrcGroup

func (x *ApplyCopyFromReq) GetSrcGroup() int64

func (*ApplyCopyFromReq) GetSrcParentfolder

func (x *ApplyCopyFromReq) GetSrcParentfolder() []byte

func (*ApplyCopyFromReq) GetSrcSvcid

func (x *ApplyCopyFromReq) GetSrcSvcid() int32

func (*ApplyCopyFromReq) GetSrcUin

func (x *ApplyCopyFromReq) GetSrcUin() int64

func (*ApplyCopyFromReq) GetSrcUuid

func (x *ApplyCopyFromReq) GetSrcUuid() []byte

func (*ApplyCopyFromReq) GetTotalSpace

func (x *ApplyCopyFromReq) GetTotalSpace() int64

type ApplyCopyFromRsp

type ApplyCopyFromRsp struct {
	RetCode    int32  `protobuf:"varint,10,opt"`
	RetMsg     string `protobuf:"bytes,20,opt"`
	Uuid       []byte `protobuf:"bytes,30,opt"`
	TotalSpace int64  `protobuf:"varint,40,opt"`
}

func (*ApplyCopyFromRsp) GetRetCode

func (x *ApplyCopyFromRsp) GetRetCode() int32

func (*ApplyCopyFromRsp) GetRetMsg

func (x *ApplyCopyFromRsp) GetRetMsg() string

func (*ApplyCopyFromRsp) GetTotalSpace

func (x *ApplyCopyFromRsp) GetTotalSpace() int64

func (*ApplyCopyFromRsp) GetUuid

func (x *ApplyCopyFromRsp) GetUuid() []byte

type ApplyCopyToReq

type ApplyCopyToReq struct {
	DstId         int64  `protobuf:"varint,10,opt"`
	DstUin        int64  `protobuf:"varint,20,opt"`
	DstSvcid      int32  `protobuf:"varint,30,opt"`
	SrcUin        int64  `protobuf:"varint,40,opt"`
	FileSize      int64  `protobuf:"varint,50,opt"`
	FileName      string `protobuf:"bytes,60,opt"`
	LocalFilepath string `protobuf:"bytes,70,opt"`
	Uuid          []byte `protobuf:"bytes,80,opt"`
}

func (*ApplyCopyToReq) GetDstId

func (x *ApplyCopyToReq) GetDstId() int64

func (*ApplyCopyToReq) GetDstSvcid

func (x *ApplyCopyToReq) GetDstSvcid() int32

func (*ApplyCopyToReq) GetDstUin

func (x *ApplyCopyToReq) GetDstUin() int64

func (*ApplyCopyToReq) GetFileName

func (x *ApplyCopyToReq) GetFileName() string

func (*ApplyCopyToReq) GetFileSize

func (x *ApplyCopyToReq) GetFileSize() int64

func (*ApplyCopyToReq) GetLocalFilepath

func (x *ApplyCopyToReq) GetLocalFilepath() string

func (*ApplyCopyToReq) GetSrcUin

func (x *ApplyCopyToReq) GetSrcUin() int64

func (*ApplyCopyToReq) GetUuid

func (x *ApplyCopyToReq) GetUuid() []byte

type ApplyCopyToRsp

type ApplyCopyToRsp struct {
	RetCode int32  `protobuf:"varint,10,opt"`
	RetMsg  string `protobuf:"bytes,20,opt"`
	FileKey string `protobuf:"bytes,30,opt"`
}

func (*ApplyCopyToRsp) GetFileKey

func (x *ApplyCopyToRsp) GetFileKey() string

func (*ApplyCopyToRsp) GetRetCode

func (x *ApplyCopyToRsp) GetRetCode() int32

func (*ApplyCopyToRsp) GetRetMsg

func (x *ApplyCopyToRsp) GetRetMsg() string

type ApplyDownloadAbsReq

type ApplyDownloadAbsReq struct {
	Uin  int64  `protobuf:"varint,10,opt"`
	Uuid []byte `protobuf:"bytes,20,opt"`
}

func (*ApplyDownloadAbsReq) GetUin

func (x *ApplyDownloadAbsReq) GetUin() int64

func (*ApplyDownloadAbsReq) GetUuid

func (x *ApplyDownloadAbsReq) GetUuid() []byte

type ApplyDownloadAbsRsp

type ApplyDownloadAbsRsp struct {
	RetCode      int32         `protobuf:"varint,10,opt"`
	RetMsg       string        `protobuf:"bytes,20,opt"`
	DownloadInfo *DownloadInfo `protobuf:"bytes,30,opt"`
}

func (*ApplyDownloadAbsRsp) GetDownloadInfo

func (x *ApplyDownloadAbsRsp) GetDownloadInfo() *DownloadInfo

func (*ApplyDownloadAbsRsp) GetRetCode

func (x *ApplyDownloadAbsRsp) GetRetCode() int32

func (*ApplyDownloadAbsRsp) GetRetMsg

func (x *ApplyDownloadAbsRsp) GetRetMsg() string

type ApplyDownloadReq

type ApplyDownloadReq struct {
	Uin       int64  `protobuf:"varint,10,opt"`
	Uuid      []byte `protobuf:"bytes,20,opt"`
	OwnerType int32  `protobuf:"varint,30,opt"`
	ExtIntype int32  `protobuf:"varint,500,opt"`
}

func (*ApplyDownloadReq) GetExtIntype

func (x *ApplyDownloadReq) GetExtIntype() int32

func (*ApplyDownloadReq) GetOwnerType

func (x *ApplyDownloadReq) GetOwnerType() int32

func (*ApplyDownloadReq) GetUin

func (x *ApplyDownloadReq) GetUin() int64

func (*ApplyDownloadReq) GetUuid

func (x *ApplyDownloadReq) GetUuid() []byte

type ApplyDownloadRsp

type ApplyDownloadRsp struct {
	RetCode      int32         `protobuf:"varint,10,opt"`
	RetMsg       string        `protobuf:"bytes,20,opt"`
	DownloadInfo *DownloadInfo `protobuf:"bytes,30,opt"`
	FileInfo     *FileInfo     `protobuf:"bytes,40,opt"`
}

func (*ApplyDownloadRsp) GetDownloadInfo

func (x *ApplyDownloadRsp) GetDownloadInfo() *DownloadInfo

func (*ApplyDownloadRsp) GetFileInfo

func (x *ApplyDownloadRsp) GetFileInfo() *FileInfo

func (*ApplyDownloadRsp) GetRetCode

func (x *ApplyDownloadRsp) GetRetCode() int32

func (*ApplyDownloadRsp) GetRetMsg

func (x *ApplyDownloadRsp) GetRetMsg() string

type ApplyForwardFileReq

type ApplyForwardFileReq struct {
	SenderUin   int64  `protobuf:"varint,10,opt"`
	RecverUin   int64  `protobuf:"varint,20,opt"`
	Uuid        []byte `protobuf:"bytes,30,opt"`
	DangerLevel int32  `protobuf:"varint,40,opt"`
	TotalSpace  int64  `protobuf:"varint,50,opt"`
}

func (*ApplyForwardFileReq) GetDangerLevel

func (x *ApplyForwardFileReq) GetDangerLevel() int32

func (*ApplyForwardFileReq) GetRecverUin

func (x *ApplyForwardFileReq) GetRecverUin() int64

func (*ApplyForwardFileReq) GetSenderUin

func (x *ApplyForwardFileReq) GetSenderUin() int64

func (*ApplyForwardFileReq) GetTotalSpace

func (x *ApplyForwardFileReq) GetTotalSpace() int64

func (*ApplyForwardFileReq) GetUuid

func (x *ApplyForwardFileReq) GetUuid() []byte

type ApplyForwardFileRsp

type ApplyForwardFileRsp struct {
	RetCode    int32  `protobuf:"varint,10,opt"`
	RetMsg     string `protobuf:"bytes,20,opt"`
	TotalSpace int64  `protobuf:"varint,30,opt"`
	UsedSpace  int64  `protobuf:"varint,40,opt"`
	Uuid       []byte `protobuf:"bytes,50,opt"`
}

func (*ApplyForwardFileRsp) GetRetCode

func (x *ApplyForwardFileRsp) GetRetCode() int32

func (*ApplyForwardFileRsp) GetRetMsg

func (x *ApplyForwardFileRsp) GetRetMsg() string

func (*ApplyForwardFileRsp) GetTotalSpace

func (x *ApplyForwardFileRsp) GetTotalSpace() int64

func (*ApplyForwardFileRsp) GetUsedSpace

func (x *ApplyForwardFileRsp) GetUsedSpace() int64

func (*ApplyForwardFileRsp) GetUuid

func (x *ApplyForwardFileRsp) GetUuid() []byte

type ApplyGetTrafficReq

type ApplyGetTrafficReq struct {
}

type ApplyGetTrafficRsp

type ApplyGetTrafficRsp struct {
	RetCode     int32  `protobuf:"varint,10,opt"`
	RetMsg      string `protobuf:"bytes,20,opt"`
	UseFileSize int64  `protobuf:"varint,30,opt"`
	UseFileNum  int32  `protobuf:"varint,40,opt"`
	AllFileSize int64  `protobuf:"varint,50,opt"`
	AllFileNum  int32  `protobuf:"varint,60,opt"`
}

func (*ApplyGetTrafficRsp) GetAllFileNum

func (x *ApplyGetTrafficRsp) GetAllFileNum() int32

func (*ApplyGetTrafficRsp) GetAllFileSize

func (x *ApplyGetTrafficRsp) GetAllFileSize() int64

func (*ApplyGetTrafficRsp) GetRetCode

func (x *ApplyGetTrafficRsp) GetRetCode() int32

func (*ApplyGetTrafficRsp) GetRetMsg

func (x *ApplyGetTrafficRsp) GetRetMsg() string

func (*ApplyGetTrafficRsp) GetUseFileNum

func (x *ApplyGetTrafficRsp) GetUseFileNum() int32

func (*ApplyGetTrafficRsp) GetUseFileSize

func (x *ApplyGetTrafficRsp) GetUseFileSize() int64

type ApplyListDownloadReq

type ApplyListDownloadReq struct {
	Uin        int64 `protobuf:"varint,10,opt"`
	BeginIndex int32 `protobuf:"varint,20,opt"`
	ReqCount   int32 `protobuf:"varint,30,opt"`
}

func (*ApplyListDownloadReq) GetBeginIndex

func (x *ApplyListDownloadReq) GetBeginIndex() int32

func (*ApplyListDownloadReq) GetReqCount

func (x *ApplyListDownloadReq) GetReqCount() int32

func (*ApplyListDownloadReq) GetUin

func (x *ApplyListDownloadReq) GetUin() int64

type ApplyListDownloadRsp

type ApplyListDownloadRsp struct {
	RetCode    int32       `protobuf:"varint,10,opt"`
	RetMsg     string      `protobuf:"bytes,20,opt"`
	TotalCount int32       `protobuf:"varint,30,opt"`
	BeginIndex int32       `protobuf:"varint,40,opt"`
	RspCount   int32       `protobuf:"varint,50,opt"`
	IsEnd      int32       `protobuf:"varint,60,opt"`
	FileList   []*FileInfo `protobuf:"bytes,70,rep"`
}

func (*ApplyListDownloadRsp) GetBeginIndex

func (x *ApplyListDownloadRsp) GetBeginIndex() int32

func (*ApplyListDownloadRsp) GetFileList

func (x *ApplyListDownloadRsp) GetFileList() []*FileInfo

func (*ApplyListDownloadRsp) GetIsEnd

func (x *ApplyListDownloadRsp) GetIsEnd() int32

func (*ApplyListDownloadRsp) GetRetCode

func (x *ApplyListDownloadRsp) GetRetCode() int32

func (*ApplyListDownloadRsp) GetRetMsg

func (x *ApplyListDownloadRsp) GetRetMsg() string

func (*ApplyListDownloadRsp) GetRspCount

func (x *ApplyListDownloadRsp) GetRspCount() int32

func (*ApplyListDownloadRsp) GetTotalCount

func (x *ApplyListDownloadRsp) GetTotalCount() int32

type ApplyUploadHitReq

type ApplyUploadHitReq struct {
	SenderUin     int64  `protobuf:"varint,10,opt"`
	RecverUin     int64  `protobuf:"varint,20,opt"`
	FileSize      int64  `protobuf:"varint,30,opt"`
	FileName      string `protobuf:"bytes,40,opt"`
	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt"`
	LocalFilepath string `protobuf:"bytes,60,opt"`
	DangerLevel   int32  `protobuf:"varint,70,opt"`
	TotalSpace    int64  `protobuf:"varint,80,opt"`
}

func (*ApplyUploadHitReq) GetBytes_10MMd5

func (x *ApplyUploadHitReq) GetBytes_10MMd5() []byte

func (*ApplyUploadHitReq) GetDangerLevel

func (x *ApplyUploadHitReq) GetDangerLevel() int32

func (*ApplyUploadHitReq) GetFileName

func (x *ApplyUploadHitReq) GetFileName() string

func (*ApplyUploadHitReq) GetFileSize

func (x *ApplyUploadHitReq) GetFileSize() int64

func (*ApplyUploadHitReq) GetLocalFilepath

func (x *ApplyUploadHitReq) GetLocalFilepath() string

func (*ApplyUploadHitReq) GetRecverUin

func (x *ApplyUploadHitReq) GetRecverUin() int64

func (*ApplyUploadHitReq) GetSenderUin

func (x *ApplyUploadHitReq) GetSenderUin() int64

func (*ApplyUploadHitReq) GetTotalSpace

func (x *ApplyUploadHitReq) GetTotalSpace() int64

type ApplyUploadHitReqV2

type ApplyUploadHitReqV2 struct {
	SenderUin     int64  `protobuf:"varint,10,opt"`
	RecverUin     int64  `protobuf:"varint,20,opt"`
	FileSize      int64  `protobuf:"varint,30,opt"`
	FileName      string `protobuf:"bytes,40,opt"`
	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt"`
	Bytes_3Sha    []byte `protobuf:"bytes,60,opt"`
	Sha           []byte `protobuf:"bytes,70,opt"`
	LocalFilepath string `protobuf:"bytes,80,opt"`
	DangerLevel   int32  `protobuf:"varint,90,opt"`
	TotalSpace    int64  `protobuf:"varint,100,opt"`
}

func (*ApplyUploadHitReqV2) GetBytes_10MMd5

func (x *ApplyUploadHitReqV2) GetBytes_10MMd5() []byte

func (*ApplyUploadHitReqV2) GetBytes_3Sha

func (x *ApplyUploadHitReqV2) GetBytes_3Sha() []byte

func (*ApplyUploadHitReqV2) GetDangerLevel

func (x *ApplyUploadHitReqV2) GetDangerLevel() int32

func (*ApplyUploadHitReqV2) GetFileName

func (x *ApplyUploadHitReqV2) GetFileName() string

func (*ApplyUploadHitReqV2) GetFileSize

func (x *ApplyUploadHitReqV2) GetFileSize() int64

func (*ApplyUploadHitReqV2) GetLocalFilepath

func (x *ApplyUploadHitReqV2) GetLocalFilepath() string

func (*ApplyUploadHitReqV2) GetRecverUin

func (x *ApplyUploadHitReqV2) GetRecverUin() int64

func (*ApplyUploadHitReqV2) GetSenderUin

func (x *ApplyUploadHitReqV2) GetSenderUin() int64

func (*ApplyUploadHitReqV2) GetSha

func (x *ApplyUploadHitReqV2) GetSha() []byte

func (*ApplyUploadHitReqV2) GetTotalSpace

func (x *ApplyUploadHitReqV2) GetTotalSpace() int64

type ApplyUploadHitReqV3

type ApplyUploadHitReqV3 struct {
	SenderUin     int64  `protobuf:"varint,10,opt"`
	RecverUin     int64  `protobuf:"varint,20,opt"`
	FileSize      int64  `protobuf:"varint,30,opt"`
	FileName      string `protobuf:"bytes,40,opt"`
	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt"`
	Sha           []byte `protobuf:"bytes,60,opt"`
	LocalFilepath string `protobuf:"bytes,70,opt"`
	DangerLevel   int32  `protobuf:"varint,80,opt"`
	TotalSpace    int64  `protobuf:"varint,90,opt"`
}

func (*ApplyUploadHitReqV3) GetBytes_10MMd5

func (x *ApplyUploadHitReqV3) GetBytes_10MMd5() []byte

func (*ApplyUploadHitReqV3) GetDangerLevel

func (x *ApplyUploadHitReqV3) GetDangerLevel() int32

func (*ApplyUploadHitReqV3) GetFileName

func (x *ApplyUploadHitReqV3) GetFileName() string

func (*ApplyUploadHitReqV3) GetFileSize

func (x *ApplyUploadHitReqV3) GetFileSize() int64

func (*ApplyUploadHitReqV3) GetLocalFilepath

func (x *ApplyUploadHitReqV3) GetLocalFilepath() string

func (*ApplyUploadHitReqV3) GetRecverUin

func (x *ApplyUploadHitReqV3) GetRecverUin() int64

func (*ApplyUploadHitReqV3) GetSenderUin

func (x *ApplyUploadHitReqV3) GetSenderUin() int64

func (*ApplyUploadHitReqV3) GetSha

func (x *ApplyUploadHitReqV3) GetSha() []byte

func (*ApplyUploadHitReqV3) GetTotalSpace

func (x *ApplyUploadHitReqV3) GetTotalSpace() int64

type ApplyUploadHitRsp

type ApplyUploadHitRsp struct {
	RetCode      int32  `protobuf:"varint,10,opt"`
	RetMsg       string `protobuf:"bytes,20,opt"`
	UploadIp     string `protobuf:"bytes,30,opt"`
	UploadPort   int32  `protobuf:"varint,40,opt"`
	UploadDomain string `protobuf:"bytes,50,opt"`
	Uuid         []byte `protobuf:"bytes,60,opt"`
	UploadKey    []byte `protobuf:"bytes,70,opt"`
	TotalSpace   int64  `protobuf:"varint,80,opt"`
	UsedSpace    int64  `protobuf:"varint,90,opt"`
}

func (*ApplyUploadHitRsp) GetRetCode

func (x *ApplyUploadHitRsp) GetRetCode() int32

func (*ApplyUploadHitRsp) GetRetMsg

func (x *ApplyUploadHitRsp) GetRetMsg() string

func (*ApplyUploadHitRsp) GetTotalSpace

func (x *ApplyUploadHitRsp) GetTotalSpace() int64

func (*ApplyUploadHitRsp) GetUploadDomain

func (x *ApplyUploadHitRsp) GetUploadDomain() string

func (*ApplyUploadHitRsp) GetUploadIp

func (x *ApplyUploadHitRsp) GetUploadIp() string

func (*ApplyUploadHitRsp) GetUploadKey

func (x *ApplyUploadHitRsp) GetUploadKey() []byte

func (*ApplyUploadHitRsp) GetUploadPort

func (x *ApplyUploadHitRsp) GetUploadPort() int32

func (*ApplyUploadHitRsp) GetUsedSpace

func (x *ApplyUploadHitRsp) GetUsedSpace() int64

func (*ApplyUploadHitRsp) GetUuid

func (x *ApplyUploadHitRsp) GetUuid() []byte

type ApplyUploadHitRspV2

type ApplyUploadHitRspV2 struct {
	RetCode      int32  `protobuf:"varint,10,opt"`
	RetMsg       string `protobuf:"bytes,20,opt"`
	UploadIp     string `protobuf:"bytes,30,opt"`
	UploadPort   int32  `protobuf:"varint,40,opt"`
	UploadDomain string `protobuf:"bytes,50,opt"`
	Uuid         []byte `protobuf:"bytes,60,opt"`
	UploadKey    []byte `protobuf:"bytes,70,opt"`
	TotalSpace   int64  `protobuf:"varint,80,opt"`
	UsedSpace    int64  `protobuf:"varint,90,opt"`
}

func (*ApplyUploadHitRspV2) GetRetCode

func (x *ApplyUploadHitRspV2) GetRetCode() int32

func (*ApplyUploadHitRspV2) GetRetMsg

func (x *ApplyUploadHitRspV2) GetRetMsg() string

func (*ApplyUploadHitRspV2) GetTotalSpace

func (x *ApplyUploadHitRspV2) GetTotalSpace() int64

func (*ApplyUploadHitRspV2) GetUploadDomain

func (x *ApplyUploadHitRspV2) GetUploadDomain() string

func (*ApplyUploadHitRspV2) GetUploadIp

func (x *ApplyUploadHitRspV2) GetUploadIp() string

func (*ApplyUploadHitRspV2) GetUploadKey

func (x *ApplyUploadHitRspV2) GetUploadKey() []byte

func (*ApplyUploadHitRspV2) GetUploadPort

func (x *ApplyUploadHitRspV2) GetUploadPort() int32

func (*ApplyUploadHitRspV2) GetUsedSpace

func (x *ApplyUploadHitRspV2) GetUsedSpace() int64

func (*ApplyUploadHitRspV2) GetUuid

func (x *ApplyUploadHitRspV2) GetUuid() []byte

type ApplyUploadHitRspV3

type ApplyUploadHitRspV3 struct {
	RetCode      int32  `protobuf:"varint,10,opt"`
	RetMsg       string `protobuf:"bytes,20,opt"`
	UploadIp     string `protobuf:"bytes,30,opt"`
	UploadPort   int32  `protobuf:"varint,40,opt"`
	UploadDomain string `protobuf:"bytes,50,opt"`
	Uuid         []byte `protobuf:"bytes,60,opt"`
	UploadKey    []byte `protobuf:"bytes,70,opt"`
	TotalSpace   int64  `protobuf:"varint,80,opt"`
	UsedSpace    int64  `protobuf:"varint,90,opt"`
}

func (*ApplyUploadHitRspV3) GetRetCode

func (x *ApplyUploadHitRspV3) GetRetCode() int32

func (*ApplyUploadHitRspV3) GetRetMsg

func (x *ApplyUploadHitRspV3) GetRetMsg() string

func (*ApplyUploadHitRspV3) GetTotalSpace

func (x *ApplyUploadHitRspV3) GetTotalSpace() int64

func (*ApplyUploadHitRspV3) GetUploadDomain

func (x *ApplyUploadHitRspV3) GetUploadDomain() string

func (*ApplyUploadHitRspV3) GetUploadIp

func (x *ApplyUploadHitRspV3) GetUploadIp() string

func (*ApplyUploadHitRspV3) GetUploadKey

func (x *ApplyUploadHitRspV3) GetUploadKey() []byte

func (*ApplyUploadHitRspV3) GetUploadPort

func (x *ApplyUploadHitRspV3) GetUploadPort() int32

func (*ApplyUploadHitRspV3) GetUsedSpace

func (x *ApplyUploadHitRspV3) GetUsedSpace() int64

func (*ApplyUploadHitRspV3) GetUuid

func (x *ApplyUploadHitRspV3) GetUuid() []byte

type ApplyUploadReq

type ApplyUploadReq struct {
	SenderUin     int64  `protobuf:"varint,10,opt"`
	RecverUin     int64  `protobuf:"varint,20,opt"`
	FileType      int32  `protobuf:"varint,30,opt"`
	FileSize      int64  `protobuf:"varint,40,opt"`
	FileName      string `protobuf:"bytes,50,opt"`
	Bytes_10MMd5  []byte `protobuf:"bytes,60,opt"`
	LocalFilepath string `protobuf:"bytes,70,opt"`
	DangerLevel   int32  `protobuf:"varint,80,opt"`
	TotalSpace    int64  `protobuf:"varint,90,opt"`
}

func (*ApplyUploadReq) GetBytes_10MMd5

func (x *ApplyUploadReq) GetBytes_10MMd5() []byte

func (*ApplyUploadReq) GetDangerLevel

func (x *ApplyUploadReq) GetDangerLevel() int32

func (*ApplyUploadReq) GetFileName

func (x *ApplyUploadReq) GetFileName() string

func (*ApplyUploadReq) GetFileSize

func (x *ApplyUploadReq) GetFileSize() int64

func (*ApplyUploadReq) GetFileType

func (x *ApplyUploadReq) GetFileType() int32

func (*ApplyUploadReq) GetLocalFilepath

func (x *ApplyUploadReq) GetLocalFilepath() string

func (*ApplyUploadReq) GetRecverUin

func (x *ApplyUploadReq) GetRecverUin() int64

func (*ApplyUploadReq) GetSenderUin

func (x *ApplyUploadReq) GetSenderUin() int64

func (*ApplyUploadReq) GetTotalSpace

func (x *ApplyUploadReq) GetTotalSpace() int64

type ApplyUploadReqV2

type ApplyUploadReqV2 struct {
	SenderUin     int64  `protobuf:"varint,10,opt"`
	RecverUin     int64  `protobuf:"varint,20,opt"`
	FileSize      int64  `protobuf:"varint,30,opt"`
	FileName      string `protobuf:"bytes,40,opt"`
	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt"`
	Bytes_3Sha    []byte `protobuf:"bytes,60,opt"`
	LocalFilepath string `protobuf:"bytes,70,opt"`
	DangerLevel   int32  `protobuf:"varint,80,opt"`
	TotalSpace    int64  `protobuf:"varint,90,opt"`
}

func (*ApplyUploadReqV2) GetBytes_10MMd5

func (x *ApplyUploadReqV2) GetBytes_10MMd5() []byte

func (*ApplyUploadReqV2) GetBytes_3Sha

func (x *ApplyUploadReqV2) GetBytes_3Sha() []byte

func (*ApplyUploadReqV2) GetDangerLevel

func (x *ApplyUploadReqV2) GetDangerLevel() int32

func (*ApplyUploadReqV2) GetFileName

func (x *ApplyUploadReqV2) GetFileName() string

func (*ApplyUploadReqV2) GetFileSize

func (x *ApplyUploadReqV2) GetFileSize() int64

func (*ApplyUploadReqV2) GetLocalFilepath

func (x *ApplyUploadReqV2) GetLocalFilepath() string

func (*ApplyUploadReqV2) GetRecverUin

func (x *ApplyUploadReqV2) GetRecverUin() int64

func (*ApplyUploadReqV2) GetSenderUin

func (x *ApplyUploadReqV2) GetSenderUin() int64

func (*ApplyUploadReqV2) GetTotalSpace

func (x *ApplyUploadReqV2) GetTotalSpace() int64

type ApplyUploadReqV3

type ApplyUploadReqV3 struct {
	SenderUin     int64  `protobuf:"varint,10,opt"`
	RecverUin     int64  `protobuf:"varint,20,opt"`
	FileSize      int64  `protobuf:"varint,30,opt"`
	FileName      string `protobuf:"bytes,40,opt"`
	Bytes_10MMd5  []byte `protobuf:"bytes,50,opt"`
	Sha           []byte `protobuf:"bytes,60,opt"`
	LocalFilepath string `protobuf:"bytes,70,opt"`
	DangerLevel   int32  `protobuf:"varint,80,opt"`
	TotalSpace    int64  `protobuf:"varint,90,opt"`
}

func (*ApplyUploadReqV3) GetBytes_10MMd5

func (x *ApplyUploadReqV3) GetBytes_10MMd5() []byte

func (*ApplyUploadReqV3) GetDangerLevel

func (x *ApplyUploadReqV3) GetDangerLevel() int32

func (*ApplyUploadReqV3) GetFileName

func (x *ApplyUploadReqV3) GetFileName() string

func (*ApplyUploadReqV3) GetFileSize

func (x *ApplyUploadReqV3) GetFileSize() int64

func (*ApplyUploadReqV3) GetLocalFilepath

func (x *ApplyUploadReqV3) GetLocalFilepath() string

func (*ApplyUploadReqV3) GetRecverUin

func (x *ApplyUploadReqV3) GetRecverUin() int64

func (*ApplyUploadReqV3) GetSenderUin

func (x *ApplyUploadReqV3) GetSenderUin() int64

func (*ApplyUploadReqV3) GetSha

func (x *ApplyUploadReqV3) GetSha() []byte

func (*ApplyUploadReqV3) GetTotalSpace

func (x *ApplyUploadReqV3) GetTotalSpace() int64

type ApplyUploadRsp

type ApplyUploadRsp struct {
	RetCode       int32    `protobuf:"varint,10,opt"`
	RetMsg        string   `protobuf:"bytes,20,opt"`
	TotalSpace    int64    `protobuf:"varint,30,opt"`
	UsedSpace     int64    `protobuf:"varint,40,opt"`
	UploadedSize  int64    `protobuf:"varint,50,opt"`
	UploadIp      string   `protobuf:"bytes,60,opt"`
	UploadDomain  string   `protobuf:"bytes,70,opt"`
	UploadPort    int32    `protobuf:"varint,80,opt"`
	Uuid          []byte   `protobuf:"bytes,90,opt"`
	UploadKey     []byte   `protobuf:"bytes,100,opt"`
	BoolFileExist bool     `protobuf:"varint,110,opt"`
	PackSize      int32    `protobuf:"varint,120,opt"`
	UploadipList  []string `protobuf:"bytes,130,rep"`
}

func (*ApplyUploadRsp) GetBoolFileExist

func (x *ApplyUploadRsp) GetBoolFileExist() bool

func (*ApplyUploadRsp) GetPackSize

func (x *ApplyUploadRsp) GetPackSize() int32

func (*ApplyUploadRsp) GetRetCode

func (x *ApplyUploadRsp) GetRetCode() int32

func (*ApplyUploadRsp) GetRetMsg

func (x *ApplyUploadRsp) GetRetMsg() string

func (*ApplyUploadRsp) GetTotalSpace

func (x *ApplyUploadRsp) GetTotalSpace() int64

func (*ApplyUploadRsp) GetUploadDomain

func (x *ApplyUploadRsp) GetUploadDomain() string

func (*ApplyUploadRsp) GetUploadIp

func (x *ApplyUploadRsp) GetUploadIp() string

func (*ApplyUploadRsp) GetUploadKey

func (x *ApplyUploadRsp) GetUploadKey() []byte

func (*ApplyUploadRsp) GetUploadPort

func (x *ApplyUploadRsp) GetUploadPort() int32

func (*ApplyUploadRsp) GetUploadedSize

func (x *ApplyUploadRsp) GetUploadedSize() int64

func (*ApplyUploadRsp) GetUploadipList

func (x *ApplyUploadRsp) GetUploadipList() []string

func (*ApplyUploadRsp) GetUsedSpace

func (x *ApplyUploadRsp) GetUsedSpace() int64

func (*ApplyUploadRsp) GetUuid

func (x *ApplyUploadRsp) GetUuid() []byte

type ApplyUploadRspV2

type ApplyUploadRspV2 struct {
	RetCode       int32    `protobuf:"varint,10,opt"`
	RetMsg        string   `protobuf:"bytes,20,opt"`
	TotalSpace    int64    `protobuf:"varint,30,opt"`
	UsedSpace     int64    `protobuf:"varint,40,opt"`
	UploadedSize  int64    `protobuf:"varint,50,opt"`
	UploadIp      string   `protobuf:"bytes,60,opt"`
	UploadDomain  string   `protobuf:"bytes,70,opt"`
	UploadPort    int32    `protobuf:"varint,80,opt"`
	Uuid          []byte   `protobuf:"bytes,90,opt"`
	UploadKey     []byte   `protobuf:"bytes,100,opt"`
	BoolFileExist bool     `protobuf:"varint,110,opt"`
	PackSize      int32    `protobuf:"varint,120,opt"`
	UploadipList  []string `protobuf:"bytes,130,rep"`
	HttpsvrApiVer int32    `protobuf:"varint,140,opt"`
	Sha           []byte   `protobuf:"bytes,141,opt"`
}

func (*ApplyUploadRspV2) GetBoolFileExist

func (x *ApplyUploadRspV2) GetBoolFileExist() bool

func (*ApplyUploadRspV2) GetHttpsvrApiVer

func (x *ApplyUploadRspV2) GetHttpsvrApiVer() int32

func (*ApplyUploadRspV2) GetPackSize

func (x *ApplyUploadRspV2) GetPackSize() int32

func (*ApplyUploadRspV2) GetRetCode

func (x *ApplyUploadRspV2) GetRetCode() int32

func (*ApplyUploadRspV2) GetRetMsg

func (x *ApplyUploadRspV2) GetRetMsg() string

func (*ApplyUploadRspV2) GetSha

func (x *ApplyUploadRspV2) GetSha() []byte

func (*ApplyUploadRspV2) GetTotalSpace

func (x *ApplyUploadRspV2) GetTotalSpace() int64

func (*ApplyUploadRspV2) GetUploadDomain

func (x *ApplyUploadRspV2) GetUploadDomain() string

func (*ApplyUploadRspV2) GetUploadIp

func (x *ApplyUploadRspV2) GetUploadIp() string

func (*ApplyUploadRspV2) GetUploadKey

func (x *ApplyUploadRspV2) GetUploadKey() []byte

func (*ApplyUploadRspV2) GetUploadPort

func (x *ApplyUploadRspV2) GetUploadPort() int32

func (*ApplyUploadRspV2) GetUploadedSize

func (x *ApplyUploadRspV2) GetUploadedSize() int64

func (*ApplyUploadRspV2) GetUploadipList

func (x *ApplyUploadRspV2) GetUploadipList() []string

func (*ApplyUploadRspV2) GetUsedSpace

func (x *ApplyUploadRspV2) GetUsedSpace() int64

func (*ApplyUploadRspV2) GetUuid

func (x *ApplyUploadRspV2) GetUuid() []byte

type ApplyUploadRspV3

type ApplyUploadRspV3 struct {
	RetCode           int32    `protobuf:"varint,10,opt"`
	RetMsg            string   `protobuf:"bytes,20,opt"`
	TotalSpace        int64    `protobuf:"varint,30,opt"`
	UsedSpace         int64    `protobuf:"varint,40,opt"`
	UploadedSize      int64    `protobuf:"varint,50,opt"`
	UploadIp          string   `protobuf:"bytes,60,opt"`
	UploadDomain      string   `protobuf:"bytes,70,opt"`
	UploadPort        int32    `protobuf:"varint,80,opt"`
	Uuid              []byte   `protobuf:"bytes,90,opt"`
	UploadKey         []byte   `protobuf:"bytes,100,opt"`
	BoolFileExist     bool     `protobuf:"varint,110,opt"`
	PackSize          int32    `protobuf:"varint,120,opt"`
	UploadIpList      []string `protobuf:"bytes,130,rep"`
	UploadHttpsPort   int32    `protobuf:"varint,140,opt"`
	UploadHttpsDomain string   `protobuf:"bytes,150,opt"`
	UploadDns         string   `protobuf:"bytes,160,opt"`
	UploadLanip       string   `protobuf:"bytes,170,opt"`
}

func (*ApplyUploadRspV3) GetBoolFileExist

func (x *ApplyUploadRspV3) GetBoolFileExist() bool

func (*ApplyUploadRspV3) GetPackSize

func (x *ApplyUploadRspV3) GetPackSize() int32

func (*ApplyUploadRspV3) GetRetCode

func (x *ApplyUploadRspV3) GetRetCode() int32

func (*ApplyUploadRspV3) GetRetMsg

func (x *ApplyUploadRspV3) GetRetMsg() string

func (*ApplyUploadRspV3) GetTotalSpace

func (x *ApplyUploadRspV3) GetTotalSpace() int64

func (*ApplyUploadRspV3) GetUploadDns

func (x *ApplyUploadRspV3) GetUploadDns() string

func (*ApplyUploadRspV3) GetUploadDomain

func (x *ApplyUploadRspV3) GetUploadDomain() string

func (*ApplyUploadRspV3) GetUploadHttpsDomain

func (x *ApplyUploadRspV3) GetUploadHttpsDomain() string

func (*ApplyUploadRspV3) GetUploadHttpsPort

func (x *ApplyUploadRspV3) GetUploadHttpsPort() int32

func (*ApplyUploadRspV3) GetUploadIp

func (x *ApplyUploadRspV3) GetUploadIp() string

func (*ApplyUploadRspV3) GetUploadIpList

func (x *ApplyUploadRspV3) GetUploadIpList() []string

func (*ApplyUploadRspV3) GetUploadKey

func (x *ApplyUploadRspV3) GetUploadKey() []byte

func (*ApplyUploadRspV3) GetUploadLanip

func (x *ApplyUploadRspV3) GetUploadLanip() string

func (*ApplyUploadRspV3) GetUploadPort

func (x *ApplyUploadRspV3) GetUploadPort() int32

func (*ApplyUploadRspV3) GetUploadedSize

func (x *ApplyUploadRspV3) GetUploadedSize() int64

func (*ApplyUploadRspV3) GetUsedSpace

func (x *ApplyUploadRspV3) GetUsedSpace() int64

func (*ApplyUploadRspV3) GetUuid

func (x *ApplyUploadRspV3) GetUuid() []byte

type C346ReqBody

type C346ReqBody struct {
	Cmd                  int32                 `protobuf:"varint,1,opt"`
	Seq                  int32                 `protobuf:"varint,2,opt"`
	RecvListQueryReq     *RecvListQueryReq     `protobuf:"bytes,3,opt"`
	SendListQueryReq     *SendListQueryReq     `protobuf:"bytes,4,opt"`
	RenewFileReq         *RenewFileReq         `protobuf:"bytes,5,opt"`
	RecallFileReq        *RecallFileReq        `protobuf:"bytes,6,opt"`
	ApplyUploadReq       *ApplyUploadReq       `protobuf:"bytes,7,opt"`
	ApplyUploadHitReq    *ApplyUploadHitReq    `protobuf:"bytes,8,opt"`
	ApplyForwardFileReq  *ApplyForwardFileReq  `protobuf:"bytes,9,opt"`
	UploadSuccReq        *UploadSuccReq        `protobuf:"bytes,10,opt"`
	DeleteFileReq        *DeleteFileReq        `protobuf:"bytes,11,opt"`
	DownloadSuccReq      *DownloadSuccReq      `protobuf:"bytes,12,opt"`
	ApplyDownloadAbsReq  *ApplyDownloadAbsReq  `protobuf:"bytes,13,opt"`
	ApplyDownloadReq     *ApplyDownloadReq     `protobuf:"bytes,14,opt"`
	ApplyListDownloadReq *ApplyListDownloadReq `protobuf:"bytes,15,opt"`
	FileQueryReq         *FileQueryReq         `protobuf:"bytes,16,opt"`
	ApplyCopyFromReq     *ApplyCopyFromReq     `protobuf:"bytes,17,opt"`
	ApplyUploadReqV2     *ApplyUploadReqV2     `protobuf:"bytes,18,opt"`
	ApplyUploadReqV3     *ApplyUploadReqV3     `protobuf:"bytes,19,opt"`
	ApplyUploadHitReqV2  *ApplyUploadHitReqV2  `protobuf:"bytes,20,opt"`
	ApplyUploadHitReqV3  *ApplyUploadHitReqV3  `protobuf:"bytes,21,opt"`
	BusinessId           int32                 `protobuf:"varint,101,opt"`
	ClientType           int32                 `protobuf:"varint,102,opt"`
	ApplyCopyToReq       *ApplyCopyToReq       `protobuf:"bytes,90000,opt"`
	//ApplyCleanTrafficReq applyCleanTrafficReq = 90001; empty message
	ApplyGetTrafficReq *ApplyGetTrafficReq `protobuf:"bytes,90002,opt"`
	ExtensionReq       *ExtensionReq       `protobuf:"bytes,99999,opt"`
}

func (*C346ReqBody) GetApplyCopyFromReq

func (x *C346ReqBody) GetApplyCopyFromReq() *ApplyCopyFromReq

func (*C346ReqBody) GetApplyCopyToReq

func (x *C346ReqBody) GetApplyCopyToReq() *ApplyCopyToReq

func (*C346ReqBody) GetApplyDownloadAbsReq

func (x *C346ReqBody) GetApplyDownloadAbsReq() *ApplyDownloadAbsReq

func (*C346ReqBody) GetApplyDownloadReq

func (x *C346ReqBody) GetApplyDownloadReq() *ApplyDownloadReq

func (*C346ReqBody) GetApplyForwardFileReq

func (x *C346ReqBody) GetApplyForwardFileReq() *ApplyForwardFileReq

func (*C346ReqBody) GetApplyGetTrafficReq

func (x *C346ReqBody) GetApplyGetTrafficReq() *ApplyGetTrafficReq

func (*C346ReqBody) GetApplyListDownloadReq

func (x *C346ReqBody) GetApplyListDownloadReq() *ApplyListDownloadReq

func (*C346ReqBody) GetApplyUploadHitReq

func (x *C346ReqBody) GetApplyUploadHitReq() *ApplyUploadHitReq

func (*C346ReqBody) GetApplyUploadHitReqV2

func (x *C346ReqBody) GetApplyUploadHitReqV2() *ApplyUploadHitReqV2

func (*C346ReqBody) GetApplyUploadHitReqV3

func (x *C346ReqBody) GetApplyUploadHitReqV3() *ApplyUploadHitReqV3

func (*C346ReqBody) GetApplyUploadReq

func (x *C346ReqBody) GetApplyUploadReq() *ApplyUploadReq

func (*C346ReqBody) GetApplyUploadReqV2

func (x *C346ReqBody) GetApplyUploadReqV2() *ApplyUploadReqV2

func (*C346ReqBody) GetApplyUploadReqV3

func (x *C346ReqBody) GetApplyUploadReqV3() *ApplyUploadReqV3

func (*C346ReqBody) GetBusinessId

func (x *C346ReqBody) GetBusinessId() int32

func (*C346ReqBody) GetClientType

func (x *C346ReqBody) GetClientType() int32

func (*C346ReqBody) GetCmd

func (x *C346ReqBody) GetCmd() int32

func (*C346ReqBody) GetDeleteFileReq

func (x *C346ReqBody) GetDeleteFileReq() *DeleteFileReq

func (*C346ReqBody) GetDownloadSuccReq

func (x *C346ReqBody) GetDownloadSuccReq() *DownloadSuccReq

func (*C346ReqBody) GetExtensionReq

func (x *C346ReqBody) GetExtensionReq() *ExtensionReq

func (*C346ReqBody) GetFileQueryReq

func (x *C346ReqBody) GetFileQueryReq() *FileQueryReq

func (*C346ReqBody) GetRecallFileReq

func (x *C346ReqBody) GetRecallFileReq() *RecallFileReq

func (*C346ReqBody) GetRecvListQueryReq

func (x *C346ReqBody) GetRecvListQueryReq() *RecvListQueryReq

func (*C346ReqBody) GetRenewFileReq

func (x *C346ReqBody) GetRenewFileReq() *RenewFileReq

func (*C346ReqBody) GetSendListQueryReq

func (x *C346ReqBody) GetSendListQueryReq() *SendListQueryReq

func (*C346ReqBody) GetSeq

func (x *C346ReqBody) GetSeq() int32

func (*C346ReqBody) GetUploadSuccReq

func (x *C346ReqBody) GetUploadSuccReq() *UploadSuccReq

type C346RspBody

type C346RspBody struct {
	Cmd                  int32                 `protobuf:"varint,1,opt"`
	Seq                  int32                 `protobuf:"varint,2,opt"`
	RecvListQueryRsp     *RecvListQueryRsp     `protobuf:"bytes,3,opt"`
	SendListQueryRsp     *SendListQueryRsp     `protobuf:"bytes,4,opt"`
	RenewFileRsp         *RenewFileRsp         `protobuf:"bytes,5,opt"`
	RecallFileRsp        *RecallFileRsp        `protobuf:"bytes,6,opt"`
	ApplyUploadRsp       *ApplyUploadRsp       `protobuf:"bytes,7,opt"`
	ApplyUploadHitRsp    *ApplyUploadHitRsp    `protobuf:"bytes,8,opt"`
	ApplyForwardFileRsp  *ApplyForwardFileRsp  `protobuf:"bytes,9,opt"`
	UploadSuccRsp        *UploadSuccRsp        `protobuf:"bytes,10,opt"`
	DeleteFileRsp        *DeleteFileRsp        `protobuf:"bytes,11,opt"`
	DownloadSuccRsp      *DownloadSuccRsp      `protobuf:"bytes,12,opt"`
	ApplyDownloadAbsRsp  *ApplyDownloadAbsRsp  `protobuf:"bytes,13,opt"`
	ApplyDownloadRsp     *ApplyDownloadRsp     `protobuf:"bytes,14,opt"`
	ApplyListDownloadRsp *ApplyListDownloadRsp `protobuf:"bytes,15,opt"`
	FileQueryRsp         *FileQueryRsp         `protobuf:"bytes,16,opt"`
	ApplyCopyFromRsp     *ApplyCopyFromRsp     `protobuf:"bytes,17,opt"`
	ApplyUploadRspV2     *ApplyUploadRspV2     `protobuf:"bytes,18,opt"`
	ApplyUploadRspV3     *ApplyUploadRspV3     `protobuf:"bytes,19,opt"`
	ApplyUploadHitRspV2  *ApplyUploadHitRspV2  `protobuf:"bytes,20,opt"`
	ApplyUploadHitRspV3  *ApplyUploadHitRspV3  `protobuf:"bytes,21,opt"`
	BusinessId           int32                 `protobuf:"varint,101,opt"`
	ClientType           int32                 `protobuf:"varint,102,opt"`
	ApplyCopyToRsp       *ApplyCopyToRsp       `protobuf:"bytes,90000,opt"`
	ApplyCleanTrafficRsp *ApplyCleanTrafficRsp `protobuf:"bytes,90001,opt"`
	ApplyGetTrafficRsp   *ApplyGetTrafficRsp   `protobuf:"bytes,90002,opt"`
	ExtensionRsp         *ExtensionRsp         `protobuf:"bytes,99999,opt"`
}

func (*C346RspBody) GetApplyCleanTrafficRsp

func (x *C346RspBody) GetApplyCleanTrafficRsp() *ApplyCleanTrafficRsp

func (*C346RspBody) GetApplyCopyFromRsp

func (x *C346RspBody) GetApplyCopyFromRsp() *ApplyCopyFromRsp

func (*C346RspBody) GetApplyCopyToRsp

func (x *C346RspBody) GetApplyCopyToRsp() *ApplyCopyToRsp

func (*C346RspBody) GetApplyDownloadAbsRsp

func (x *C346RspBody) GetApplyDownloadAbsRsp() *ApplyDownloadAbsRsp

func (*C346RspBody) GetApplyDownloadRsp

func (x *C346RspBody) GetApplyDownloadRsp() *ApplyDownloadRsp

func (*C346RspBody) GetApplyForwardFileRsp

func (x *C346RspBody) GetApplyForwardFileRsp() *ApplyForwardFileRsp

func (*C346RspBody) GetApplyGetTrafficRsp

func (x *C346RspBody) GetApplyGetTrafficRsp() *ApplyGetTrafficRsp

func (*C346RspBody) GetApplyListDownloadRsp

func (x *C346RspBody) GetApplyListDownloadRsp() *ApplyListDownloadRsp

func (*C346RspBody) GetApplyUploadHitRsp

func (x *C346RspBody) GetApplyUploadHitRsp() *ApplyUploadHitRsp

func (*C346RspBody) GetApplyUploadHitRspV2

func (x *C346RspBody) GetApplyUploadHitRspV2() *ApplyUploadHitRspV2

func (*C346RspBody) GetApplyUploadHitRspV3

func (x *C346RspBody) GetApplyUploadHitRspV3() *ApplyUploadHitRspV3

func (*C346RspBody) GetApplyUploadRsp

func (x *C346RspBody) GetApplyUploadRsp() *ApplyUploadRsp

func (*C346RspBody) GetApplyUploadRspV2

func (x *C346RspBody) GetApplyUploadRspV2() *ApplyUploadRspV2

func (*C346RspBody) GetApplyUploadRspV3

func (x *C346RspBody) GetApplyUploadRspV3() *ApplyUploadRspV3

func (*C346RspBody) GetBusinessId

func (x *C346RspBody) GetBusinessId() int32

func (*C346RspBody) GetClientType

func (x *C346RspBody) GetClientType() int32

func (*C346RspBody) GetCmd

func (x *C346RspBody) GetCmd() int32

func (*C346RspBody) GetDeleteFileRsp

func (x *C346RspBody) GetDeleteFileRsp() *DeleteFileRsp

func (*C346RspBody) GetDownloadSuccRsp

func (x *C346RspBody) GetDownloadSuccRsp() *DownloadSuccRsp

func (*C346RspBody) GetExtensionRsp

func (x *C346RspBody) GetExtensionRsp() *ExtensionRsp

func (*C346RspBody) GetFileQueryRsp

func (x *C346RspBody) GetFileQueryRsp() *FileQueryRsp

func (*C346RspBody) GetRecallFileRsp

func (x *C346RspBody) GetRecallFileRsp() *RecallFileRsp

func (*C346RspBody) GetRecvListQueryRsp

func (x *C346RspBody) GetRecvListQueryRsp() *RecvListQueryRsp

func (*C346RspBody) GetRenewFileRsp

func (x *C346RspBody) GetRenewFileRsp() *RenewFileRsp

func (*C346RspBody) GetSendListQueryRsp

func (x *C346RspBody) GetSendListQueryRsp() *SendListQueryRsp

func (*C346RspBody) GetSeq

func (x *C346RspBody) GetSeq() int32

func (*C346RspBody) GetUploadSuccRsp

func (x *C346RspBody) GetUploadSuccRsp() *UploadSuccRsp

type DelMessageReq

type DelMessageReq struct {
	UinSender   int64 `protobuf:"varint,1,opt"`
	UinReceiver int64 `protobuf:"varint,2,opt"`
	Time        int32 `protobuf:"varint,10,opt"`
	Random      int32 `protobuf:"varint,20,opt"`
	SeqNo       int32 `protobuf:"varint,30,opt"`
}

func (*DelMessageReq) GetRandom

func (x *DelMessageReq) GetRandom() int32

func (*DelMessageReq) GetSeqNo

func (x *DelMessageReq) GetSeqNo() int32

func (*DelMessageReq) GetTime

func (x *DelMessageReq) GetTime() int32

func (*DelMessageReq) GetUinReceiver

func (x *DelMessageReq) GetUinReceiver() int64

func (*DelMessageReq) GetUinSender

func (x *DelMessageReq) GetUinSender() int64

type DeleteFileReq

type DeleteFileReq struct {
	Uin        int64  `protobuf:"varint,10,opt"`
	PeerUin    int64  `protobuf:"varint,20,opt"`
	DeleteType int32  `protobuf:"varint,30,opt"`
	Uuid       []byte `protobuf:"bytes,40,opt"`
}

func (*DeleteFileReq) GetDeleteType

func (x *DeleteFileReq) GetDeleteType() int32

func (*DeleteFileReq) GetPeerUin

func (x *DeleteFileReq) GetPeerUin() int64

func (*DeleteFileReq) GetUin

func (x *DeleteFileReq) GetUin() int64

func (*DeleteFileReq) GetUuid

func (x *DeleteFileReq) GetUuid() []byte

type DeleteFileRsp

type DeleteFileRsp struct {
	RetCode int32  `protobuf:"varint,10,opt"`
	RetMsg  string `protobuf:"bytes,20,opt"`
}

func (*DeleteFileRsp) GetRetCode

func (x *DeleteFileRsp) GetRetCode() int32

func (*DeleteFileRsp) GetRetMsg

func (x *DeleteFileRsp) GetRetMsg() string

type DownloadInfo

type DownloadInfo struct {
	DownloadKey    []byte   `protobuf:"bytes,10,opt"`
	DownloadIp     string   `protobuf:"bytes,20,opt"`
	DownloadDomain string   `protobuf:"bytes,30,opt"`
	Port           int32    `protobuf:"varint,40,opt"`
	DownloadUrl    string   `protobuf:"bytes,50,opt"`
	DownloadipList []string `protobuf:"bytes,60,rep"`
	Cookie         string   `protobuf:"bytes,70,opt"`
}

func (*DownloadInfo) GetCookie

func (x *DownloadInfo) GetCookie() string

func (*DownloadInfo) GetDownloadDomain

func (x *DownloadInfo) GetDownloadDomain() string

func (*DownloadInfo) GetDownloadIp

func (x *DownloadInfo) GetDownloadIp() string

func (*DownloadInfo) GetDownloadKey

func (x *DownloadInfo) GetDownloadKey() []byte

func (*DownloadInfo) GetDownloadUrl

func (x *DownloadInfo) GetDownloadUrl() string

func (*DownloadInfo) GetDownloadipList

func (x *DownloadInfo) GetDownloadipList() []string

func (*DownloadInfo) GetPort

func (x *DownloadInfo) GetPort() int32

type DownloadSuccReq

type DownloadSuccReq struct {
	Uin  int64  `protobuf:"varint,10,opt"`
	Uuid []byte `protobuf:"bytes,20,opt"`
}

func (*DownloadSuccReq) GetUin

func (x *DownloadSuccReq) GetUin() int64

func (*DownloadSuccReq) GetUuid

func (x *DownloadSuccReq) GetUuid() []byte

type DownloadSuccRsp

type DownloadSuccRsp struct {
	RetCode  int32  `protobuf:"varint,10,opt"`
	RetMsg   string `protobuf:"bytes,20,opt"`
	DownStat int32  `protobuf:"varint,30,opt"`
}

func (*DownloadSuccRsp) GetDownStat

func (x *DownloadSuccRsp) GetDownStat() int32

func (*DownloadSuccRsp) GetRetCode

func (x *DownloadSuccRsp) GetRetCode() int32

func (*DownloadSuccRsp) GetRetMsg

func (x *DownloadSuccRsp) GetRetMsg() string

type ExtensionReq

type ExtensionReq struct {
	Id               int64          `protobuf:"varint,1,opt"`
	Type             int64          `protobuf:"varint,2,opt"`
	DstPhonenum      string         `protobuf:"bytes,3,opt"`
	PhoneConvertType int32          `protobuf:"varint,4,opt"`
	Sig              []byte         `protobuf:"bytes,20,opt"`
	RouteId          int64          `protobuf:"varint,100,opt"`
	DelMessageReq    *DelMessageReq `protobuf:"bytes,90100,opt"`
	DownloadUrlType  int32          `protobuf:"varint,90200,opt"`
	PttFormat        int32          `protobuf:"varint,90300,opt"`
	IsNeedInnerIp    int32          `protobuf:"varint,90400,opt"`
	NetType          int32          `protobuf:"varint,90500,opt"`
	VoiceType        int32          `protobuf:"varint,90600,opt"`
	FileType         int32          `protobuf:"varint,90700,opt"`
	PttTime          int32          `protobuf:"varint,90800,opt"`
}

func (*ExtensionReq) GetDelMessageReq

func (x *ExtensionReq) GetDelMessageReq() *DelMessageReq

func (*ExtensionReq) GetDownloadUrlType

func (x *ExtensionReq) GetDownloadUrlType() int32

func (*ExtensionReq) GetDstPhonenum

func (x *ExtensionReq) GetDstPhonenum() string

func (*ExtensionReq) GetFileType

func (x *ExtensionReq) GetFileType() int32

func (*ExtensionReq) GetId

func (x *ExtensionReq) GetId() int64

func (*ExtensionReq) GetIsNeedInnerIp

func (x *ExtensionReq) GetIsNeedInnerIp() int32

func (*ExtensionReq) GetNetType

func (x *ExtensionReq) GetNetType() int32

func (*ExtensionReq) GetPhoneConvertType

func (x *ExtensionReq) GetPhoneConvertType() int32

func (*ExtensionReq) GetPttFormat

func (x *ExtensionReq) GetPttFormat() int32

func (*ExtensionReq) GetPttTime

func (x *ExtensionReq) GetPttTime() int32

func (*ExtensionReq) GetRouteId

func (x *ExtensionReq) GetRouteId() int64

func (*ExtensionReq) GetSig

func (x *ExtensionReq) GetSig() []byte

func (*ExtensionReq) GetType

func (x *ExtensionReq) GetType() int64

func (*ExtensionReq) GetVoiceType

func (x *ExtensionReq) GetVoiceType() int32

type ExtensionRsp

type ExtensionRsp struct {
}

type FileInfo

type FileInfo struct {
	Uin          int64  `protobuf:"varint,1,opt"`
	DangerEvel   int32  `protobuf:"varint,2,opt"`
	FileSize     int64  `protobuf:"varint,3,opt"`
	LifeTime     int32  `protobuf:"varint,4,opt"`
	UploadTime   int32  `protobuf:"varint,5,opt"`
	Uuid         []byte `protobuf:"bytes,6,opt"`
	FileName     string `protobuf:"bytes,7,opt"`
	AbsFileType  int32  `protobuf:"varint,90,opt"`
	Bytes_10MMd5 []byte `protobuf:"bytes,100,opt"`
	Sha          []byte `protobuf:"bytes,101,opt"`
	ClientType   int32  `protobuf:"varint,110,opt"`
	OwnerUin     int64  `protobuf:"varint,120,opt"`
	PeerUin      int64  `protobuf:"varint,121,opt"`
	ExpireTime   int32  `protobuf:"varint,130,opt"`
}

func (*FileInfo) GetAbsFileType

func (x *FileInfo) GetAbsFileType() int32

func (*FileInfo) GetBytes_10MMd5

func (x *FileInfo) GetBytes_10MMd5() []byte

func (*FileInfo) GetClientType

func (x *FileInfo) GetClientType() int32

func (*FileInfo) GetDangerEvel

func (x *FileInfo) GetDangerEvel() int32

func (*FileInfo) GetExpireTime

func (x *FileInfo) GetExpireTime() int32

func (*FileInfo) GetFileName

func (x *FileInfo) GetFileName() string

func (*FileInfo) GetFileSize

func (x *FileInfo) GetFileSize() int64

func (*FileInfo) GetLifeTime

func (x *FileInfo) GetLifeTime() int32

func (*FileInfo) GetOwnerUin

func (x *FileInfo) GetOwnerUin() int64

func (*FileInfo) GetPeerUin

func (x *FileInfo) GetPeerUin() int64

func (*FileInfo) GetSha

func (x *FileInfo) GetSha() []byte

func (*FileInfo) GetUin

func (x *FileInfo) GetUin() int64

func (*FileInfo) GetUploadTime

func (x *FileInfo) GetUploadTime() int32

func (*FileInfo) GetUuid

func (x *FileInfo) GetUuid() []byte

type FileQueryReq

type FileQueryReq struct {
	Uin  int64  `protobuf:"varint,10,opt"`
	Uuid []byte `protobuf:"bytes,20,opt"`
}

func (*FileQueryReq) GetUin

func (x *FileQueryReq) GetUin() int64

func (*FileQueryReq) GetUuid

func (x *FileQueryReq) GetUuid() []byte

type FileQueryRsp

type FileQueryRsp struct {
	RetCode  int32     `protobuf:"varint,10,opt"`
	RetMsg   string    `protobuf:"bytes,20,opt"`
	FileInfo *FileInfo `protobuf:"bytes,30,opt"`
}

func (*FileQueryRsp) GetFileInfo

func (x *FileQueryRsp) GetFileInfo() *FileInfo

func (*FileQueryRsp) GetRetCode

func (x *FileQueryRsp) GetRetCode() int32

func (*FileQueryRsp) GetRetMsg

func (x *FileQueryRsp) GetRetMsg() string

type RecallFileReq

type RecallFileReq struct {
	Uin  int64  `protobuf:"varint,1,opt"`
	Uuid []byte `protobuf:"bytes,2,opt"`
}

func (*RecallFileReq) GetUin

func (x *RecallFileReq) GetUin() int64

func (*RecallFileReq) GetUuid

func (x *RecallFileReq) GetUuid() []byte

type RecallFileRsp

type RecallFileRsp struct {
	RetCode int32  `protobuf:"varint,1,opt"`
	RetMsg  string `protobuf:"bytes,2,opt"`
}

func (*RecallFileRsp) GetRetCode

func (x *RecallFileRsp) GetRetCode() int32

func (*RecallFileRsp) GetRetMsg

func (x *RecallFileRsp) GetRetMsg() string

type RecvListQueryReq

type RecvListQueryReq struct {
	Uin        int64 `protobuf:"varint,1,opt"`
	BeginIndex int32 `protobuf:"varint,2,opt"`
	ReqCount   int32 `protobuf:"varint,3,opt"`
}

func (*RecvListQueryReq) GetBeginIndex

func (x *RecvListQueryReq) GetBeginIndex() int32

func (*RecvListQueryReq) GetReqCount

func (x *RecvListQueryReq) GetReqCount() int32

func (*RecvListQueryReq) GetUin

func (x *RecvListQueryReq) GetUin() int64

type RecvListQueryRsp

type RecvListQueryRsp struct {
	RetCode      int32       `protobuf:"varint,1,opt"`
	RetMsg       string      `protobuf:"bytes,2,opt"`
	FileTotCount int32       `protobuf:"varint,3,opt"`
	BeginIndex   int32       `protobuf:"varint,4,opt"`
	RspFileCount int32       `protobuf:"varint,5,opt"`
	IsEnd        int32       `protobuf:"varint,6,opt"`
	FileList     []*FileInfo `protobuf:"bytes,7,rep"`
}

func (*RecvListQueryRsp) GetBeginIndex

func (x *RecvListQueryRsp) GetBeginIndex() int32

func (*RecvListQueryRsp) GetFileList

func (x *RecvListQueryRsp) GetFileList() []*FileInfo

func (*RecvListQueryRsp) GetFileTotCount

func (x *RecvListQueryRsp) GetFileTotCount() int32

func (*RecvListQueryRsp) GetIsEnd

func (x *RecvListQueryRsp) GetIsEnd() int32

func (*RecvListQueryRsp) GetRetCode

func (x *RecvListQueryRsp) GetRetCode() int32

func (*RecvListQueryRsp) GetRetMsg

func (x *RecvListQueryRsp) GetRetMsg() string

func (*RecvListQueryRsp) GetRspFileCount

func (x *RecvListQueryRsp) GetRspFileCount() int32

type RenewFileReq

type RenewFileReq struct {
	Uin    int64  `protobuf:"varint,1,opt"`
	Uuid   []byte `protobuf:"bytes,2,opt"`
	AddTtl int32  `protobuf:"varint,3,opt"`
}

func (*RenewFileReq) GetAddTtl

func (x *RenewFileReq) GetAddTtl() int32

func (*RenewFileReq) GetUin

func (x *RenewFileReq) GetUin() int64

func (*RenewFileReq) GetUuid

func (x *RenewFileReq) GetUuid() []byte

type RenewFileRsp

type RenewFileRsp struct {
	RetCode int32  `protobuf:"varint,1,opt"`
	RetMsg  string `protobuf:"bytes,2,opt"`
}

func (*RenewFileRsp) GetRetCode

func (x *RenewFileRsp) GetRetCode() int32

func (*RenewFileRsp) GetRetMsg

func (x *RenewFileRsp) GetRetMsg() string

type SendListQueryReq

type SendListQueryReq struct {
	Uin        int64 `protobuf:"varint,1,opt"`
	BeginIndex int32 `protobuf:"varint,2,opt"`
	ReqCount   int32 `protobuf:"varint,3,opt"`
}

func (*SendListQueryReq) GetBeginIndex

func (x *SendListQueryReq) GetBeginIndex() int32

func (*SendListQueryReq) GetReqCount

func (x *SendListQueryReq) GetReqCount() int32

func (*SendListQueryReq) GetUin

func (x *SendListQueryReq) GetUin() int64

type SendListQueryRsp

type SendListQueryRsp struct {
	RetCode      int32       `protobuf:"varint,1,opt"`
	RetMsg       string      `protobuf:"bytes,2,opt"`
	FileTotCount int32       `protobuf:"varint,3,opt"`
	BeginIndex   int32       `protobuf:"varint,4,opt"`
	RspFileCount int32       `protobuf:"varint,5,opt"`
	IsEnd        int32       `protobuf:"varint,6,opt"`
	TotLimit     int64       `protobuf:"varint,7,opt"`
	UsedLimit    int64       `protobuf:"varint,8,opt"`
	FileList     []*FileInfo `protobuf:"bytes,9,rep"`
}

func (*SendListQueryRsp) GetBeginIndex

func (x *SendListQueryRsp) GetBeginIndex() int32

func (*SendListQueryRsp) GetFileList

func (x *SendListQueryRsp) GetFileList() []*FileInfo

func (*SendListQueryRsp) GetFileTotCount

func (x *SendListQueryRsp) GetFileTotCount() int32

func (*SendListQueryRsp) GetIsEnd

func (x *SendListQueryRsp) GetIsEnd() int32

func (*SendListQueryRsp) GetRetCode

func (x *SendListQueryRsp) GetRetCode() int32

func (*SendListQueryRsp) GetRetMsg

func (x *SendListQueryRsp) GetRetMsg() string

func (*SendListQueryRsp) GetRspFileCount

func (x *SendListQueryRsp) GetRspFileCount() int32

func (*SendListQueryRsp) GetTotLimit

func (x *SendListQueryRsp) GetTotLimit() int64

func (*SendListQueryRsp) GetUsedLimit

func (x *SendListQueryRsp) GetUsedLimit() int64

type UploadSuccReq

type UploadSuccReq struct {
	SenderUin int64  `protobuf:"varint,10,opt"`
	RecverUin int64  `protobuf:"varint,20,opt"`
	Uuid      []byte `protobuf:"bytes,30,opt"`
}

func (*UploadSuccReq) GetRecverUin

func (x *UploadSuccReq) GetRecverUin() int64

func (*UploadSuccReq) GetSenderUin

func (x *UploadSuccReq) GetSenderUin() int64

func (*UploadSuccReq) GetUuid

func (x *UploadSuccReq) GetUuid() []byte

type UploadSuccRsp

type UploadSuccRsp struct {
	RetCode  int32     `protobuf:"varint,10,opt"`
	RetMsg   string    `protobuf:"bytes,20,opt"`
	FileInfo *FileInfo `protobuf:"bytes,30,opt"`
}

func (*UploadSuccRsp) GetFileInfo

func (x *UploadSuccRsp) GetFileInfo() *FileInfo

func (*UploadSuccRsp) GetRetCode

func (x *UploadSuccRsp) GetRetCode() int32

func (*UploadSuccRsp) GetRetMsg

func (x *UploadSuccRsp) GetRetMsg() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL