Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArenaRating ¶
type Character ¶
type Character struct { Name string Realm string Class string Region string CharIcon string ItemLvl int Guild string Items []Item Specs []Spec ArenaRating []ArenaRating }
Character is a full description of a WoW character with items
type CharacterDuplicateError ¶
type CharacterDuplicateError struct {
S string
}
func (CharacterDuplicateError) Error ¶
func (e CharacterDuplicateError) Error() string
type CharacterInfo ¶
type CharacterInfo struct { Name string Realm string Region string Class string CharIcon string Guild string ItemLvl int }
CharacterInfo is a short description of a WoW character, without items
type CharacterLimitError ¶
type CharacterLimitError struct {
S string
}
func (CharacterLimitError) Error ¶
func (e CharacterLimitError) Error() string
type CharacterNotFound ¶
type CharacterNotFound struct {
S string
}
func (CharacterNotFound) Error ¶
func (e CharacterNotFound) Error() string
type Item ¶
type Item struct { Type string Name string ItemLvl int IconURL string DescriptionURL string `json:",omitempty"` }
Item is a full description of a currently equipped item by type
Click to show internal directories.
Click to hide internal directories.