messages

package
v0.0.0-...-83a0ae1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

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 Channel

type Channel struct {
	ChannelUUID  string `json:"channeluuid"`
	Name         string `json:"name"`
	Description  string `json:"description"`
	Rules        string `json:"rules"`
	RulesVersion uint64 `json:"rules_version"`
	Link         string `json:"link"`
	Priority     uint64 `json:"priority"`
	RAD          bool   `json:"_rad"`
}

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

type ConfigInfo struct {
	Type string `json:"type"`
	ID   string `json:"id"`
}

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 (*SNSChannelInfoRequest) Symbol

func (m *SNSChannelInfoRequest) Symbol() uint64

type SNSChannelInfoResponse

type SNSChannelInfoResponse struct {
	ChannelInfo ChannelInfo
}

func (*SNSChannelInfoResponse) Stream

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

type SNSConfigSuccessv2 struct {
	Type   uint64
	ID     uint64
	Config string
}

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 (*SNSUpdateProfileFailure) Symbol

func (m *SNSUpdateProfileFailure) Symbol() uint64

type SNSUpdateProfileSuccess

type SNSUpdateProfileSuccess struct {
	UserId echovr.XPlatformID
}

func (*SNSUpdateProfileSuccess) Stream

func (*SNSUpdateProfileSuccess) Symbol

func (m *SNSUpdateProfileSuccess) Symbol() uint64

type SNSUserServerProfileUpdateRequest

type SNSUserServerProfileUpdateRequest struct {
	XPlatformID echovr.XPlatformID
	UpdateInfo  string
}

func (*SNSUserServerProfileUpdateRequest) Stream

func (*SNSUserServerProfileUpdateRequest) Symbol

type SNSUserServerProfileUpdateSuccess

type SNSUserServerProfileUpdateSuccess struct {
	UserId echovr.XPlatformID
}

func (*SNSUserServerProfileUpdateSuccess) Stream

func (*SNSUserServerProfileUpdateSuccess) Symbol

type STcpConnectionUnrequireEvent

type STcpConnectionUnrequireEvent struct {
	Unused byte
}

func (*STcpConnectionUnrequireEvent) Stream

func (*STcpConnectionUnrequireEvent) Symbol

type Template

type Template struct {
}

func (*Template) Stream

func (m *Template) Stream(s *echovr.EasyStream) error

func (*Template) Symbol

func (m *Template) Symbol() uint64

Jump to

Keyboard shortcuts

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