pttcenter

package
v0.0.0-...-b4be506 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2021 License: AGPL-3.0 Imports: 4 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 DataHole

type DataHole struct {
	Begin int64 `protobuf:"varint,1,opt,name=begin,proto3" json:"begin,omitempty"`
	End   int64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*DataHole) Descriptor deprecated

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

Deprecated: Use DataHole.ProtoReflect.Descriptor instead.

func (*DataHole) GetBegin

func (x *DataHole) GetBegin() int64

func (*DataHole) GetEnd

func (x *DataHole) GetEnd() int64

func (*DataHole) ProtoMessage

func (*DataHole) ProtoMessage()

func (*DataHole) ProtoReflect

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

func (*DataHole) Reset

func (x *DataHole) Reset()

func (*DataHole) String

func (x *DataHole) String() string

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 ShortVideoExtensionReq

type ShortVideoExtensionReq struct {
	SubBusiType int32 `protobuf:"varint,1,opt,name=subBusiType,proto3" json:"subBusiType,omitempty"`
	UserCnt     int32 `protobuf:"varint,2,opt,name=userCnt,proto3" json:"userCnt,omitempty"`
	// contains filtered or unexported fields
}

func (*ShortVideoExtensionReq) Descriptor deprecated

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

Deprecated: Use ShortVideoExtensionReq.ProtoReflect.Descriptor instead.

func (*ShortVideoExtensionReq) GetSubBusiType

func (x *ShortVideoExtensionReq) GetSubBusiType() int32

func (*ShortVideoExtensionReq) GetUserCnt

func (x *ShortVideoExtensionReq) GetUserCnt() int32

func (*ShortVideoExtensionReq) ProtoMessage

func (*ShortVideoExtensionReq) ProtoMessage()

func (*ShortVideoExtensionReq) ProtoReflect

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

func (*ShortVideoExtensionReq) Reset

func (x *ShortVideoExtensionReq) Reset()

func (*ShortVideoExtensionReq) String

func (x *ShortVideoExtensionReq) String() string

type ShortVideoFileInfo

type ShortVideoFileInfo struct {
	FileName      string `protobuf:"bytes,1,opt,name=fileName,proto3" json:"fileName,omitempty"`
	FileMd5       []byte `protobuf:"bytes,2,opt,name=fileMd5,proto3" json:"fileMd5,omitempty"`
	ThumbFileMd5  []byte `protobuf:"bytes,3,opt,name=thumbFileMd5,proto3" json:"thumbFileMd5,omitempty"`
	FileSize      int64  `protobuf:"varint,4,opt,name=fileSize,proto3" json:"fileSize,omitempty"`
	FileResLength int32  `protobuf:"varint,5,opt,name=fileResLength,proto3" json:"fileResLength,omitempty"`
	FileResWidth  int32  `protobuf:"varint,6,opt,name=fileResWidth,proto3" json:"fileResWidth,omitempty"`
	FileFormat    int32  `protobuf:"varint,7,opt,name=fileFormat,proto3" json:"fileFormat,omitempty"`
	FileTime      int32  `protobuf:"varint,8,opt,name=fileTime,proto3" json:"fileTime,omitempty"`
	ThumbFileSize int64  `protobuf:"varint,9,opt,name=thumbFileSize,proto3" json:"thumbFileSize,omitempty"`
	// contains filtered or unexported fields
}

func (*ShortVideoFileInfo) Descriptor deprecated

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

Deprecated: Use ShortVideoFileInfo.ProtoReflect.Descriptor instead.

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

func (*ShortVideoFileInfo) ProtoMessage

func (*ShortVideoFileInfo) ProtoMessage()

func (*ShortVideoFileInfo) ProtoReflect

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

func (*ShortVideoFileInfo) Reset

func (x *ShortVideoFileInfo) Reset()

func (*ShortVideoFileInfo) String

func (x *ShortVideoFileInfo) 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"`
	PttShortVideoUploadReq   *ShortVideoUploadReq      `protobuf:"bytes,3,opt,name=pttShortVideoUploadReq,proto3" json:"pttShortVideoUploadReq,omitempty"`
	PttShortVideoDownloadReq *ShortVideoDownloadReq    `protobuf:"bytes,4,opt,name=pttShortVideoDownloadReq,proto3" json:"pttShortVideoDownloadReq,omitempty"`
	ExtensionReq             []*ShortVideoExtensionReq `protobuf:"bytes,100,rep,name=extensionReq,proto3" json:"extensionReq,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) 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

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"`
	PttShortVideoUploadRsp   *ShortVideoUploadRsp   `protobuf:"bytes,3,opt,name=pttShortVideoUploadRsp,proto3" json:"pttShortVideoUploadRsp,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) GetPttShortVideoUploadRsp

func (x *ShortVideoRspBody) GetPttShortVideoUploadRsp() *ShortVideoUploadRsp

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

type ShortVideoUploadReq

type ShortVideoUploadReq 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"`
	Info             *ShortVideoFileInfo `protobuf:"bytes,5,opt,name=info,proto3" json:"info,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"`
	BusinessType     int32               `protobuf:"varint,8,opt,name=businessType,proto3" json:"businessType,omitempty"`
	SupportLargeSize int32               `protobuf:"varint,20,opt,name=supportLargeSize,proto3" json:"supportLargeSize,omitempty"`
	// contains filtered or unexported fields
}

func (*ShortVideoUploadReq) Descriptor deprecated

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

Deprecated: Use ShortVideoUploadReq.ProtoReflect.Descriptor instead.

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

func (*ShortVideoUploadReq) ProtoMessage

func (*ShortVideoUploadReq) ProtoMessage()

func (*ShortVideoUploadReq) ProtoReflect

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

func (*ShortVideoUploadReq) Reset

func (x *ShortVideoUploadReq) Reset()

func (*ShortVideoUploadReq) String

func (x *ShortVideoUploadReq) String() string

type ShortVideoUploadRsp

type ShortVideoUploadRsp 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"`
	FileId            string              `protobuf:"bytes,5,opt,name=fileId,proto3" json:"fileId,omitempty"`
	UKey              []byte              `protobuf:"bytes,6,opt,name=uKey,proto3" json:"uKey,omitempty"`
	FileExists        int32               `protobuf:"varint,7,opt,name=fileExists,proto3" json:"fileExists,omitempty"`
	SameAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,8,rep,name=sameAreaInnerAddr,proto3" json:"sameAreaInnerAddr,omitempty"`
	DiffAreaInnerAddr []*ShortVideoIpList `protobuf:"bytes,9,rep,name=diffAreaInnerAddr,proto3" json:"diffAreaInnerAddr,omitempty"`
	DataHole          []*DataHole         `protobuf:"bytes,10,rep,name=dataHole,proto3" json:"dataHole,omitempty"`
	// contains filtered or unexported fields
}

func (*ShortVideoUploadRsp) Descriptor deprecated

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

Deprecated: Use ShortVideoUploadRsp.ProtoReflect.Descriptor instead.

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

func (*ShortVideoUploadRsp) ProtoMessage

func (*ShortVideoUploadRsp) ProtoMessage()

func (*ShortVideoUploadRsp) ProtoReflect

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

func (*ShortVideoUploadRsp) Reset

func (x *ShortVideoUploadRsp) Reset()

func (*ShortVideoUploadRsp) String

func (x *ShortVideoUploadRsp) String() string

Jump to

Keyboard shortcuts

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