Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DMMActress ¶
type DMMActress struct {
Name string `json:"name",default:""`
Kana string `json:"kana",default:""`
Photo string `json:"photo"`
Height int `json:"height"`
Bust int `json:"bust"`
Waist int `json:"waist"`
Hips int `json:"hips"`
Cup string `json:"cup"`
Horoscope string `json:"horoscope"`
Blood string `json:"blood"`
BornCity string `json:"born_city"`
BirthYear int `json:"birth_year"`
BirthMonth int `json:"birth_month"`
BirthDay int `json:"birth_day"`
FullBirthday string `json:"full_birthday"`
Interests []string `json:"interests"`
}
Click to show internal directories.
Click to hide internal directories.