cmd0x388

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 D388ReqBody

type D388ReqBody struct {
	NetType      *uint32         `protobuf:"varint,1,opt"`
	Subcmd       *uint32         `protobuf:"varint,2,opt"`
	TryupImgReq  []*TryUpImgReq  `protobuf:"bytes,3,rep"`
	GetimgUrlReq []*GetImgUrlReq `protobuf:"bytes,4,rep"`
	TryupPttReq  []*TryUpPttReq  `protobuf:"bytes,5,rep"`
	GetpttUrlReq []*GetPttUrlReq `protobuf:"bytes,6,rep"`
	CommandId    *uint32         `protobuf:"varint,7,opt"`
	DelImgReq    []*DelImgReq    `protobuf:"bytes,8,rep"`
	Extension    []byte          `protobuf:"bytes,1001,opt"`
}

func (*D388ReqBody) GetCommandId

func (x *D388ReqBody) GetCommandId() uint32

func (*D388ReqBody) GetDelImgReq

func (x *D388ReqBody) GetDelImgReq() []*DelImgReq

func (*D388ReqBody) GetExtension

func (x *D388ReqBody) GetExtension() []byte

func (*D388ReqBody) GetGetimgUrlReq

func (x *D388ReqBody) GetGetimgUrlReq() []*GetImgUrlReq

func (*D388ReqBody) GetGetpttUrlReq

func (x *D388ReqBody) GetGetpttUrlReq() []*GetPttUrlReq

func (*D388ReqBody) GetNetType

func (x *D388ReqBody) GetNetType() uint32

func (*D388ReqBody) GetSubcmd

func (x *D388ReqBody) GetSubcmd() uint32

func (*D388ReqBody) GetTryupImgReq

func (x *D388ReqBody) GetTryupImgReq() []*TryUpImgReq

func (*D388ReqBody) GetTryupPttReq

func (x *D388ReqBody) GetTryupPttReq() []*TryUpPttReq

type D388RspBody

type D388RspBody struct {
	ClientIp     *uint32            `protobuf:"varint,1,opt"`
	Subcmd       *uint32            `protobuf:"varint,2,opt"`
	TryupImgRsp  []*D388TryUpImgRsp `protobuf:"bytes,3,rep"`
	GetimgUrlRsp []*GetImgUrlRsp    `protobuf:"bytes,4,rep"`
	TryupPttRsp  []*TryUpPttRsp     `protobuf:"bytes,5,rep"`
	GetpttUrlRsp []*GetPttUrlRsp    `protobuf:"bytes,6,rep"`
	DelImgRsp    []*DelImgRsp       `protobuf:"bytes,7,rep"`
}

func (*D388RspBody) GetClientIp

func (x *D388RspBody) GetClientIp() uint32

func (*D388RspBody) GetDelImgRsp

func (x *D388RspBody) GetDelImgRsp() []*DelImgRsp

func (*D388RspBody) GetGetimgUrlRsp

func (x *D388RspBody) GetGetimgUrlRsp() []*GetImgUrlRsp

func (*D388RspBody) GetGetpttUrlRsp

func (x *D388RspBody) GetGetpttUrlRsp() []*GetPttUrlRsp

func (*D388RspBody) GetSubcmd

func (x *D388RspBody) GetSubcmd() uint32

func (*D388RspBody) GetTryupImgRsp

func (x *D388RspBody) GetTryupImgRsp() []*D388TryUpImgRsp

func (*D388RspBody) GetTryupPttRsp

func (x *D388RspBody) GetTryupPttRsp() []*TryUpPttRsp

type D388TryUpImgRsp

type D388TryUpImgRsp struct {
	FileId        *uint64         `protobuf:"varint,1,opt"`
	Result        *uint32         `protobuf:"varint,2,opt"`
	FailMsg       []byte          `protobuf:"bytes,3,opt"`
	FileExit      *bool           `protobuf:"varint,4,opt"`
	ImgInfo       *ImgInfo        `protobuf:"bytes,5,opt"`
	UpIp          []uint32        `protobuf:"varint,6,rep"`
	UpPort        []uint32        `protobuf:"varint,7,rep"`
	UpUkey        []byte          `protobuf:"bytes,8,opt"`
	Fileid        *uint64         `protobuf:"varint,9,opt"`
	UpOffset      *uint64         `protobuf:"varint,10,opt"`
	BlockSize     *uint64         `protobuf:"varint,11,opt"`
	NewBigChan    *bool           `protobuf:"varint,12,opt"`
	UpIp6         []*IPv6Info     `protobuf:"bytes,26,rep"`
	ClientIp6     []byte          `protobuf:"bytes,27,opt"`
	DownloadIndex []byte          `protobuf:"bytes,28,opt"`
	Info4Busi     *TryUpInfo4Busi `protobuf:"bytes,1001,opt"`
}

func (*D388TryUpImgRsp) GetBlockSize

func (x *D388TryUpImgRsp) GetBlockSize() uint64

func (*D388TryUpImgRsp) GetClientIp6

func (x *D388TryUpImgRsp) GetClientIp6() []byte

func (*D388TryUpImgRsp) GetDownloadIndex

func (x *D388TryUpImgRsp) GetDownloadIndex() []byte

func (*D388TryUpImgRsp) GetFailMsg

func (x *D388TryUpImgRsp) GetFailMsg() []byte

func (*D388TryUpImgRsp) GetFileExit

func (x *D388TryUpImgRsp) GetFileExit() bool

func (*D388TryUpImgRsp) GetFileId

func (x *D388TryUpImgRsp) GetFileId() uint64

func (*D388TryUpImgRsp) GetFileid

func (x *D388TryUpImgRsp) GetFileid() uint64

func (*D388TryUpImgRsp) GetImgInfo

func (x *D388TryUpImgRsp) GetImgInfo() *ImgInfo

func (*D388TryUpImgRsp) GetInfo4Busi

func (x *D388TryUpImgRsp) GetInfo4Busi() *TryUpInfo4Busi

func (*D388TryUpImgRsp) GetNewBigChan

func (x *D388TryUpImgRsp) GetNewBigChan() bool

func (*D388TryUpImgRsp) GetResult

func (x *D388TryUpImgRsp) GetResult() uint32

func (*D388TryUpImgRsp) GetUpIp

func (x *D388TryUpImgRsp) GetUpIp() []uint32

func (*D388TryUpImgRsp) GetUpIp6

func (x *D388TryUpImgRsp) GetUpIp6() []*IPv6Info

func (*D388TryUpImgRsp) GetUpOffset

func (x *D388TryUpImgRsp) GetUpOffset() uint64

func (*D388TryUpImgRsp) GetUpPort

func (x *D388TryUpImgRsp) GetUpPort() []uint32

func (*D388TryUpImgRsp) GetUpUkey

func (x *D388TryUpImgRsp) GetUpUkey() []byte

type DelImgReq

type DelImgReq struct {
	SrcUin          *uint64 `protobuf:"varint,1,opt"`
	DstUin          *uint64 `protobuf:"varint,2,opt"`
	ReqTerm         *uint32 `protobuf:"varint,3,opt"`
	ReqPlatformType *uint32 `protobuf:"varint,4,opt"`
	BuType          *uint32 `protobuf:"varint,5,opt"`
	BuildVer        []byte  `protobuf:"bytes,6,opt"`
	FileResid       []byte  `protobuf:"bytes,7,opt"`
	PicWidth        *uint32 `protobuf:"varint,8,opt"`
	PicHeight       *uint32 `protobuf:"varint,9,opt"`
}

func (*DelImgReq) GetBuType

func (x *DelImgReq) GetBuType() uint32

func (*DelImgReq) GetBuildVer

func (x *DelImgReq) GetBuildVer() []byte

func (*DelImgReq) GetDstUin

func (x *DelImgReq) GetDstUin() uint64

func (*DelImgReq) GetFileResid

func (x *DelImgReq) GetFileResid() []byte

func (*DelImgReq) GetPicHeight

func (x *DelImgReq) GetPicHeight() uint32

func (*DelImgReq) GetPicWidth

func (x *DelImgReq) GetPicWidth() uint32

func (*DelImgReq) GetReqPlatformType

func (x *DelImgReq) GetReqPlatformType() uint32

func (*DelImgReq) GetReqTerm

func (x *DelImgReq) GetReqTerm() uint32

func (*DelImgReq) GetSrcUin

func (x *DelImgReq) GetSrcUin() uint64

type DelImgRsp

type DelImgRsp struct {
	Result    *uint32 `protobuf:"varint,1,opt"`
	FailMsg   []byte  `protobuf:"bytes,2,opt"`
	FileResid []byte  `protobuf:"bytes,3,opt"`
}

func (*DelImgRsp) GetFailMsg

func (x *DelImgRsp) GetFailMsg() []byte

func (*DelImgRsp) GetFileResid

func (x *DelImgRsp) GetFileResid() []byte

func (*DelImgRsp) GetResult

func (x *DelImgRsp) GetResult() uint32

type ExpRoamExtendInfo

type ExpRoamExtendInfo struct {
	Resid []byte `protobuf:"bytes,1,opt"`
}

func (*ExpRoamExtendInfo) GetResid

func (x *ExpRoamExtendInfo) GetResid() []byte

type ExpRoamPicInfo

type ExpRoamPicInfo struct {
	ShopFlag *uint32 `protobuf:"varint,1,opt"`
	PkgId    *uint32 `protobuf:"varint,2,opt"`
	PicId    []byte  `protobuf:"bytes,3,opt"`
}

func (*ExpRoamPicInfo) GetPicId

func (x *ExpRoamPicInfo) GetPicId() []byte

func (*ExpRoamPicInfo) GetPkgId

func (x *ExpRoamPicInfo) GetPkgId() uint32

func (*ExpRoamPicInfo) GetShopFlag

func (x *ExpRoamPicInfo) GetShopFlag() uint32

type ExtensionCommPicTryUp

type ExtensionCommPicTryUp struct {
	Extinfo [][]byte `protobuf:"bytes,1,rep"`
}

func (*ExtensionCommPicTryUp) GetExtinfo

func (x *ExtensionCommPicTryUp) GetExtinfo() [][]byte

type ExtensionExpRoamTryUp

type ExtensionExpRoamTryUp struct {
	ExproamPicInfo []*ExpRoamPicInfo `protobuf:"bytes,1,rep"`
}

func (*ExtensionExpRoamTryUp) GetExproamPicInfo

func (x *ExtensionExpRoamTryUp) GetExproamPicInfo() []*ExpRoamPicInfo

type GetImgUrlReq

type GetImgUrlReq struct {
	GroupCode       *uint64 `protobuf:"varint,1,opt"`
	DstUin          *uint64 `protobuf:"varint,2,opt"`
	Fileid          *uint64 `protobuf:"varint,3,opt"`
	FileMd5         []byte  `protobuf:"bytes,4,opt"`
	UrlFlag         *uint32 `protobuf:"varint,5,opt"`
	UrlType         *uint32 `protobuf:"varint,6,opt"`
	ReqTerm         *uint32 `protobuf:"varint,7,opt"`
	ReqPlatformType *uint32 `protobuf:"varint,8,opt"`
	InnerIp         *uint32 `protobuf:"varint,9,opt"`
	BuType          *uint32 `protobuf:"varint,10,opt"`
	BuildVer        []byte  `protobuf:"bytes,11,opt"`
	FileId          *uint64 `protobuf:"varint,12,opt"`
	FileSize        *uint64 `protobuf:"varint,13,opt"`
	OriginalPic     *uint32 `protobuf:"varint,14,opt"`
	RetryReq        *uint32 `protobuf:"varint,15,opt"`
	FileHeight      *uint32 `protobuf:"varint,16,opt"`
	FileWidth       *uint32 `protobuf:"varint,17,opt"`
	PicType         *uint32 `protobuf:"varint,18,opt"`
	PicUpTimestamp  *uint32 `protobuf:"varint,19,opt"`
	ReqTransferType *uint32 `protobuf:"varint,20,opt"`
	QqmeetGuildId   *uint64 `protobuf:"varint,21,opt"`
	QqmeetChannelId *uint64 `protobuf:"varint,22,opt"`
	DownloadIndex   []byte  `protobuf:"bytes,23,opt"`
}

func (*GetImgUrlReq) GetBuType

func (x *GetImgUrlReq) GetBuType() uint32

func (*GetImgUrlReq) GetBuildVer

func (x *GetImgUrlReq) GetBuildVer() []byte

func (*GetImgUrlReq) GetDownloadIndex

func (x *GetImgUrlReq) GetDownloadIndex() []byte

func (*GetImgUrlReq) GetDstUin

func (x *GetImgUrlReq) GetDstUin() uint64

func (*GetImgUrlReq) GetFileHeight

func (x *GetImgUrlReq) GetFileHeight() uint32

func (*GetImgUrlReq) GetFileId

func (x *GetImgUrlReq) GetFileId() uint64

func (*GetImgUrlReq) GetFileMd5

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

func (*GetImgUrlReq) GetFileSize

func (x *GetImgUrlReq) GetFileSize() uint64

func (*GetImgUrlReq) GetFileWidth

func (x *GetImgUrlReq) GetFileWidth() uint32

func (*GetImgUrlReq) GetFileid

func (x *GetImgUrlReq) GetFileid() uint64

func (*GetImgUrlReq) GetGroupCode

func (x *GetImgUrlReq) GetGroupCode() uint64

func (*GetImgUrlReq) GetInnerIp

func (x *GetImgUrlReq) GetInnerIp() uint32

func (*GetImgUrlReq) GetOriginalPic

func (x *GetImgUrlReq) GetOriginalPic() uint32

func (*GetImgUrlReq) GetPicType

func (x *GetImgUrlReq) GetPicType() uint32

func (*GetImgUrlReq) GetPicUpTimestamp

func (x *GetImgUrlReq) GetPicUpTimestamp() uint32

func (*GetImgUrlReq) GetQqmeetChannelId

func (x *GetImgUrlReq) GetQqmeetChannelId() uint64

func (*GetImgUrlReq) GetQqmeetGuildId

func (x *GetImgUrlReq) GetQqmeetGuildId() uint64

func (*GetImgUrlReq) GetReqPlatformType

func (x *GetImgUrlReq) GetReqPlatformType() uint32

func (*GetImgUrlReq) GetReqTerm

func (x *GetImgUrlReq) GetReqTerm() uint32

func (*GetImgUrlReq) GetReqTransferType

func (x *GetImgUrlReq) GetReqTransferType() uint32

func (*GetImgUrlReq) GetRetryReq

func (x *GetImgUrlReq) GetRetryReq() uint32

func (*GetImgUrlReq) GetUrlFlag

func (x *GetImgUrlReq) GetUrlFlag() uint32

func (*GetImgUrlReq) GetUrlType

func (x *GetImgUrlReq) GetUrlType() uint32

type GetImgUrlRsp

type GetImgUrlRsp struct {
	Fileid           *uint64     `protobuf:"varint,1,opt"`
	FileMd5          []byte      `protobuf:"bytes,2,opt"`
	Result           *uint32     `protobuf:"varint,3,opt"`
	FailMsg          []byte      `protobuf:"bytes,4,opt"`
	ImgInfo          *ImgInfo    `protobuf:"bytes,5,opt"`
	ThumbDownUrl     [][]byte    `protobuf:"bytes,6,rep"`
	OriginalDownUrl  [][]byte    `protobuf:"bytes,7,rep"`
	BigDownUrl       [][]byte    `protobuf:"bytes,8,rep"`
	DownIp           []uint32    `protobuf:"varint,9,rep"`
	DownPort         []uint32    `protobuf:"varint,10,rep"`
	DownDomain       []byte      `protobuf:"bytes,11,opt"`
	ThumbDownPara    []byte      `protobuf:"bytes,12,opt"`
	OriginalDownPara []byte      `protobuf:"bytes,13,opt"`
	BigDownPara      []byte      `protobuf:"bytes,14,opt"`
	FileId           *uint64     `protobuf:"varint,15,opt"`
	AutoDownType     *uint32     `protobuf:"varint,16,opt"`
	OrderDownType    []uint32    `protobuf:"varint,17,rep"`
	BigThumbDownPara []byte      `protobuf:"bytes,19,opt"`
	HttpsUrlFlag     *uint32     `protobuf:"varint,20,opt"`
	DownIp6          []*IPv6Info `protobuf:"bytes,26,rep"`
	ClientIp6        []byte      `protobuf:"bytes,27,opt"`
}

func (*GetImgUrlRsp) GetAutoDownType

func (x *GetImgUrlRsp) GetAutoDownType() uint32

func (*GetImgUrlRsp) GetBigDownPara

func (x *GetImgUrlRsp) GetBigDownPara() []byte

func (*GetImgUrlRsp) GetBigDownUrl

func (x *GetImgUrlRsp) GetBigDownUrl() [][]byte

func (*GetImgUrlRsp) GetBigThumbDownPara

func (x *GetImgUrlRsp) GetBigThumbDownPara() []byte

func (*GetImgUrlRsp) GetClientIp6

func (x *GetImgUrlRsp) GetClientIp6() []byte

func (*GetImgUrlRsp) GetDownDomain

func (x *GetImgUrlRsp) GetDownDomain() []byte

func (*GetImgUrlRsp) GetDownIp

func (x *GetImgUrlRsp) GetDownIp() []uint32

func (*GetImgUrlRsp) GetDownIp6

func (x *GetImgUrlRsp) GetDownIp6() []*IPv6Info

func (*GetImgUrlRsp) GetDownPort

func (x *GetImgUrlRsp) GetDownPort() []uint32

func (*GetImgUrlRsp) GetFailMsg

func (x *GetImgUrlRsp) GetFailMsg() []byte

func (*GetImgUrlRsp) GetFileId

func (x *GetImgUrlRsp) GetFileId() uint64

func (*GetImgUrlRsp) GetFileMd5

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

func (*GetImgUrlRsp) GetFileid

func (x *GetImgUrlRsp) GetFileid() uint64

func (*GetImgUrlRsp) GetHttpsUrlFlag

func (x *GetImgUrlRsp) GetHttpsUrlFlag() uint32

func (*GetImgUrlRsp) GetImgInfo

func (x *GetImgUrlRsp) GetImgInfo() *ImgInfo

func (*GetImgUrlRsp) GetOrderDownType

func (x *GetImgUrlRsp) GetOrderDownType() []uint32

func (*GetImgUrlRsp) GetOriginalDownPara

func (x *GetImgUrlRsp) GetOriginalDownPara() []byte

func (*GetImgUrlRsp) GetOriginalDownUrl

func (x *GetImgUrlRsp) GetOriginalDownUrl() [][]byte

func (*GetImgUrlRsp) GetResult

func (x *GetImgUrlRsp) GetResult() uint32

func (*GetImgUrlRsp) GetThumbDownPara

func (x *GetImgUrlRsp) GetThumbDownPara() []byte

func (*GetImgUrlRsp) GetThumbDownUrl

func (x *GetImgUrlRsp) GetThumbDownUrl() [][]byte

type GetPttUrlReq

type GetPttUrlReq struct {
	GroupCode       *uint64 `protobuf:"varint,1,opt"`
	DstUin          *uint64 `protobuf:"varint,2,opt"`
	Fileid          *uint64 `protobuf:"varint,3,opt"`
	FileMd5         []byte  `protobuf:"bytes,4,opt"`
	ReqTerm         *uint32 `protobuf:"varint,5,opt"`
	ReqPlatformType *uint32 `protobuf:"varint,6,opt"`
	InnerIp         *uint32 `protobuf:"varint,7,opt"`
	BuType          *uint32 `protobuf:"varint,8,opt"`
	BuildVer        []byte  `protobuf:"bytes,9,opt"`
	FileId          *uint64 `protobuf:"varint,10,opt"`
	FileKey         []byte  `protobuf:"bytes,11,opt"`
	Codec           *uint32 `protobuf:"varint,12,opt"`
	BuId            *uint32 `protobuf:"varint,13,opt"`
	ReqTransferType *uint32 `protobuf:"varint,14,opt"`
	IsAuto          *uint32 `protobuf:"varint,15,opt"`
}

func (*GetPttUrlReq) GetBuId

func (x *GetPttUrlReq) GetBuId() uint32

func (*GetPttUrlReq) GetBuType

func (x *GetPttUrlReq) GetBuType() uint32

func (*GetPttUrlReq) GetBuildVer

func (x *GetPttUrlReq) GetBuildVer() []byte

func (*GetPttUrlReq) GetCodec

func (x *GetPttUrlReq) GetCodec() uint32

func (*GetPttUrlReq) GetDstUin

func (x *GetPttUrlReq) GetDstUin() uint64

func (*GetPttUrlReq) GetFileId

func (x *GetPttUrlReq) GetFileId() uint64

func (*GetPttUrlReq) GetFileKey

func (x *GetPttUrlReq) GetFileKey() []byte

func (*GetPttUrlReq) GetFileMd5

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

func (*GetPttUrlReq) GetFileid

func (x *GetPttUrlReq) GetFileid() uint64

func (*GetPttUrlReq) GetGroupCode

func (x *GetPttUrlReq) GetGroupCode() uint64

func (*GetPttUrlReq) GetInnerIp

func (x *GetPttUrlReq) GetInnerIp() uint32

func (*GetPttUrlReq) GetIsAuto

func (x *GetPttUrlReq) GetIsAuto() uint32

func (*GetPttUrlReq) GetReqPlatformType

func (x *GetPttUrlReq) GetReqPlatformType() uint32

func (*GetPttUrlReq) GetReqTerm

func (x *GetPttUrlReq) GetReqTerm() uint32

func (*GetPttUrlReq) GetReqTransferType

func (x *GetPttUrlReq) GetReqTransferType() uint32

type GetPttUrlRsp

type GetPttUrlRsp struct {
	Fileid       *uint64     `protobuf:"varint,1,opt"`
	FileMd5      []byte      `protobuf:"bytes,2,opt"`
	Result       *uint32     `protobuf:"varint,3,opt"`
	FailMsg      []byte      `protobuf:"bytes,4,opt"`
	DownUrl      [][]byte    `protobuf:"bytes,5,rep"`
	DownIp       []uint32    `protobuf:"varint,6,rep"`
	DownPort     []uint32    `protobuf:"varint,7,rep"`
	DownDomain   []byte      `protobuf:"bytes,8,opt"`
	DownPara     []byte      `protobuf:"bytes,9,opt"`
	FileId       *uint64     `protobuf:"varint,10,opt"`
	TransferType *uint32     `protobuf:"varint,11,opt"`
	AllowRetry   *uint32     `protobuf:"varint,12,opt"`
	DownIp6      []*IPv6Info `protobuf:"bytes,26,rep"`
	ClientIp6    []byte      `protobuf:"bytes,27,opt"`
	Domain       *string     `protobuf:"bytes,28,opt"`
}

func (*GetPttUrlRsp) GetAllowRetry

func (x *GetPttUrlRsp) GetAllowRetry() uint32

func (*GetPttUrlRsp) GetClientIp6

func (x *GetPttUrlRsp) GetClientIp6() []byte

func (*GetPttUrlRsp) GetDomain

func (x *GetPttUrlRsp) GetDomain() string

func (*GetPttUrlRsp) GetDownDomain

func (x *GetPttUrlRsp) GetDownDomain() []byte

func (*GetPttUrlRsp) GetDownIp

func (x *GetPttUrlRsp) GetDownIp() []uint32

func (*GetPttUrlRsp) GetDownIp6

func (x *GetPttUrlRsp) GetDownIp6() []*IPv6Info

func (*GetPttUrlRsp) GetDownPara

func (x *GetPttUrlRsp) GetDownPara() []byte

func (*GetPttUrlRsp) GetDownPort

func (x *GetPttUrlRsp) GetDownPort() []uint32

func (*GetPttUrlRsp) GetDownUrl

func (x *GetPttUrlRsp) GetDownUrl() [][]byte

func (*GetPttUrlRsp) GetFailMsg

func (x *GetPttUrlRsp) GetFailMsg() []byte

func (*GetPttUrlRsp) GetFileId

func (x *GetPttUrlRsp) GetFileId() uint64

func (*GetPttUrlRsp) GetFileMd5

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

func (*GetPttUrlRsp) GetFileid

func (x *GetPttUrlRsp) GetFileid() uint64

func (*GetPttUrlRsp) GetResult

func (x *GetPttUrlRsp) GetResult() uint32

func (*GetPttUrlRsp) GetTransferType

func (x *GetPttUrlRsp) GetTransferType() uint32

type IPv6Info

type IPv6Info struct {
	Ip6  []byte  `protobuf:"bytes,1,opt"`
	Port *uint32 `protobuf:"varint,2,opt"`
}

func (*IPv6Info) GetIp6

func (x *IPv6Info) GetIp6() []byte

func (*IPv6Info) GetPort

func (x *IPv6Info) GetPort() uint32

type ImgInfo

type ImgInfo struct {
	FileMd5    []byte  `protobuf:"bytes,1,opt"`
	FileType   *uint32 `protobuf:"varint,2,opt"`
	FileSize   *uint64 `protobuf:"varint,3,opt"`
	FileWidth  *uint32 `protobuf:"varint,4,opt"`
	FileHeight *uint32 `protobuf:"varint,5,opt"`
}

func (*ImgInfo) GetFileHeight

func (x *ImgInfo) GetFileHeight() uint32

func (*ImgInfo) GetFileMd5

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

func (*ImgInfo) GetFileSize

func (x *ImgInfo) GetFileSize() uint64

func (*ImgInfo) GetFileType

func (x *ImgInfo) GetFileType() uint32

func (*ImgInfo) GetFileWidth

func (x *ImgInfo) GetFileWidth() uint32

type PicSize

type PicSize struct {
	Original *uint32 `protobuf:"varint,1,opt"`
	Thumb    *uint32 `protobuf:"varint,2,opt"`
	High     *uint32 `protobuf:"varint,3,opt"`
}

func (*PicSize) GetHigh

func (x *PicSize) GetHigh() uint32

func (*PicSize) GetOriginal

func (x *PicSize) GetOriginal() uint32

func (*PicSize) GetThumb

func (x *PicSize) GetThumb() uint32

type TryUpImgReq

type TryUpImgReq struct {
	GroupCode       *uint64 `protobuf:"varint,1,opt"`
	SrcUin          *uint64 `protobuf:"varint,2,opt"`
	FileId          *uint64 `protobuf:"varint,3,opt"`
	FileMd5         []byte  `protobuf:"bytes,4,opt"`
	FileSize        *uint64 `protobuf:"varint,5,opt"`
	FileName        []byte  `protobuf:"bytes,6,opt"`
	SrcTerm         *uint32 `protobuf:"varint,7,opt"`
	PlatformType    *uint32 `protobuf:"varint,8,opt"`
	BuType          *uint32 `protobuf:"varint,9,opt"`
	PicWidth        *uint32 `protobuf:"varint,10,opt"`
	PicHeight       *uint32 `protobuf:"varint,11,opt"`
	PicType         *uint32 `protobuf:"varint,12,opt"`
	BuildVer        []byte  `protobuf:"bytes,13,opt"`
	InnerIp         *uint32 `protobuf:"varint,14,opt"`
	AppPicType      *uint32 `protobuf:"varint,15,opt"`
	OriginalPic     *uint32 `protobuf:"varint,16,opt"`
	FileIndex       []byte  `protobuf:"bytes,17,opt"`
	DstUin          *uint64 `protobuf:"varint,18,opt"`
	SrvUpload       *uint32 `protobuf:"varint,19,opt"`
	TransferUrl     []byte  `protobuf:"bytes,20,opt"`
	QqmeetGuildId   *uint64 `protobuf:"varint,21,opt"`
	QqmeetChannelId *uint64 `protobuf:"varint,22,opt"`
}

func (*TryUpImgReq) GetAppPicType

func (x *TryUpImgReq) GetAppPicType() uint32

func (*TryUpImgReq) GetBuType

func (x *TryUpImgReq) GetBuType() uint32

func (*TryUpImgReq) GetBuildVer

func (x *TryUpImgReq) GetBuildVer() []byte

func (*TryUpImgReq) GetDstUin

func (x *TryUpImgReq) GetDstUin() uint64

func (*TryUpImgReq) GetFileId

func (x *TryUpImgReq) GetFileId() uint64

func (*TryUpImgReq) GetFileIndex

func (x *TryUpImgReq) GetFileIndex() []byte

func (*TryUpImgReq) GetFileMd5

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

func (*TryUpImgReq) GetFileName

func (x *TryUpImgReq) GetFileName() []byte

func (*TryUpImgReq) GetFileSize

func (x *TryUpImgReq) GetFileSize() uint64

func (*TryUpImgReq) GetGroupCode

func (x *TryUpImgReq) GetGroupCode() uint64

func (*TryUpImgReq) GetInnerIp

func (x *TryUpImgReq) GetInnerIp() uint32

func (*TryUpImgReq) GetOriginalPic

func (x *TryUpImgReq) GetOriginalPic() uint32

func (*TryUpImgReq) GetPicHeight

func (x *TryUpImgReq) GetPicHeight() uint32

func (*TryUpImgReq) GetPicType

func (x *TryUpImgReq) GetPicType() uint32

func (*TryUpImgReq) GetPicWidth

func (x *TryUpImgReq) GetPicWidth() uint32

func (*TryUpImgReq) GetPlatformType

func (x *TryUpImgReq) GetPlatformType() uint32

func (*TryUpImgReq) GetQqmeetChannelId

func (x *TryUpImgReq) GetQqmeetChannelId() uint64

func (*TryUpImgReq) GetQqmeetGuildId

func (x *TryUpImgReq) GetQqmeetGuildId() uint64

func (*TryUpImgReq) GetSrcTerm

func (x *TryUpImgReq) GetSrcTerm() uint32

func (*TryUpImgReq) GetSrcUin

func (x *TryUpImgReq) GetSrcUin() uint64

func (*TryUpImgReq) GetSrvUpload

func (x *TryUpImgReq) GetSrvUpload() uint32

func (*TryUpImgReq) GetTransferUrl

func (x *TryUpImgReq) GetTransferUrl() []byte

type TryUpInfo4Busi

type TryUpInfo4Busi struct {
	DownDomain      []byte `protobuf:"bytes,1,opt"`
	ThumbDownUrl    []byte `protobuf:"bytes,2,opt"`
	OriginalDownUrl []byte `protobuf:"bytes,3,opt"`
	BigDownUrl      []byte `protobuf:"bytes,4,opt"`
	FileResid       []byte `protobuf:"bytes,5,opt"`
}

func (*TryUpInfo4Busi) GetBigDownUrl

func (x *TryUpInfo4Busi) GetBigDownUrl() []byte

func (*TryUpInfo4Busi) GetDownDomain

func (x *TryUpInfo4Busi) GetDownDomain() []byte

func (*TryUpInfo4Busi) GetFileResid

func (x *TryUpInfo4Busi) GetFileResid() []byte

func (*TryUpInfo4Busi) GetOriginalDownUrl

func (x *TryUpInfo4Busi) GetOriginalDownUrl() []byte

func (*TryUpInfo4Busi) GetThumbDownUrl

func (x *TryUpInfo4Busi) GetThumbDownUrl() []byte

type TryUpPttReq

type TryUpPttReq struct {
	GroupCode    *uint64 `protobuf:"varint,1,opt"`
	SrcUin       *uint64 `protobuf:"varint,2,opt"`
	FileId       *uint64 `protobuf:"varint,3,opt"`
	FileMd5      []byte  `protobuf:"bytes,4,opt"`
	FileSize     *uint64 `protobuf:"varint,5,opt"`
	FileName     []byte  `protobuf:"bytes,6,opt"`
	SrcTerm      *uint32 `protobuf:"varint,7,opt"`
	PlatformType *uint32 `protobuf:"varint,8,opt"`
	BuType       *uint32 `protobuf:"varint,9,opt"`
	BuildVer     []byte  `protobuf:"bytes,10,opt"`
	InnerIp      *uint32 `protobuf:"varint,11,opt"`
	VoiceLength  *uint32 `protobuf:"varint,12,opt"`
	NewUpChan    *bool   `protobuf:"varint,13,opt"`
	Codec        *uint32 `protobuf:"varint,14,opt"`
	VoiceType    *uint32 `protobuf:"varint,15,opt"`
	BuId         *uint32 `protobuf:"varint,16,opt"`
}

func (*TryUpPttReq) GetBuId

func (x *TryUpPttReq) GetBuId() uint32

func (*TryUpPttReq) GetBuType

func (x *TryUpPttReq) GetBuType() uint32

func (*TryUpPttReq) GetBuildVer

func (x *TryUpPttReq) GetBuildVer() []byte

func (*TryUpPttReq) GetCodec

func (x *TryUpPttReq) GetCodec() uint32

func (*TryUpPttReq) GetFileId

func (x *TryUpPttReq) GetFileId() uint64

func (*TryUpPttReq) GetFileMd5

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

func (*TryUpPttReq) GetFileName

func (x *TryUpPttReq) GetFileName() []byte

func (*TryUpPttReq) GetFileSize

func (x *TryUpPttReq) GetFileSize() uint64

func (*TryUpPttReq) GetGroupCode

func (x *TryUpPttReq) GetGroupCode() uint64

func (*TryUpPttReq) GetInnerIp

func (x *TryUpPttReq) GetInnerIp() uint32

func (*TryUpPttReq) GetNewUpChan

func (x *TryUpPttReq) GetNewUpChan() bool

func (*TryUpPttReq) GetPlatformType

func (x *TryUpPttReq) GetPlatformType() uint32

func (*TryUpPttReq) GetSrcTerm

func (x *TryUpPttReq) GetSrcTerm() uint32

func (*TryUpPttReq) GetSrcUin

func (x *TryUpPttReq) GetSrcUin() uint64

func (*TryUpPttReq) GetVoiceLength

func (x *TryUpPttReq) GetVoiceLength() uint32

func (*TryUpPttReq) GetVoiceType

func (x *TryUpPttReq) GetVoiceType() uint32

type TryUpPttRsp

type TryUpPttRsp struct {
	FileId      *uint64     `protobuf:"varint,1,opt"`
	Result      *uint32     `protobuf:"varint,2,opt"`
	FailMsg     []byte      `protobuf:"bytes,3,opt"`
	FileExit    *bool       `protobuf:"varint,4,opt"`
	UpIp        []uint32    `protobuf:"varint,5,rep"`
	UpPort      []uint32    `protobuf:"varint,6,rep"`
	UpUkey      []byte      `protobuf:"bytes,7,opt"`
	Fileid      *uint64     `protobuf:"varint,8,opt"`
	UpOffset    *uint64     `protobuf:"varint,9,opt"`
	BlockSize   *uint64     `protobuf:"varint,10,opt"`
	FileKey     []byte      `protobuf:"bytes,11,opt"`
	ChannelType *uint32     `protobuf:"varint,12,opt"`
	UpIp6       []*IPv6Info `protobuf:"bytes,26,rep"`
	ClientIp6   []byte      `protobuf:"bytes,27,opt"`
}

func (*TryUpPttRsp) GetBlockSize

func (x *TryUpPttRsp) GetBlockSize() uint64

func (*TryUpPttRsp) GetChannelType

func (x *TryUpPttRsp) GetChannelType() uint32

func (*TryUpPttRsp) GetClientIp6

func (x *TryUpPttRsp) GetClientIp6() []byte

func (*TryUpPttRsp) GetFailMsg

func (x *TryUpPttRsp) GetFailMsg() []byte

func (*TryUpPttRsp) GetFileExit

func (x *TryUpPttRsp) GetFileExit() bool

func (*TryUpPttRsp) GetFileId

func (x *TryUpPttRsp) GetFileId() uint64

func (*TryUpPttRsp) GetFileKey

func (x *TryUpPttRsp) GetFileKey() []byte

func (*TryUpPttRsp) GetFileid

func (x *TryUpPttRsp) GetFileid() uint64

func (*TryUpPttRsp) GetResult

func (x *TryUpPttRsp) GetResult() uint32

func (*TryUpPttRsp) GetUpIp

func (x *TryUpPttRsp) GetUpIp() []uint32

func (*TryUpPttRsp) GetUpIp6

func (x *TryUpPttRsp) GetUpIp6() []*IPv6Info

func (*TryUpPttRsp) GetUpOffset

func (x *TryUpPttRsp) GetUpOffset() uint64

func (*TryUpPttRsp) GetUpPort

func (x *TryUpPttRsp) GetUpPort() []uint32

func (*TryUpPttRsp) GetUpUkey

func (x *TryUpPttRsp) GetUpUkey() []byte

Jump to

Keyboard shortcuts

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