qweb

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 ApiAppInfo

type ApiAppInfo struct {
	AppId       string `protobuf:"bytes,1,opt"`
	AppName     string `protobuf:"bytes,2,opt"`
	Icon        string `protobuf:"bytes,3,opt"`
	DownloadUrl string `protobuf:"bytes,4,opt"`
	Version     string `protobuf:"bytes,5,opt"`
	Desc        string `protobuf:"bytes,6,opt"`
	// pub accts = 7;
	Type               int32            `protobuf:"varint,8,opt"`
	BaseLibMiniVersion string           `protobuf:"bytes,9,opt"`
	SubPkgs            []*AppSubPkgInfo `protobuf:"bytes,10,rep"`
	// first = 11;
	Domain *DomainConfig `protobuf:"bytes,12,opt"`
}

func (*ApiAppInfo) GetAppId

func (x *ApiAppInfo) GetAppId() string

func (*ApiAppInfo) GetAppName

func (x *ApiAppInfo) GetAppName() string

func (*ApiAppInfo) GetBaseLibMiniVersion

func (x *ApiAppInfo) GetBaseLibMiniVersion() string

func (*ApiAppInfo) GetDesc

func (x *ApiAppInfo) GetDesc() string

func (*ApiAppInfo) GetDomain

func (x *ApiAppInfo) GetDomain() *DomainConfig

func (*ApiAppInfo) GetDownloadUrl

func (x *ApiAppInfo) GetDownloadUrl() string

func (*ApiAppInfo) GetIcon

func (x *ApiAppInfo) GetIcon() string

func (*ApiAppInfo) GetSubPkgs

func (x *ApiAppInfo) GetSubPkgs() []*AppSubPkgInfo

func (*ApiAppInfo) GetType

func (x *ApiAppInfo) GetType() int32

func (*ApiAppInfo) GetVersion

func (x *ApiAppInfo) GetVersion() string

type AppSubPkgInfo

type AppSubPkgInfo struct {
	SubPkgName  string `protobuf:"bytes,1,opt"`
	DownloadUrl string `protobuf:"bytes,2,opt"`
	Independent int32  `protobuf:"varint,3,opt"`
	FileSize    int32  `protobuf:"varint,4,opt"`
}

func (*AppSubPkgInfo) GetDownloadUrl

func (x *AppSubPkgInfo) GetDownloadUrl() string

func (*AppSubPkgInfo) GetFileSize

func (x *AppSubPkgInfo) GetFileSize() int32

func (*AppSubPkgInfo) GetIndependent

func (x *AppSubPkgInfo) GetIndependent() int32

func (*AppSubPkgInfo) GetSubPkgName

func (x *AppSubPkgInfo) GetSubPkgName() string

type COMMEntry

type COMMEntry struct {
	Key   *string `protobuf:"bytes,1,opt"`
	Value *string `protobuf:"bytes,2,opt"`
}

func (*COMMEntry) GetKey

func (x *COMMEntry) GetKey() string

func (*COMMEntry) GetValue

func (x *COMMEntry) GetValue() string

type DomainConfig

type DomainConfig struct {
	RequestDomain      []string `protobuf:"bytes,1,rep"`
	SocketDomain       []string `protobuf:"bytes,2,rep"`
	UploadFileDomain   []string `protobuf:"bytes,3,rep"`
	DownloadFileDomain []string `protobuf:"bytes,4,rep"`
	BusinessDomain     []string `protobuf:"bytes,5,rep"`
	UdpIpList          []string `protobuf:"bytes,6,rep"`
}

func (*DomainConfig) GetBusinessDomain

func (x *DomainConfig) GetBusinessDomain() []string

func (*DomainConfig) GetDownloadFileDomain

func (x *DomainConfig) GetDownloadFileDomain() []string

func (*DomainConfig) GetRequestDomain

func (x *DomainConfig) GetRequestDomain() []string

func (*DomainConfig) GetSocketDomain

func (x *DomainConfig) GetSocketDomain() []string

func (*DomainConfig) GetUdpIpList

func (x *DomainConfig) GetUdpIpList() []string

func (*DomainConfig) GetUploadFileDomain

func (x *DomainConfig) GetUploadFileDomain() []string

type GetAppInfoByIdReq

type GetAppInfoByIdReq struct {
	//CommonExt ExtInfo = 1;
	AppId           string `protobuf:"bytes,2,opt"`
	NeedVersionInfo int32  `protobuf:"varint,3,opt"`
}

func (*GetAppInfoByIdReq) GetAppId

func (x *GetAppInfoByIdReq) GetAppId() string

func (*GetAppInfoByIdReq) GetNeedVersionInfo

func (x *GetAppInfoByIdReq) GetNeedVersionInfo() int32

type GetAppInfoByIdRsp

type GetAppInfoByIdRsp struct {
	AppInfo *ApiAppInfo `protobuf:"bytes,2,opt"`
}

func (*GetAppInfoByIdRsp) GetAppInfo

func (x *GetAppInfoByIdRsp) GetAppInfo() *ApiAppInfo

type QWebReq

type QWebReq struct {
	Seq         *int64        `protobuf:"varint,1,opt"`
	Qua         *string       `protobuf:"bytes,2,opt"`
	DeviceInfo  *string       `protobuf:"bytes,3,opt"`
	BusiBuff    []byte        `protobuf:"bytes,4,opt"`
	TraceId     *string       `protobuf:"bytes,5,opt"`
	Module      *string       `protobuf:"bytes,6,opt"`
	Cmdname     *string       `protobuf:"bytes,7,opt"`
	LoginSig    *StAuthInfo   `protobuf:"bytes,8,opt"`
	Crypto      *StEncryption `protobuf:"bytes,9,opt"`
	Extinfo     []*COMMEntry  `protobuf:"bytes,10,rep"`
	ContentType *uint32       `protobuf:"varint,11,opt"`
}

func (*QWebReq) GetBusiBuff

func (x *QWebReq) GetBusiBuff() []byte

func (*QWebReq) GetCmdname

func (x *QWebReq) GetCmdname() string

func (*QWebReq) GetContentType

func (x *QWebReq) GetContentType() uint32

func (*QWebReq) GetCrypto

func (x *QWebReq) GetCrypto() *StEncryption

func (*QWebReq) GetDeviceInfo

func (x *QWebReq) GetDeviceInfo() string

func (*QWebReq) GetExtinfo

func (x *QWebReq) GetExtinfo() []*COMMEntry

func (*QWebReq) GetLoginSig

func (x *QWebReq) GetLoginSig() *StAuthInfo

func (*QWebReq) GetModule

func (x *QWebReq) GetModule() string

func (*QWebReq) GetQua

func (x *QWebReq) GetQua() string

func (*QWebReq) GetSeq

func (x *QWebReq) GetSeq() int64

func (*QWebReq) GetTraceId

func (x *QWebReq) GetTraceId() string

type QWebRsp

type QWebRsp struct {
	Seq      *int64  `protobuf:"varint,1,opt"`
	RetCode  *int64  `protobuf:"varint,2,opt"`
	ErrMsg   *string `protobuf:"bytes,3,opt"`
	BusiBuff []byte  `protobuf:"bytes,4,opt"`
	Traceid  *string `protobuf:"bytes,5,opt"`
}

func (*QWebRsp) GetBusiBuff

func (x *QWebRsp) GetBusiBuff() []byte

func (*QWebRsp) GetErrMsg

func (x *QWebRsp) GetErrMsg() string

func (*QWebRsp) GetRetCode

func (x *QWebRsp) GetRetCode() int64

func (*QWebRsp) GetSeq

func (x *QWebRsp) GetSeq() int64

func (*QWebRsp) GetTraceid

func (x *QWebRsp) GetTraceid() string

type StAuthInfo

type StAuthInfo struct {
	Uin        *string      `protobuf:"bytes,1,opt"`
	Sig        []byte       `protobuf:"bytes,2,opt"`
	Platform   *string      `protobuf:"bytes,3,opt"`
	Type       *uint32      `protobuf:"varint,4,opt"`
	Appid      *string      `protobuf:"bytes,5,opt"`
	Openid     *string      `protobuf:"bytes,6,opt"`
	Sessionkey []byte       `protobuf:"bytes,7,opt"`
	Extinfo    []*COMMEntry `protobuf:"bytes,8,rep"`
}

func (*StAuthInfo) GetAppid

func (x *StAuthInfo) GetAppid() string

func (*StAuthInfo) GetExtinfo

func (x *StAuthInfo) GetExtinfo() []*COMMEntry

func (*StAuthInfo) GetOpenid

func (x *StAuthInfo) GetOpenid() string

func (*StAuthInfo) GetPlatform

func (x *StAuthInfo) GetPlatform() string

func (*StAuthInfo) GetSessionkey

func (x *StAuthInfo) GetSessionkey() []byte

func (*StAuthInfo) GetSig

func (x *StAuthInfo) GetSig() []byte

func (*StAuthInfo) GetType

func (x *StAuthInfo) GetType() uint32

func (*StAuthInfo) GetUin

func (x *StAuthInfo) GetUin() string

type StEncryption

type StEncryption struct {
	Method *uint32 `protobuf:"varint,1,opt"`
	Iv     *string `protobuf:"bytes,2,opt"`
}

func (*StEncryption) GetIv

func (x *StEncryption) GetIv() string

func (*StEncryption) GetMethod

func (x *StEncryption) GetMethod() uint32

Jump to

Keyboard shortcuts

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