Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFailedToImport = fmt.Errorf("failed to import")
Functions ¶
This section is empty.
Types ¶
type Game ¶
type GameList ¶
type GameList struct {
XMLName xml.Name `xml:"gameList"`
Provider Provider `xml:"provider,omitempty" exhaustruct:"optional"`
Games []Game `xml:"game"`
}
func NewGameList ¶
type Provider ¶ added in v1.1.0
type Provider struct {
XMLName xml.Name `xml:"provider,omitempty"`
System string `xml:"System,omitempty" exhaustruct:"optional"`
Software string `xml:"software,omitempty" exhaustruct:"optional"`
Database string `xml:"database,omitempty" exhaustruct:"optional"`
Web string `xml:"web,omitempty" exhaustruct:"optional"`
}
Click to show internal directories.
Click to hide internal directories.