Documentation
¶
Index ¶
- type ApiAppInfo
- func (x *ApiAppInfo) GetAppId() string
- func (x *ApiAppInfo) GetAppName() string
- func (x *ApiAppInfo) GetBaseLibMiniVersion() string
- func (x *ApiAppInfo) GetDesc() string
- func (x *ApiAppInfo) GetDomain() *DomainConfig
- func (x *ApiAppInfo) GetDownloadUrl() string
- func (x *ApiAppInfo) GetIcon() string
- func (x *ApiAppInfo) GetSubPkgs() []*AppSubPkgInfo
- func (x *ApiAppInfo) GetType() int32
- func (x *ApiAppInfo) GetVersion() string
- type AppSubPkgInfo
- type COMMEntry
- type DomainConfig
- func (x *DomainConfig) GetBusinessDomain() []string
- func (x *DomainConfig) GetDownloadFileDomain() []string
- func (x *DomainConfig) GetRequestDomain() []string
- func (x *DomainConfig) GetSocketDomain() []string
- func (x *DomainConfig) GetUdpIpList() []string
- func (x *DomainConfig) GetUploadFileDomain() []string
- type GetAppInfoByIdReq
- type GetAppInfoByIdRsp
- type QWebReq
- func (x *QWebReq) GetBusiBuff() []byte
- func (x *QWebReq) GetCmdname() string
- func (x *QWebReq) GetContentType() uint32
- func (x *QWebReq) GetCrypto() *StEncryption
- func (x *QWebReq) GetDeviceInfo() string
- func (x *QWebReq) GetExtinfo() []*COMMEntry
- func (x *QWebReq) GetLoginSig() *StAuthInfo
- func (x *QWebReq) GetModule() string
- func (x *QWebReq) GetQua() string
- func (x *QWebReq) GetSeq() int64
- func (x *QWebReq) GetTraceId() string
- type QWebRsp
- type StAuthInfo
- func (x *StAuthInfo) GetAppid() string
- func (x *StAuthInfo) GetExtinfo() []*COMMEntry
- func (x *StAuthInfo) GetOpenid() string
- func (x *StAuthInfo) GetPlatform() string
- func (x *StAuthInfo) GetSessionkey() []byte
- func (x *StAuthInfo) GetSig() []byte
- func (x *StAuthInfo) GetType() uint32
- func (x *StAuthInfo) GetUin() string
- type StEncryption
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 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 (*QWebReq) GetCmdname ¶
func (*QWebReq) GetContentType ¶
func (*QWebReq) GetCrypto ¶
func (x *QWebReq) GetCrypto() *StEncryption
func (*QWebReq) GetDeviceInfo ¶
func (*QWebReq) GetExtinfo ¶
func (*QWebReq) GetLoginSig ¶
func (x *QWebReq) GetLoginSig() *StAuthInfo
func (*QWebReq) GetTraceId ¶
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 (*QWebRsp) GetRetCode ¶
func (*QWebRsp) GetTraceid ¶
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
Click to show internal directories.
Click to hide internal directories.