Documentation
¶
Index ¶
- func GetPromotions(className string, classDiscriminator string, fullyPromoted bool) (*[]string, *string)
- type AverageStats
- type BaseStats
- type Character
- type CharacterImage
- type CharacterResponse
- type Characters
- type Class
- type Classes
- type DisplayClass
- type GrowthRates
- type MaximumStats
- type Metadata
- type Promotion
- type Recruitment
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AverageStats ¶
type Character ¶
type Character struct { Name string Stats BaseStats Growths GrowthRates EirikaRecruitment Recruitment EphraimRecruitment Recruitment Meta Metadata }
type CharacterImage ¶
type CharacterResponse ¶
type CharacterResponse struct { Name string Content string ThumbnailImage *CharacterImage }
func GetAverageStats ¶
func GetCharacterData ¶
func GetCharacterData(characterName string) (*CharacterResponse, *string)
type Characters ¶
type Class ¶
type Class struct { Name string MaxStats *MaximumStats Promotions *[]Promotion }
type DisplayClass ¶
type GrowthRates ¶
type MaximumStats ¶
type Promotion ¶
type Recruitment ¶
Click to show internal directories.
Click to hide internal directories.