Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllCollection = []Collection{ CollectionShows, CollectionSeasons, CollectionEpisodes, CollectionGames, CollectionShorts, }
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection string
const ( CollectionShows Collection = "shows" CollectionSeasons Collection = "seasons" CollectionEpisodes Collection = "episodes" CollectionGames Collection = "games" CollectionShorts Collection = "shorts" )
func (Collection) IsValid ¶
func (e Collection) IsValid() bool
func (Collection) MarshalGQL ¶
func (e Collection) MarshalGQL(w io.Writer)
func (Collection) String ¶
func (e Collection) String() string
func (*Collection) UnmarshalGQL ¶
func (e *Collection) UnmarshalGQL(v interface{}) error
type CollectionItem ¶
type CollectionItem struct { Collection Collection `json:"collection"` ID string `json:"id"` Title string `json:"title"` }
type MediaItems ¶
type MediaItems struct {
ImportTimedMetadata bool `json:"importTimedMetadata"`
}
type Preview ¶
type Preview struct { Collection *PreviewCollection `json:"collection"` Asset *PreviewAsset `json:"asset"` }
type PreviewAsset ¶
type PreviewCollection ¶
type PreviewCollection struct {
Items []*CollectionItem `json:"items"`
}
type ProgressByOrg ¶
type Statistics ¶
type Statistics struct {
LessonProgressGroupedByOrg []*ProgressByOrg `json:"lessonProgressGroupedByOrg"`
}
Click to show internal directories.
Click to hide internal directories.