Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object struct {
Links []*model.VideoLink `json:"links,omitempty"`
Link *model.VideoLink `xorm:"extends" json:",inline,omitempty"`
}
Object ...
type ObjectList ¶
type ObjectList struct {
Index string `json:"index"`
Sharpness string `json:"sharpness"`
Output string `json:"output"`
Season string `json:"season"`
TotalEpisode string `json:"total_episode"`
Episode string `json:"episode"`
Language string `json:"language"`
Caption string `json:"caption"`
Sliced bool `json:"sliced"`
Object []Object `json:"object"`
}
ObjectList ...
Click to show internal directories.
Click to hide internal directories.