Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AetherizedCard ¶
type Delta ¶
type Delta struct { GemsDelta int `json:"gemsDelta"` BoosterDelta []string `json:"boosterDelta"` CardsAdded []string `json:"cardsAdded"` DecksAdded []string `json:"decksAdded"` VanityItemsAdded []string `json:"vanityItemsAdded"` VanityItemsRemoved []string `json:"vanityItemsRemoved"` DraftTokensDelta int `json:"draftTokensDelta"` GoldDelta int `json:"goldDelta"` SealedTokensDelta int `json:"sealedTokensDelta"` VaultProgressDelta float64 `json:"vaultProgressDelta"` WcCommonDelta int `json:"wcCommonDelta"` WcUncommonDelta int `json:"wcUncommonDelta"` WcRareDelta int `json:"wcRareDelta"` WcMythicDelta int `json:"wcMythicDelta"` ArtSkinsAdded []string `json:"artSkinsAdded"` VoucherItemsDelta []string `json:"voucherItemsDelta"` }
type InventoryUpdate ¶
type InventoryUpdate struct { Delta Delta `json:"delta"` AetherizedCards []AetherizedCard `json:"aetherizedCards"` Context string `json:"context"` XpGained int `json:"xpGained"` }
type MatchCreated ¶
type MatchCreated struct { ControllerFabricUri string `json:"controllerFabricUri"` MatchEndpointHost string `json:"matchEndpointHost"` MatchEndpointPort int `json:"matchEndpointPort"` OpponentScreenName string `json:"opponentScreenName"` OpponentIsWotc bool `json:"opponentIsWotc"` MatchId string `json:"matchId"` OpponentRankingClass string `json:"opponentRankingClass"` OpponentRankingTier int `json:"opponentRankingTier"` OpponentMythicPercentile float64 `json:"opponentMythicPercentile"` OpponentMythicLeaderboardPlace int `json:"opponentMythicLeaderboardPlace"` EventId string `json:"eventId"` OpponentAvatarSelection string `json:"opponentAvatarSelection"` OpponentCardBackSelection string `json:"opponentCardBackSelection"` OpponentPetSelection string `json:"opponentPetSelection"` OpponentPetModSelections []string `json:"opponentPetModSelections"` AvatarSelection string `json:"avatarSelection"` CardbackSelection string `json:"cardbackSelection"` PetModSelections []string `json:"petModSelections"` Battlefield string `json:"battlefield"` }
type RankUpdate ¶
type RankUpdate struct { PlayerId string `json:"playerId"` SeasonOrdinal int `json:"seasonOrdinal"` NewClass string `json:"newClass"` NewLevel int `json:"newLevel"` OldLevel int `json:"oldLevel"` NewStep int `json:"newStep"` OldStep int `json:"oldStep"` WasLossProtected bool `json:"wasLossProtected"` RankUpdateType string `json:"rankUpdateType"` }
type TrackProgress ¶
Click to show internal directories.
Click to hide internal directories.