Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Profile ¶
type Profile struct {
Response RepsonseBody `json:"Response"`
// contains filtered or unexported fields
}
func (*Profile) GetRawJson ¶
func (*Profile) SetRawJson ¶
type RepsonseBody ¶
type RepsonseBody struct {
Profile RepsonseProfile `json:"profile"`
}
type RepsonseProfile ¶
type RepsonseProfile struct {
Data ResponseData `json:"data"`
}
type ResponseData ¶
type ResponseData struct {
CharacterIds []string `json:"characterIds"`
}
Click to show internal directories.
Click to hide internal directories.