qweb

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_protocol_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ApiAppInfo

type ApiAppInfo struct {
	AppId       string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"`
	AppName     string `protobuf:"bytes,2,opt,name=appName,proto3" json:"appName,omitempty"`
	Icon        string `protobuf:"bytes,3,opt,name=icon,proto3" json:"icon,omitempty"`
	DownloadUrl string `protobuf:"bytes,4,opt,name=downloadUrl,proto3" json:"downloadUrl,omitempty"`
	Version     string `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
	Desc        string `protobuf:"bytes,6,opt,name=desc,proto3" json:"desc,omitempty"`
	// pub accts = 7;
	Type               int32            `protobuf:"varint,8,opt,name=type,proto3" json:"type,omitempty"`
	BaseLibMiniVersion string           `protobuf:"bytes,9,opt,name=baseLibMiniVersion,proto3" json:"baseLibMiniVersion,omitempty"`
	SubPkgs            []*AppSubPkgInfo `protobuf:"bytes,10,rep,name=subPkgs,proto3" json:"subPkgs,omitempty"`
	// first = 11;
	Domain *DomainConfig `protobuf:"bytes,12,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*ApiAppInfo) Descriptor deprecated

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

Deprecated: Use ApiAppInfo.ProtoReflect.Descriptor instead.

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

func (*ApiAppInfo) ProtoMessage

func (*ApiAppInfo) ProtoMessage()

func (*ApiAppInfo) ProtoReflect

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

func (*ApiAppInfo) Reset

func (x *ApiAppInfo) Reset()

func (*ApiAppInfo) String

func (x *ApiAppInfo) String() string

type AppSubPkgInfo

type AppSubPkgInfo struct {
	SubPkgName  string `protobuf:"bytes,1,opt,name=subPkgName,proto3" json:"subPkgName,omitempty"`
	DownloadUrl string `protobuf:"bytes,2,opt,name=downloadUrl,proto3" json:"downloadUrl,omitempty"`
	Independent int32  `protobuf:"varint,3,opt,name=independent,proto3" json:"independent,omitempty"`
	FileSize    int32  `protobuf:"varint,4,opt,name=fileSize,proto3" json:"fileSize,omitempty"`
	// contains filtered or unexported fields
}

func (*AppSubPkgInfo) Descriptor deprecated

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

Deprecated: Use AppSubPkgInfo.ProtoReflect.Descriptor instead.

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

func (*AppSubPkgInfo) ProtoMessage

func (*AppSubPkgInfo) ProtoMessage()

func (*AppSubPkgInfo) ProtoReflect

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

func (*AppSubPkgInfo) Reset

func (x *AppSubPkgInfo) Reset()

func (*AppSubPkgInfo) String

func (x *AppSubPkgInfo) String() string

type DomainConfig

type DomainConfig struct {
	RequestDomain      []string `protobuf:"bytes,1,rep,name=requestDomain,proto3" json:"requestDomain,omitempty"`
	SocketDomain       []string `protobuf:"bytes,2,rep,name=socketDomain,proto3" json:"socketDomain,omitempty"`
	UploadFileDomain   []string `protobuf:"bytes,3,rep,name=uploadFileDomain,proto3" json:"uploadFileDomain,omitempty"`
	DownloadFileDomain []string `protobuf:"bytes,4,rep,name=downloadFileDomain,proto3" json:"downloadFileDomain,omitempty"`
	BusinessDomain     []string `protobuf:"bytes,5,rep,name=businessDomain,proto3" json:"businessDomain,omitempty"`
	UdpIpList          []string `protobuf:"bytes,6,rep,name=udpIpList,proto3" json:"udpIpList,omitempty"`
	// contains filtered or unexported fields
}

func (*DomainConfig) Descriptor deprecated

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

Deprecated: Use DomainConfig.ProtoReflect.Descriptor instead.

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

func (*DomainConfig) ProtoMessage

func (*DomainConfig) ProtoMessage()

func (*DomainConfig) ProtoReflect

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

func (*DomainConfig) Reset

func (x *DomainConfig) Reset()

func (*DomainConfig) String

func (x *DomainConfig) String() string

type GetAppInfoByIdReq

type GetAppInfoByIdReq struct {

	//CommonExt ExtInfo = 1;
	AppId           string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId,omitempty"`
	NeedVersionInfo int32  `protobuf:"varint,3,opt,name=needVersionInfo,proto3" json:"needVersionInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAppInfoByIdReq) Descriptor deprecated

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

Deprecated: Use GetAppInfoByIdReq.ProtoReflect.Descriptor instead.

func (*GetAppInfoByIdReq) GetAppId

func (x *GetAppInfoByIdReq) GetAppId() string

func (*GetAppInfoByIdReq) GetNeedVersionInfo

func (x *GetAppInfoByIdReq) GetNeedVersionInfo() int32

func (*GetAppInfoByIdReq) ProtoMessage

func (*GetAppInfoByIdReq) ProtoMessage()

func (*GetAppInfoByIdReq) ProtoReflect

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

func (*GetAppInfoByIdReq) Reset

func (x *GetAppInfoByIdReq) Reset()

func (*GetAppInfoByIdReq) String

func (x *GetAppInfoByIdReq) String() string

type GetAppInfoByIdRsp

type GetAppInfoByIdRsp struct {
	AppInfo *ApiAppInfo `protobuf:"bytes,2,opt,name=appInfo,proto3" json:"appInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAppInfoByIdRsp) Descriptor deprecated

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

Deprecated: Use GetAppInfoByIdRsp.ProtoReflect.Descriptor instead.

func (*GetAppInfoByIdRsp) GetAppInfo

func (x *GetAppInfoByIdRsp) GetAppInfo() *ApiAppInfo

func (*GetAppInfoByIdRsp) ProtoMessage

func (*GetAppInfoByIdRsp) ProtoMessage()

func (*GetAppInfoByIdRsp) ProtoReflect

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

func (*GetAppInfoByIdRsp) Reset

func (x *GetAppInfoByIdRsp) Reset()

func (*GetAppInfoByIdRsp) String

func (x *GetAppInfoByIdRsp) String() string

type QWebReq

type QWebReq struct {
	Seq        int64  `protobuf:"varint,1,opt,name=seq,proto3" json:"seq,omitempty"`
	Qua        string `protobuf:"bytes,2,opt,name=qua,proto3" json:"qua,omitempty"`
	DeviceInfo string `protobuf:"bytes,3,opt,name=deviceInfo,proto3" json:"deviceInfo,omitempty"`
	BusiBuff   []byte `protobuf:"bytes,4,opt,name=busiBuff,proto3" json:"busiBuff,omitempty"`
	TraceId    string `protobuf:"bytes,5,opt,name=traceId,proto3" json:"traceId,omitempty"`
	// contains filtered or unexported fields
}

func (*QWebReq) Descriptor deprecated

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

Deprecated: Use QWebReq.ProtoReflect.Descriptor instead.

func (*QWebReq) GetBusiBuff

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

func (*QWebReq) GetDeviceInfo

func (x *QWebReq) GetDeviceInfo() 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

func (*QWebReq) ProtoMessage

func (*QWebReq) ProtoMessage()

func (*QWebReq) ProtoReflect

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

func (*QWebReq) Reset

func (x *QWebReq) Reset()

func (*QWebReq) String

func (x *QWebReq) String() string

type QWebRsp

type QWebRsp struct {
	Seq      int64  `protobuf:"varint,1,opt,name=seq,proto3" json:"seq,omitempty"`
	RetCode  int64  `protobuf:"varint,2,opt,name=retCode,proto3" json:"retCode,omitempty"`
	ErrMsg   string `protobuf:"bytes,3,opt,name=errMsg,proto3" json:"errMsg,omitempty"`
	BusiBuff []byte `protobuf:"bytes,4,opt,name=busiBuff,proto3" json:"busiBuff,omitempty"`
	// contains filtered or unexported fields
}

func (*QWebRsp) Descriptor deprecated

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

Deprecated: Use QWebRsp.ProtoReflect.Descriptor instead.

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) ProtoMessage

func (*QWebRsp) ProtoMessage()

func (*QWebRsp) ProtoReflect

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

func (*QWebRsp) Reset

func (x *QWebRsp) Reset()

func (*QWebRsp) String

func (x *QWebRsp) String() string

Jump to

Keyboard shortcuts

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