Documentation
¶
Index ¶
Constants ¶
View Source
const API_URL = "https://cu8auck2lc.3z094n2681i06q8k14w31cu4q80d5p.com/330cceade91a6a9cd30fb8042222ed56/71b8acf33b508c7543592acd9d9eb70d"
Variables ¶
This section is empty.
Functions ¶
func SlugWebURL ¶
Types ¶
type ComingSoonT ¶
type ComingSoonT struct {
Result string `json:"result"`
}
func GetComingSoon ¶
func GetComingSoon() (*ComingSoonT, error)
type DetailT ¶
type DetailT struct { ID uint64 `json:"id"` Date string `json:"date"` Title string `json:"title"` Image string `json:"image"` Content string `json:"content"` Series string `json:"series"` Note string `json:"note"` Slug string `json:"slug"` WebUrl string `json:"web_url"` Stream []linkT `json:"stream"` Download []downloadT `json:"download"` }
type DiscussionT ¶
type DiscussionT struct { Thread string `json:"thread"` Hasnext bool `json:"has_next"` HasPrevious bool `json:"has_previous"` Total uint64 `json:"total"` Result []commentT `json:"result"` }
func GetComments ¶
func GetComments(slug string) (*DiscussionT, error)
type RecentT ¶
type RecentT struct { Carousel []PreviewT `json:"carousel"` Posts []recentdataT `json:"posts"` }
type SearchT ¶
type SearchT struct { Total int `json:"total"` TotalPages int `json:"total_pages"` Result []PreviewT `json:"result"` }
func SearchByGenre ¶
Click to show internal directories.
Click to hide internal directories.