pttcenter

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 DataHole

type DataHole struct {
	Begin int64 `protobuf:"varint,1,opt"`
	End   int64 `protobuf:"varint,2,opt"`
}

func (*DataHole) GetBegin

func (x *DataHole) GetBegin() int64

func (*DataHole) GetEnd

func (x *DataHole) GetEnd() int64

type ShortVideoAddr

type ShortVideoAddr struct {
	Host    []string `protobuf:"bytes,10,rep"`
	UrlArgs string   `protobuf:"bytes,11,opt"` //repeated string domain = 13;
}

func (*ShortVideoAddr) GetHost

func (x *ShortVideoAddr) GetHost() []string

func (*ShortVideoAddr) GetUrlArgs

func (x *ShortVideoAddr) GetUrlArgs() string

type ShortVideoDownloadReq

type ShortVideoDownloadReq struct {
	FromUin      int64  `protobuf:"varint,1,opt"`
	ToUin        int64  `protobuf:"varint,2,opt"`
	ChatType     int32  `protobuf:"varint,3,opt"`
	ClientType   int32  `protobuf:"varint,4,opt"`
	FileId       string `protobuf:"bytes,5,opt"`
	GroupCode    int64  `protobuf:"varint,6,opt"`
	AgentType    int32  `protobuf:"varint,7,opt"`
	FileMd5      []byte `protobuf:"bytes,8,opt"`
	BusinessType int32  `protobuf:"varint,9,opt"`
	FileType     int32  `protobuf:"varint,10,opt"`
	DownType     int32  `protobuf:"varint,11,opt"`
	SceneType    int32  `protobuf:"varint,12,opt"`
}

func (*ShortVideoDownloadReq) GetAgentType

func (x *ShortVideoDownloadReq) GetAgentType() int32

func (*ShortVideoDownloadReq) GetBusinessType

func (x *ShortVideoDownloadReq) GetBusinessType() int32

func (*ShortVideoDownloadReq) GetChatType

func (x *ShortVideoDownloadReq) GetChatType() int32

func (*ShortVideoDownloadReq) GetClientType

func (x *ShortVideoDownloadReq) GetClientType() int32

func (*ShortVideoDownloadReq) GetDownType

func (x *ShortVideoDownloadReq) GetDownType() int32

func (*ShortVideoDownloadReq) GetFileId

func (x *ShortVideoDownloadReq) GetFileId() string

func (*ShortVideoDownloadReq) GetFileMd5

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

func (*ShortVideoDownloadReq) GetFileType

func (x *ShortVideoDownloadReq) GetFileType() int32

func (*ShortVideoDownloadReq) GetFromUin

func (x *ShortVideoDownloadReq) GetFromUin() int64

func (*ShortVideoDownloadReq) GetGroupCode

func (x *ShortVideoDownloadReq) GetGroupCode() int64

func (*ShortVideoDownloadReq) GetSceneType

func (x *ShortVideoDownloadReq) GetSceneType() int32

func (*ShortVideoDownloadReq) GetToUin

func (x *ShortVideoDownloadReq) GetToUin() int64

type ShortVideoDownloadRsp

type ShortVideoDownloadRsp struct {
	RetCode           int32               `protobuf:"varint,1,opt"`
	RetMsg            string              `protobuf:"bytes,2,opt"`
	SameAreaOutAddr   []*ShortVideoIpList `protobuf:"bytes,3,rep"`
	DiffAreaOutAddr   []*ShortVideoIpList `protobuf:"bytes,4,rep"`
	DownloadKey       []byte              `protobuf:"bytes,5,opt"`
	FileMd5           []byte              `protobuf:"bytes,6,opt"`
	SameAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,7,rep"`
	DiffAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,8,rep"`
	DownloadAddr      *ShortVideoAddr     `protobuf:"bytes,9,opt"`
	EncryptKey        []byte              `protobuf:"bytes,10,opt"`
}

func (*ShortVideoDownloadRsp) GetDiffAreaInnerAddr

func (x *ShortVideoDownloadRsp) GetDiffAreaInnerAddr() []*ShortVideoIpList

func (*ShortVideoDownloadRsp) GetDiffAreaOutAddr

func (x *ShortVideoDownloadRsp) GetDiffAreaOutAddr() []*ShortVideoIpList

func (*ShortVideoDownloadRsp) GetDownloadAddr

func (x *ShortVideoDownloadRsp) GetDownloadAddr() *ShortVideoAddr

func (*ShortVideoDownloadRsp) GetDownloadKey

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

func (*ShortVideoDownloadRsp) GetEncryptKey

func (x *ShortVideoDownloadRsp) GetEncryptKey() []byte

func (*ShortVideoDownloadRsp) GetFileMd5

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

func (*ShortVideoDownloadRsp) GetRetCode

func (x *ShortVideoDownloadRsp) GetRetCode() int32

func (*ShortVideoDownloadRsp) GetRetMsg

func (x *ShortVideoDownloadRsp) GetRetMsg() string

func (*ShortVideoDownloadRsp) GetSameAreaInnerAddr

func (x *ShortVideoDownloadRsp) GetSameAreaInnerAddr() []*ShortVideoIpList

func (*ShortVideoDownloadRsp) GetSameAreaOutAddr

func (x *ShortVideoDownloadRsp) GetSameAreaOutAddr() []*ShortVideoIpList

type ShortVideoExtensionReq

type ShortVideoExtensionReq struct {
	SubBusiType int32 `protobuf:"varint,1,opt"`
	UserCnt     int32 `protobuf:"varint,2,opt"`
}

func (*ShortVideoExtensionReq) GetSubBusiType

func (x *ShortVideoExtensionReq) GetSubBusiType() int32

func (*ShortVideoExtensionReq) GetUserCnt

func (x *ShortVideoExtensionReq) GetUserCnt() int32

type ShortVideoFileInfo

type ShortVideoFileInfo struct {
	FileName      string `protobuf:"bytes,1,opt"`
	FileMd5       []byte `protobuf:"bytes,2,opt"`
	ThumbFileMd5  []byte `protobuf:"bytes,3,opt"`
	FileSize      int64  `protobuf:"varint,4,opt"`
	FileResLength int32  `protobuf:"varint,5,opt"`
	FileResWidth  int32  `protobuf:"varint,6,opt"`
	FileFormat    int32  `protobuf:"varint,7,opt"`
	FileTime      int32  `protobuf:"varint,8,opt"`
	ThumbFileSize int64  `protobuf:"varint,9,opt"`
}

func (*ShortVideoFileInfo) GetFileFormat

func (x *ShortVideoFileInfo) GetFileFormat() int32

func (*ShortVideoFileInfo) GetFileMd5

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

func (*ShortVideoFileInfo) GetFileName

func (x *ShortVideoFileInfo) GetFileName() string

func (*ShortVideoFileInfo) GetFileResLength

func (x *ShortVideoFileInfo) GetFileResLength() int32

func (*ShortVideoFileInfo) GetFileResWidth

func (x *ShortVideoFileInfo) GetFileResWidth() int32

func (*ShortVideoFileInfo) GetFileSize

func (x *ShortVideoFileInfo) GetFileSize() int64

func (*ShortVideoFileInfo) GetFileTime

func (x *ShortVideoFileInfo) GetFileTime() int32

func (*ShortVideoFileInfo) GetThumbFileMd5

func (x *ShortVideoFileInfo) GetThumbFileMd5() []byte

func (*ShortVideoFileInfo) GetThumbFileSize

func (x *ShortVideoFileInfo) GetThumbFileSize() int64

type ShortVideoIpList

type ShortVideoIpList struct {
	Ip   int32 `protobuf:"varint,1,opt"`
	Port int32 `protobuf:"varint,2,opt"`
}

func (*ShortVideoIpList) GetIp

func (x *ShortVideoIpList) GetIp() int32

func (*ShortVideoIpList) GetPort

func (x *ShortVideoIpList) GetPort() int32

type ShortVideoReqBody

type ShortVideoReqBody struct {
	Cmd                      int32                     `protobuf:"varint,1,opt"`
	Seq                      int32                     `protobuf:"varint,2,opt"`
	PttShortVideoUploadReq   *ShortVideoUploadReq      `protobuf:"bytes,3,opt"`
	PttShortVideoDownloadReq *ShortVideoDownloadReq    `protobuf:"bytes,4,opt"`
	ExtensionReq             []*ShortVideoExtensionReq `protobuf:"bytes,100,rep"`
}

func (*ShortVideoReqBody) GetCmd

func (x *ShortVideoReqBody) GetCmd() int32

func (*ShortVideoReqBody) GetExtensionReq

func (x *ShortVideoReqBody) GetExtensionReq() []*ShortVideoExtensionReq

func (*ShortVideoReqBody) GetPttShortVideoDownloadReq

func (x *ShortVideoReqBody) GetPttShortVideoDownloadReq() *ShortVideoDownloadReq

func (*ShortVideoReqBody) GetPttShortVideoUploadReq

func (x *ShortVideoReqBody) GetPttShortVideoUploadReq() *ShortVideoUploadReq

func (*ShortVideoReqBody) GetSeq

func (x *ShortVideoReqBody) GetSeq() int32

type ShortVideoRspBody

type ShortVideoRspBody struct {
	Cmd                      int32                  `protobuf:"varint,1,opt"`
	Seq                      int32                  `protobuf:"varint,2,opt"`
	PttShortVideoUploadRsp   *ShortVideoUploadRsp   `protobuf:"bytes,3,opt"`
	PttShortVideoDownloadRsp *ShortVideoDownloadRsp `protobuf:"bytes,4,opt"`
}

func (*ShortVideoRspBody) GetCmd

func (x *ShortVideoRspBody) GetCmd() int32

func (*ShortVideoRspBody) GetPttShortVideoDownloadRsp

func (x *ShortVideoRspBody) GetPttShortVideoDownloadRsp() *ShortVideoDownloadRsp

func (*ShortVideoRspBody) GetPttShortVideoUploadRsp

func (x *ShortVideoRspBody) GetPttShortVideoUploadRsp() *ShortVideoUploadRsp

func (*ShortVideoRspBody) GetSeq

func (x *ShortVideoRspBody) GetSeq() int32

type ShortVideoUploadReq

type ShortVideoUploadReq struct {
	FromUin          int64               `protobuf:"varint,1,opt"`
	ToUin            int64               `protobuf:"varint,2,opt"`
	ChatType         int32               `protobuf:"varint,3,opt"`
	ClientType       int32               `protobuf:"varint,4,opt"`
	Info             *ShortVideoFileInfo `protobuf:"bytes,5,opt"`
	GroupCode        int64               `protobuf:"varint,6,opt"`
	AgentType        int32               `protobuf:"varint,7,opt"`
	BusinessType     int32               `protobuf:"varint,8,opt"`
	SupportLargeSize int32               `protobuf:"varint,20,opt"`
}

func (*ShortVideoUploadReq) GetAgentType

func (x *ShortVideoUploadReq) GetAgentType() int32

func (*ShortVideoUploadReq) GetBusinessType

func (x *ShortVideoUploadReq) GetBusinessType() int32

func (*ShortVideoUploadReq) GetChatType

func (x *ShortVideoUploadReq) GetChatType() int32

func (*ShortVideoUploadReq) GetClientType

func (x *ShortVideoUploadReq) GetClientType() int32

func (*ShortVideoUploadReq) GetFromUin

func (x *ShortVideoUploadReq) GetFromUin() int64

func (*ShortVideoUploadReq) GetGroupCode

func (x *ShortVideoUploadReq) GetGroupCode() int64

func (*ShortVideoUploadReq) GetInfo

func (*ShortVideoUploadReq) GetSupportLargeSize

func (x *ShortVideoUploadReq) GetSupportLargeSize() int32

func (*ShortVideoUploadReq) GetToUin

func (x *ShortVideoUploadReq) GetToUin() int64

type ShortVideoUploadRsp

type ShortVideoUploadRsp struct {
	RetCode           int32               `protobuf:"varint,1,opt"`
	RetMsg            string              `protobuf:"bytes,2,opt"`
	SameAreaOutAddr   []*ShortVideoIpList `protobuf:"bytes,3,rep"`
	DiffAreaOutAddr   []*ShortVideoIpList `protobuf:"bytes,4,rep"`
	FileId            string              `protobuf:"bytes,5,opt"`
	UKey              []byte              `protobuf:"bytes,6,opt"`
	FileExists        int32               `protobuf:"varint,7,opt"`
	SameAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,8,rep"`
	DiffAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,9,rep"`
	DataHole          []*DataHole         `protobuf:"bytes,10,rep"`
}

func (*ShortVideoUploadRsp) GetDataHole

func (x *ShortVideoUploadRsp) GetDataHole() []*DataHole

func (*ShortVideoUploadRsp) GetDiffAreaInnerAddr

func (x *ShortVideoUploadRsp) GetDiffAreaInnerAddr() []*ShortVideoIpList

func (*ShortVideoUploadRsp) GetDiffAreaOutAddr

func (x *ShortVideoUploadRsp) GetDiffAreaOutAddr() []*ShortVideoIpList

func (*ShortVideoUploadRsp) GetFileExists

func (x *ShortVideoUploadRsp) GetFileExists() int32

func (*ShortVideoUploadRsp) GetFileId

func (x *ShortVideoUploadRsp) GetFileId() string

func (*ShortVideoUploadRsp) GetRetCode

func (x *ShortVideoUploadRsp) GetRetCode() int32

func (*ShortVideoUploadRsp) GetRetMsg

func (x *ShortVideoUploadRsp) GetRetMsg() string

func (*ShortVideoUploadRsp) GetSameAreaInnerAddr

func (x *ShortVideoUploadRsp) GetSameAreaInnerAddr() []*ShortVideoIpList

func (*ShortVideoUploadRsp) GetSameAreaOutAddr

func (x *ShortVideoUploadRsp) GetSameAreaOutAddr() []*ShortVideoIpList

func (*ShortVideoUploadRsp) GetUKey

func (x *ShortVideoUploadRsp) GetUKey() []byte

Jump to

Keyboard shortcuts

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