highway

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 CommFileExtReq

type CommFileExtReq struct {
	ActionType *uint32 `protobuf:"varint,1,opt"`
	Uuid       []byte  `protobuf:"bytes,2,opt"`
}

func (*CommFileExtReq) GetActionType

func (x *CommFileExtReq) GetActionType() uint32

func (*CommFileExtReq) GetUuid

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

type CommFileExtRsp

type CommFileExtRsp struct {
	Retcode     *int32 `protobuf:"varint,1,opt"`
	DownloadUrl []byte `protobuf:"bytes,2,opt"`
}

func (*CommFileExtRsp) GetDownloadUrl

func (x *CommFileExtRsp) GetDownloadUrl() []byte

func (*CommFileExtRsp) GetRetcode

func (x *CommFileExtRsp) GetRetcode() int32

type PicInfo

type PicInfo struct {
	Idx    *uint32 `protobuf:"varint,1,opt"`
	Size   *uint32 `protobuf:"varint,2,opt"`
	BinMd5 []byte  `protobuf:"bytes,3,opt"`
	Type   *uint32 `protobuf:"varint,4,opt"`
}

func (*PicInfo) GetBinMd5

func (x *PicInfo) GetBinMd5() []byte

func (*PicInfo) GetIdx

func (x *PicInfo) GetIdx() uint32

func (*PicInfo) GetSize

func (x *PicInfo) GetSize() uint32

func (*PicInfo) GetType

func (x *PicInfo) GetType() uint32

type QQVoiceExtReq

type QQVoiceExtReq struct {
	Qid     []byte  `protobuf:"bytes,1,opt"`
	Fmt     *uint32 `protobuf:"varint,2,opt"`
	Rate    *uint32 `protobuf:"varint,3,opt"`
	Bits    *uint32 `protobuf:"varint,4,opt"`
	Channel *uint32 `protobuf:"varint,5,opt"`
	Pinyin  *uint32 `protobuf:"varint,6,opt"`
}

func (*QQVoiceExtReq) GetBits

func (x *QQVoiceExtReq) GetBits() uint32

func (*QQVoiceExtReq) GetChannel

func (x *QQVoiceExtReq) GetChannel() uint32

func (*QQVoiceExtReq) GetFmt

func (x *QQVoiceExtReq) GetFmt() uint32

func (*QQVoiceExtReq) GetPinyin

func (x *QQVoiceExtReq) GetPinyin() uint32

func (*QQVoiceExtReq) GetQid

func (x *QQVoiceExtReq) GetQid() []byte

func (*QQVoiceExtReq) GetRate

func (x *QQVoiceExtReq) GetRate() uint32

type QQVoiceExtRsp

type QQVoiceExtRsp struct {
	Qid     []byte           `protobuf:"bytes,1,opt"`
	Retcode *int32           `protobuf:"varint,2,opt"`
	Result  []*QQVoiceResult `protobuf:"bytes,3,rep"`
}

func (*QQVoiceExtRsp) GetQid

func (x *QQVoiceExtRsp) GetQid() []byte

func (*QQVoiceExtRsp) GetResult

func (x *QQVoiceExtRsp) GetResult() []*QQVoiceResult

func (*QQVoiceExtRsp) GetRetcode

func (x *QQVoiceExtRsp) GetRetcode() int32

type QQVoiceResult

type QQVoiceResult struct {
	Text   []byte  `protobuf:"bytes,1,opt"`
	Pinyin []byte  `protobuf:"bytes,2,opt"`
	Source *uint32 `protobuf:"varint,3,opt"`
}

func (*QQVoiceResult) GetPinyin

func (x *QQVoiceResult) GetPinyin() []byte

func (*QQVoiceResult) GetSource

func (x *QQVoiceResult) GetSource() uint32

func (*QQVoiceResult) GetText

func (x *QQVoiceResult) GetText() []byte

type ShortVideoReqExtInfo

type ShortVideoReqExtInfo struct {
	Cmd                  *uint32                `protobuf:"varint,1,opt"`
	SessionId            *uint64                `protobuf:"varint,2,opt"`
	Thumbinfo            *PicInfo               `protobuf:"bytes,3,opt"`
	Videoinfo            *VideoInfo             `protobuf:"bytes,4,opt"`
	ShortvideoSureReq    *ShortVideoSureReqInfo `protobuf:"bytes,5,opt"`
	IsMergeCmdBeforeData *bool                  `protobuf:"varint,6,opt"`
}

func (*ShortVideoReqExtInfo) GetCmd

func (x *ShortVideoReqExtInfo) GetCmd() uint32

func (*ShortVideoReqExtInfo) GetIsMergeCmdBeforeData

func (x *ShortVideoReqExtInfo) GetIsMergeCmdBeforeData() bool

func (*ShortVideoReqExtInfo) GetSessionId

func (x *ShortVideoReqExtInfo) GetSessionId() uint64

func (*ShortVideoReqExtInfo) GetShortvideoSureReq

func (x *ShortVideoReqExtInfo) GetShortvideoSureReq() *ShortVideoSureReqInfo

func (*ShortVideoReqExtInfo) GetThumbinfo

func (x *ShortVideoReqExtInfo) GetThumbinfo() *PicInfo

func (*ShortVideoReqExtInfo) GetVideoinfo

func (x *ShortVideoReqExtInfo) GetVideoinfo() *VideoInfo

type ShortVideoRspExtInfo

type ShortVideoRspExtInfo struct {
	Cmd               *uint32                `protobuf:"varint,1,opt"`
	SessionId         *uint64                `protobuf:"varint,2,opt"`
	Retcode           *int32                 `protobuf:"varint,3,opt"`
	Errinfo           []byte                 `protobuf:"bytes,4,opt"`
	Thumbinfo         *PicInfo               `protobuf:"bytes,5,opt"`
	Videoinfo         *VideoInfo             `protobuf:"bytes,6,opt"`
	ShortvideoSureRsp *ShortVideoSureRspInfo `protobuf:"bytes,7,opt"`
	RetryFlag         *uint32                `protobuf:"varint,8,opt"`
}

func (*ShortVideoRspExtInfo) GetCmd

func (x *ShortVideoRspExtInfo) GetCmd() uint32

func (*ShortVideoRspExtInfo) GetErrinfo

func (x *ShortVideoRspExtInfo) GetErrinfo() []byte

func (*ShortVideoRspExtInfo) GetRetcode

func (x *ShortVideoRspExtInfo) GetRetcode() int32

func (*ShortVideoRspExtInfo) GetRetryFlag

func (x *ShortVideoRspExtInfo) GetRetryFlag() uint32

func (*ShortVideoRspExtInfo) GetSessionId

func (x *ShortVideoRspExtInfo) GetSessionId() uint64

func (*ShortVideoRspExtInfo) GetShortvideoSureRsp

func (x *ShortVideoRspExtInfo) GetShortvideoSureRsp() *ShortVideoSureRspInfo

func (*ShortVideoRspExtInfo) GetThumbinfo

func (x *ShortVideoRspExtInfo) GetThumbinfo() *PicInfo

func (*ShortVideoRspExtInfo) GetVideoinfo

func (x *ShortVideoRspExtInfo) GetVideoinfo() *VideoInfo

type ShortVideoSureReqInfo

type ShortVideoSureReqInfo struct {
	Fromuin         *uint64      `protobuf:"varint,1,opt"`
	ChatType        *uint32      `protobuf:"varint,2,opt"`
	Touin           *uint64      `protobuf:"varint,3,opt"`
	GroupCode       *uint64      `protobuf:"varint,4,opt"`
	ClientType      *uint32      `protobuf:"varint,5,opt"`
	Thumbinfo       *PicInfo     `protobuf:"bytes,6,opt"`
	MergeVideoinfo  []*VideoInfo `protobuf:"bytes,7,rep"`
	DropVideoinfo   []*VideoInfo `protobuf:"bytes,8,rep"`
	BusinessType    *uint32      `protobuf:"varint,9,opt"`
	SubBusinessType *uint32      `protobuf:"varint,10,opt"`
}

func (*ShortVideoSureReqInfo) GetBusinessType

func (x *ShortVideoSureReqInfo) GetBusinessType() uint32

func (*ShortVideoSureReqInfo) GetChatType

func (x *ShortVideoSureReqInfo) GetChatType() uint32

func (*ShortVideoSureReqInfo) GetClientType

func (x *ShortVideoSureReqInfo) GetClientType() uint32

func (*ShortVideoSureReqInfo) GetDropVideoinfo

func (x *ShortVideoSureReqInfo) GetDropVideoinfo() []*VideoInfo

func (*ShortVideoSureReqInfo) GetFromuin

func (x *ShortVideoSureReqInfo) GetFromuin() uint64

func (*ShortVideoSureReqInfo) GetGroupCode

func (x *ShortVideoSureReqInfo) GetGroupCode() uint64

func (*ShortVideoSureReqInfo) GetMergeVideoinfo

func (x *ShortVideoSureReqInfo) GetMergeVideoinfo() []*VideoInfo

func (*ShortVideoSureReqInfo) GetSubBusinessType

func (x *ShortVideoSureReqInfo) GetSubBusinessType() uint32

func (*ShortVideoSureReqInfo) GetThumbinfo

func (x *ShortVideoSureReqInfo) GetThumbinfo() *PicInfo

func (*ShortVideoSureReqInfo) GetTouin

func (x *ShortVideoSureReqInfo) GetTouin() uint64

type ShortVideoSureRspInfo

type ShortVideoSureRspInfo struct {
	Fileid    []byte     `protobuf:"bytes,1,opt"`
	Ukey      []byte     `protobuf:"bytes,2,opt"`
	Videoinfo *VideoInfo `protobuf:"bytes,3,opt"`
	MergeCost *uint32    `protobuf:"varint,4,opt"`
}

func (*ShortVideoSureRspInfo) GetFileid

func (x *ShortVideoSureRspInfo) GetFileid() []byte

func (*ShortVideoSureRspInfo) GetMergeCost

func (x *ShortVideoSureRspInfo) GetMergeCost() uint32

func (*ShortVideoSureRspInfo) GetUkey

func (x *ShortVideoSureRspInfo) GetUkey() []byte

func (*ShortVideoSureRspInfo) GetVideoinfo

func (x *ShortVideoSureRspInfo) GetVideoinfo() *VideoInfo

type StoryVideoExtReq

type StoryVideoExtReq struct {
}

type StoryVideoExtRsp

type StoryVideoExtRsp struct {
	Retcode *int32 `protobuf:"varint,1,opt"`
	Msg     []byte `protobuf:"bytes,2,opt"`
	CdnUrl  []byte `protobuf:"bytes,3,opt"`
	FileKey []byte `protobuf:"bytes,4,opt"`
	FileId  []byte `protobuf:"bytes,5,opt"`
}

func (*StoryVideoExtRsp) GetCdnUrl

func (x *StoryVideoExtRsp) GetCdnUrl() []byte

func (*StoryVideoExtRsp) GetFileId

func (x *StoryVideoExtRsp) GetFileId() []byte

func (*StoryVideoExtRsp) GetFileKey

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

func (*StoryVideoExtRsp) GetMsg

func (x *StoryVideoExtRsp) GetMsg() []byte

func (*StoryVideoExtRsp) GetRetcode

func (x *StoryVideoExtRsp) GetRetcode() int32

type UploadPicExtInfo

type UploadPicExtInfo struct {
	FileResid        []byte `protobuf:"bytes,1,opt"`
	DownloadUrl      []byte `protobuf:"bytes,2,opt"`
	ThumbDownloadUrl []byte `protobuf:"bytes,3,opt"`
}

func (*UploadPicExtInfo) GetDownloadUrl

func (x *UploadPicExtInfo) GetDownloadUrl() []byte

func (*UploadPicExtInfo) GetFileResid

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

func (*UploadPicExtInfo) GetThumbDownloadUrl

func (x *UploadPicExtInfo) GetThumbDownloadUrl() []byte

type VideoInfo

type VideoInfo struct {
	Idx       *uint32 `protobuf:"varint,1,opt"`
	Size      *uint32 `protobuf:"varint,2,opt"`
	BinMd5    []byte  `protobuf:"bytes,3,opt"`
	Format    *uint32 `protobuf:"varint,4,opt"`
	ResLen    *uint32 `protobuf:"varint,5,opt"`
	ResWidth  *uint32 `protobuf:"varint,6,opt"`
	Time      *uint32 `protobuf:"varint,7,opt"`
	Starttime *uint64 `protobuf:"varint,8,opt"`
	IsAudio   *uint32 `protobuf:"varint,9,opt"`
}

func (*VideoInfo) GetBinMd5

func (x *VideoInfo) GetBinMd5() []byte

func (*VideoInfo) GetFormat

func (x *VideoInfo) GetFormat() uint32

func (*VideoInfo) GetIdx

func (x *VideoInfo) GetIdx() uint32

func (*VideoInfo) GetIsAudio

func (x *VideoInfo) GetIsAudio() uint32

func (*VideoInfo) GetResLen

func (x *VideoInfo) GetResLen() uint32

func (*VideoInfo) GetResWidth

func (x *VideoInfo) GetResWidth() uint32

func (*VideoInfo) GetSize

func (x *VideoInfo) GetSize() uint32

func (*VideoInfo) GetStarttime

func (x *VideoInfo) GetStarttime() uint64

func (*VideoInfo) GetTime

func (x *VideoInfo) GetTime() uint32

Jump to

Keyboard shortcuts

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