package
Version:
v1.0.0-rc.12
Opens a new window with list of versions in this module.
Published: Dec 19, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Error struct {
Code int `json:"code",yaml:"code"`
Text string `json:"text",yaml:"text"`
}
type Game struct {
Game int `json:"game",yaml:"game"`
Bots int `json:"bots",yaml:"bots"`
}
type Games struct {
Games []*Game `json:"games",yaml:"games"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.