Documentation ¶
Index ¶
- Variables
- type Channel
- type ChannelInfo
- type ConfigErrorInfo
- type ConfigInfo
- type LoggingLevel
- type SNSChannelInfoRequest
- type SNSChannelInfoResponse
- type SNSConfigFailurev2
- type SNSConfigRequestv2
- type SNSConfigSuccessv2
- type SNSRemoteLogSetv3
- type SNSUpdateProfile
- type SNSUpdateProfileFailure
- type SNSUpdateProfileSuccess
- type SNSUserServerProfileUpdateRequest
- type SNSUserServerProfileUpdateSuccess
- type STcpConnectionUnrequireEvent
- type Template
Constants ¶
This section is empty.
Variables ¶
View Source
var SNSChannelInfoRequestSymbol uint64 = echovr.GenerateSymbol("SNSChannelInfoRequest")
View Source
var SNSChannelInfoResponseSymbol uint64 = echovr.GenerateSymbol("SNSChannelInfoResponse")
View Source
var SNSConfigFailurev2Symbol uint64 = echovr.GenerateSymbol("SNSConfigFailurev2")
View Source
var SNSConfigRequestv2Symbol uint64 = echovr.GenerateSymbol("SNSConfigRequestv2")
View Source
var SNSConfigSuccessv2Symbol uint64 = echovr.GenerateSymbol("SNSConfigSuccessv2")
View Source
var SNSRemoteLogSetv3Symbol uint64 = echovr.GenerateSymbol("SNSRemoteLogSetv3")
View Source
var SNSUpdateProfileFailureSymbol uint64 = echovr.GenerateSymbol("SNSUpdateProfileFailure")
View Source
var SNSUpdateProfileSuccessSymbol uint64 = echovr.GenerateSymbol("SNSUpdateProfileSuccess")
View Source
var SNSUpdateProfileSymbol uint64 = echovr.GenerateSymbol("SNSUpdateProfile")
View Source
var SNSUserServerProfileUpdateRequestSymbol uint64 = echovr.GenerateSymbol("SNSUserServerProfileUpdateRequest")
View Source
var SNSUserServerProfileUpdateSuccessSymbol uint64 = echovr.GenerateSymbol("SNSUserServerProfileUpdateSuccess")
View Source
var STcpConnectionUnrequireEventSymbol uint64 = echovr.GenerateSymbol("STcpConnectionUnrequireEvent")
View Source
var TemplateSymbol uint64 = echovr.GenerateSymbol("Template")
Functions ¶
This section is empty.
Types ¶
type ChannelInfo ¶
type ChannelInfo struct {
Groups []Channel `json:"groups"`
}
type ConfigErrorInfo ¶
type ConfigErrorInfo struct { Type string `json:"type"` Identifier string `json:"identifier"` ErrorCode uint64 `json:"errorCode"` Error string `json:"error"` }
func (*ConfigErrorInfo) String ¶
func (configErrorInfo *ConfigErrorInfo) String() string
func (*ConfigErrorInfo) Verify ¶
func (configErrorInfo *ConfigErrorInfo) Verify() bool
type ConfigInfo ¶
func (*ConfigInfo) String ¶
func (configInfo *ConfigInfo) String() string
func (*ConfigInfo) Verify ¶
func (configInfo *ConfigInfo) Verify() bool
type LoggingLevel ¶
type LoggingLevel uint64
const ( Debug LoggingLevel = 0x1 Info LoggingLevel = 0x2 Warning LoggingLevel = 0x4 Error LoggingLevel = 0x8 Default LoggingLevel = 0xE Any LoggingLevel = 0xF )
type SNSChannelInfoRequest ¶
type SNSChannelInfoRequest struct {
Unused byte
}
func (*SNSChannelInfoRequest) Stream ¶
func (m *SNSChannelInfoRequest) Stream(s *echovr.EasyStream) error
func (*SNSChannelInfoRequest) Symbol ¶
func (m *SNSChannelInfoRequest) Symbol() uint64
type SNSChannelInfoResponse ¶
type SNSChannelInfoResponse struct {
ChannelInfo ChannelInfo
}
func (*SNSChannelInfoResponse) Stream ¶
func (m *SNSChannelInfoResponse) Stream(s *echovr.EasyStream) error
func (*SNSChannelInfoResponse) Symbol ¶
func (m *SNSChannelInfoResponse) Symbol() uint64
type SNSConfigFailurev2 ¶
type SNSConfigFailurev2 struct { Type uint64 ID uint64 ErrorInfo ConfigErrorInfo }
func (*SNSConfigFailurev2) Stream ¶
func (m *SNSConfigFailurev2) Stream(s *echovr.EasyStream) error
func (*SNSConfigFailurev2) Symbol ¶
func (m *SNSConfigFailurev2) Symbol() uint64
type SNSConfigRequestv2 ¶
type SNSConfigRequestv2 struct { TypeTail byte ConfigInfo ConfigInfo }
func (*SNSConfigRequestv2) Stream ¶
func (m *SNSConfigRequestv2) Stream(s *echovr.EasyStream) error
func (*SNSConfigRequestv2) Symbol ¶
func (m *SNSConfigRequestv2) Symbol() uint64
type SNSConfigSuccessv2 ¶
func (*SNSConfigSuccessv2) Stream ¶
func (m *SNSConfigSuccessv2) Stream(s *echovr.EasyStream) error
func (*SNSConfigSuccessv2) Symbol ¶
func (m *SNSConfigSuccessv2) Symbol() uint64
type SNSRemoteLogSetv3 ¶
type SNSRemoteLogSetv3 struct { XPlatformID echovr.XPlatformID SessionUUID echovr.SessionUUID Unk1 uint64 Unk2 uint64 LogLevel LoggingLevel Logs []string }
func (*SNSRemoteLogSetv3) Stream ¶
func (m *SNSRemoteLogSetv3) Stream(s *echovr.EasyStream) error
func (*SNSRemoteLogSetv3) Symbol ¶
func (m *SNSRemoteLogSetv3) Symbol() uint64
type SNSUpdateProfile ¶
type SNSUpdateProfile struct { Session echovr.LoginSession XPlatformID echovr.XPlatformID Clientprofile string }
func (*SNSUpdateProfile) Stream ¶
func (m *SNSUpdateProfile) Stream(s *echovr.EasyStream) error
func (*SNSUpdateProfile) Symbol ¶
func (m *SNSUpdateProfile) Symbol() uint64
type SNSUpdateProfileFailure ¶
type SNSUpdateProfileFailure struct { XPlatformID echovr.XPlatformID Message string // contains filtered or unexported fields }
func (*SNSUpdateProfileFailure) Stream ¶
func (m *SNSUpdateProfileFailure) Stream(s *echovr.EasyStream) error
func (*SNSUpdateProfileFailure) Symbol ¶
func (m *SNSUpdateProfileFailure) Symbol() uint64
type SNSUpdateProfileSuccess ¶
type SNSUpdateProfileSuccess struct {
UserId echovr.XPlatformID
}
func (*SNSUpdateProfileSuccess) Stream ¶
func (m *SNSUpdateProfileSuccess) Stream(s *echovr.EasyStream) error
func (*SNSUpdateProfileSuccess) Symbol ¶
func (m *SNSUpdateProfileSuccess) Symbol() uint64
type SNSUserServerProfileUpdateRequest ¶
type SNSUserServerProfileUpdateRequest struct { XPlatformID echovr.XPlatformID UpdateInfo string }
func (*SNSUserServerProfileUpdateRequest) Stream ¶
func (m *SNSUserServerProfileUpdateRequest) Stream(s *echovr.EasyStream) error
func (*SNSUserServerProfileUpdateRequest) Symbol ¶
func (m *SNSUserServerProfileUpdateRequest) Symbol() uint64
type SNSUserServerProfileUpdateSuccess ¶
type SNSUserServerProfileUpdateSuccess struct {
UserId echovr.XPlatformID
}
func (*SNSUserServerProfileUpdateSuccess) Stream ¶
func (m *SNSUserServerProfileUpdateSuccess) Stream(s *echovr.EasyStream) error
func (*SNSUserServerProfileUpdateSuccess) Symbol ¶
func (m *SNSUserServerProfileUpdateSuccess) Symbol() uint64
type STcpConnectionUnrequireEvent ¶
type STcpConnectionUnrequireEvent struct {
Unused byte
}
func (*STcpConnectionUnrequireEvent) Stream ¶
func (m *STcpConnectionUnrequireEvent) Stream(s *echovr.EasyStream) error
func (*STcpConnectionUnrequireEvent) Symbol ¶
func (m *STcpConnectionUnrequireEvent) Symbol() uint64
Source Files ¶
- sTcpConnectionUnrequireEvent.go
- snsChannelInfoRequest.go
- snsChannelInfoResponse.go
- snsConfigFailurev2.go
- snsConfigRequestv2.go
- snsConfigSuccessv2.go
- snsRemoteLogSetv3.go
- snsUpdateProfile.go
- snsUpdateProfileFailure.go
- snsUpdateProfileSuccess.go
- snsUserServerProfileUpdateRequest.go
- snsUserServerProfileUpdateSuccess.go
- template.go
Click to show internal directories.
Click to hide internal directories.