pttcenter

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2021 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_shortvideo_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ShortVideoAddr

type ShortVideoAddr struct {
	Host    []string `protobuf:"bytes,10,rep,name=host,proto3" json:"host,omitempty"`
	UrlArgs string   `protobuf:"bytes,11,opt,name=urlArgs,proto3" json:"urlArgs,omitempty"` //repeated string domain = 13;
	// contains filtered or unexported fields
}

func (*ShortVideoAddr) Descriptor deprecated

func (*ShortVideoAddr) Descriptor() ([]byte, []int)

Deprecated: Use ShortVideoAddr.ProtoReflect.Descriptor instead.

func (*ShortVideoAddr) GetHost

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

func (*ShortVideoAddr) GetUrlArgs

func (x *ShortVideoAddr) GetUrlArgs() string

func (*ShortVideoAddr) ProtoMessage

func (*ShortVideoAddr) ProtoMessage()

func (*ShortVideoAddr) ProtoReflect

func (x *ShortVideoAddr) ProtoReflect() protoreflect.Message

func (*ShortVideoAddr) Reset

func (x *ShortVideoAddr) Reset()

func (*ShortVideoAddr) String

func (x *ShortVideoAddr) String() string

type ShortVideoDownloadReq

type ShortVideoDownloadReq struct {
	FromUin      int64  `protobuf:"varint,1,opt,name=fromUin,proto3" json:"fromUin,omitempty"`
	ToUin        int64  `protobuf:"varint,2,opt,name=toUin,proto3" json:"toUin,omitempty"`
	ChatType     int32  `protobuf:"varint,3,opt,name=chatType,proto3" json:"chatType,omitempty"`
	ClientType   int32  `protobuf:"varint,4,opt,name=clientType,proto3" json:"clientType,omitempty"`
	FileId       string `protobuf:"bytes,5,opt,name=fileId,proto3" json:"fileId,omitempty"`
	GroupCode    int64  `protobuf:"varint,6,opt,name=groupCode,proto3" json:"groupCode,omitempty"`
	AgentType    int32  `protobuf:"varint,7,opt,name=agentType,proto3" json:"agentType,omitempty"`
	FileMd5      []byte `protobuf:"bytes,8,opt,name=fileMd5,proto3" json:"fileMd5,omitempty"`
	BusinessType int32  `protobuf:"varint,9,opt,name=businessType,proto3" json:"businessType,omitempty"`
	FileType     int32  `protobuf:"varint,10,opt,name=fileType,proto3" json:"fileType,omitempty"`
	DownType     int32  `protobuf:"varint,11,opt,name=downType,proto3" json:"downType,omitempty"`
	SceneType    int32  `protobuf:"varint,12,opt,name=sceneType,proto3" json:"sceneType,omitempty"`
	// contains filtered or unexported fields
}

func (*ShortVideoDownloadReq) Descriptor deprecated

func (*ShortVideoDownloadReq) Descriptor() ([]byte, []int)

Deprecated: Use ShortVideoDownloadReq.ProtoReflect.Descriptor instead.

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

func (*ShortVideoDownloadReq) ProtoMessage

func (*ShortVideoDownloadReq) ProtoMessage()

func (*ShortVideoDownloadReq) ProtoReflect

func (x *ShortVideoDownloadReq) ProtoReflect() protoreflect.Message

func (*ShortVideoDownloadReq) Reset

func (x *ShortVideoDownloadReq) Reset()

func (*ShortVideoDownloadReq) String

func (x *ShortVideoDownloadReq) String() string

type ShortVideoDownloadRsp

type ShortVideoDownloadRsp struct {
	RetCode           int32               `protobuf:"varint,1,opt,name=retCode,proto3" json:"retCode,omitempty"`
	RetMsg            string              `protobuf:"bytes,2,opt,name=retMsg,proto3" json:"retMsg,omitempty"`
	SameAreaOutAddr   []*ShortVideoIpList `protobuf:"bytes,3,rep,name=sameAreaOutAddr,proto3" json:"sameAreaOutAddr,omitempty"`
	DiffAreaOutAddr   []*ShortVideoIpList `protobuf:"bytes,4,rep,name=diffAreaOutAddr,proto3" json:"diffAreaOutAddr,omitempty"`
	DownloadKey       []byte              `protobuf:"bytes,5,opt,name=downloadKey,proto3" json:"downloadKey,omitempty"`
	FileMd5           []byte              `protobuf:"bytes,6,opt,name=fileMd5,proto3" json:"fileMd5,omitempty"`
	SameAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,7,rep,name=sameAreaInnerAddr,proto3" json:"sameAreaInnerAddr,omitempty"`
	DiffAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,8,rep,name=diffAreaInnerAddr,proto3" json:"diffAreaInnerAddr,omitempty"`
	DownloadAddr      *ShortVideoAddr     `protobuf:"bytes,9,opt,name=downloadAddr,proto3" json:"downloadAddr,omitempty"`
	EncryptKey        []byte              `protobuf:"bytes,10,opt,name=encryptKey,proto3" json:"encryptKey,omitempty"`
	// contains filtered or unexported fields
}

func (*ShortVideoDownloadRsp) Descriptor deprecated

func (*ShortVideoDownloadRsp) Descriptor() ([]byte, []int)

Deprecated: Use ShortVideoDownloadRsp.ProtoReflect.Descriptor instead.

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

func (*ShortVideoDownloadRsp) ProtoMessage

func (*ShortVideoDownloadRsp) ProtoMessage()

func (*ShortVideoDownloadRsp) ProtoReflect

func (x *ShortVideoDownloadRsp) ProtoReflect() protoreflect.Message

func (*ShortVideoDownloadRsp) Reset

func (x *ShortVideoDownloadRsp) Reset()

func (*ShortVideoDownloadRsp) String

func (x *ShortVideoDownloadRsp) String() string

type ShortVideoIpList

type ShortVideoIpList struct {
	Ip   int32 `protobuf:"varint,1,opt,name=ip,proto3" json:"ip,omitempty"`
	Port int32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	// contains filtered or unexported fields
}

func (*ShortVideoIpList) Descriptor deprecated

func (*ShortVideoIpList) Descriptor() ([]byte, []int)

Deprecated: Use ShortVideoIpList.ProtoReflect.Descriptor instead.

func (*ShortVideoIpList) GetIp

func (x *ShortVideoIpList) GetIp() int32

func (*ShortVideoIpList) GetPort

func (x *ShortVideoIpList) GetPort() int32

func (*ShortVideoIpList) ProtoMessage

func (*ShortVideoIpList) ProtoMessage()

func (*ShortVideoIpList) ProtoReflect

func (x *ShortVideoIpList) ProtoReflect() protoreflect.Message

func (*ShortVideoIpList) Reset

func (x *ShortVideoIpList) Reset()

func (*ShortVideoIpList) String

func (x *ShortVideoIpList) String() string

type ShortVideoReqBody

type ShortVideoReqBody struct {
	Cmd                      int32                  `protobuf:"varint,1,opt,name=cmd,proto3" json:"cmd,omitempty"`
	Seq                      int32                  `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"`
	PttShortVideoDownloadReq *ShortVideoDownloadReq `protobuf:"bytes,4,opt,name=pttShortVideoDownloadReq,proto3" json:"pttShortVideoDownloadReq,omitempty"`
	// contains filtered or unexported fields
}

func (*ShortVideoReqBody) Descriptor deprecated

func (*ShortVideoReqBody) Descriptor() ([]byte, []int)

Deprecated: Use ShortVideoReqBody.ProtoReflect.Descriptor instead.

func (*ShortVideoReqBody) GetCmd

func (x *ShortVideoReqBody) GetCmd() int32

func (*ShortVideoReqBody) GetPttShortVideoDownloadReq

func (x *ShortVideoReqBody) GetPttShortVideoDownloadReq() *ShortVideoDownloadReq

func (*ShortVideoReqBody) GetSeq

func (x *ShortVideoReqBody) GetSeq() int32

func (*ShortVideoReqBody) ProtoMessage

func (*ShortVideoReqBody) ProtoMessage()

func (*ShortVideoReqBody) ProtoReflect

func (x *ShortVideoReqBody) ProtoReflect() protoreflect.Message

func (*ShortVideoReqBody) Reset

func (x *ShortVideoReqBody) Reset()

func (*ShortVideoReqBody) String

func (x *ShortVideoReqBody) String() string

type ShortVideoRspBody

type ShortVideoRspBody struct {
	Cmd                      int32                  `protobuf:"varint,1,opt,name=cmd,proto3" json:"cmd,omitempty"`
	Seq                      int32                  `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"`
	PttShortVideoDownloadRsp *ShortVideoDownloadRsp `protobuf:"bytes,4,opt,name=pttShortVideoDownloadRsp,proto3" json:"pttShortVideoDownloadRsp,omitempty"`
	// contains filtered or unexported fields
}

func (*ShortVideoRspBody) Descriptor deprecated

func (*ShortVideoRspBody) Descriptor() ([]byte, []int)

Deprecated: Use ShortVideoRspBody.ProtoReflect.Descriptor instead.

func (*ShortVideoRspBody) GetCmd

func (x *ShortVideoRspBody) GetCmd() int32

func (*ShortVideoRspBody) GetPttShortVideoDownloadRsp

func (x *ShortVideoRspBody) GetPttShortVideoDownloadRsp() *ShortVideoDownloadRsp

func (*ShortVideoRspBody) GetSeq

func (x *ShortVideoRspBody) GetSeq() int32

func (*ShortVideoRspBody) ProtoMessage

func (*ShortVideoRspBody) ProtoMessage()

func (*ShortVideoRspBody) ProtoReflect

func (x *ShortVideoRspBody) ProtoReflect() protoreflect.Message

func (*ShortVideoRspBody) Reset

func (x *ShortVideoRspBody) Reset()

func (*ShortVideoRspBody) String

func (x *ShortVideoRspBody) String() string

Jump to

Keyboard shortcuts

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