log

package
v0.0.0-...-b7eb296 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2021 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Err

type Err struct {
	Message  string `json:"message"`
	PlayerId string `json:"playerId"`
	MatchId  string `json:"matchId"`
}

type Info

type Info struct {
	HumanContext  string                 `json:"humanContext"`
	MessageName   InfoMessage            `json:"messageName"`
	Payload       map[string]interface{} `json:"payloadObject"`
	TransactionId string                 `json:"transactionId"`
}

type InfoMessage

type InfoMessage string
const (
	BootSequenceReportMsg         InfoMessage = "Client.BootSequenceReport"
	ConnectedMsg                  InfoMessage = "Client.Connected"
	DeckUpdatedMsg                InfoMessage = "Client.DeckManager.Deck.Updated"
	InventoryReportMsg            InfoMessage = "Client.InventoryReport"
	PerformanceReportMsg          InfoMessage = "Client.PerformanceReport"
	PregameSequenceReportMsg      InfoMessage = "Client.PregameSequenceReport"
	ProgressionRewardWebViewedMsg InfoMessage = "Client.ProgressionRewardWebViewed"
	ProgressionTrackViewedMsg     InfoMessage = "Client.ProgressionTrackViewed"
	PurchaseFunnelMsg             InfoMessage = "Client.PurchaseFunnel"
	SceneChangeMsg                InfoMessage = "Client.SceneChange"
	SetAvatarSelectionMsg         InfoMessage = "Client.SetAvatarSelection"
	SystemMessageViewMsg          InfoMessage = "Client.SystemMessageView"
	UserDeviceSpecsMsg            InfoMessage = "Client.UserDeviceSpecs"
	EventNavigationMsg            InfoMessage = "Client.Home.EventNavigation"

	GameStartMsg        InfoMessage = "DuelScene.GameStart"
	GameStopMsg         InfoMessage = "DuelScene.GameStop"
	EndOfMatchReportMsg InfoMessage = "DuelScene.EndOfMatchReport"
	EmotesUsedReportMsg InfoMessage = "DuelScene.EmotesUsedReport"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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