Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TooltipData ¶
type TrackData ¶
type TrackData struct {
ID int `json:"id"`
Link string `json:"code"` // Youtube ID/link
Name string `json:"name"`
VideoType int `json:"videoType"`
TrackType string `json:"trackType"`
Duration float32 `json:"duration"`
Available bool `json:"available"`
PublishedAt time.Time `json:"published"`
Notes string `json:"notes"`
AddedBy string `json:"addedBy"`
ParsedLink string `json:"parsedLink"`
Tags []string `json:"tags"`
Authors []struct {
ID int `json:"ID"`
Name string `json:"name"`
Role string `json:"role"`
} `json:"authors"`
}
type TrackListAPIResponse ¶
type TrackListAPIResponse struct {
Data TrackData `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.