package
Version:
v0.0.0-...-b7eb296
Opens a new window with list of versions in this module.
Published: Jul 14, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type AIPractice struct {
Avatar string `json:"avatar"`
Deck string `json:"deck"`
BotDeckId string `json:"botDeckId"`
}
type DeckSubmit struct {
EventName string `json:"eventName"`
Deck string `json:"deck"`
}
type Event struct {
EventName string `json:"eventName"`
}
type JoinQueue struct {
QueueId string `json:"queueId"`
Avatar string `json:"avatar"`
}
type PayEntry struct {
CurrencyType string `json:"currencyType"`
EventName string `json:"eventName"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.