Documentation
¶
Index ¶
- type Categorie
- type CategorieSimple
- type Comment
- type CommentSimple
- type DownloadQ
- type DownloadQSimple
- type Group
- type GroupSimple
- type LinkCategorieGroupPermission
- type LinkCategorieGroupPermissionSimple
- type LinkCategorieMovie
- type LinkCategorieMovieSimple
- type LinkCategoriePersonality
- type LinkCategoriePersonalitySimple
- type LinkCategoriePlaylist
- type LinkCategoriePlaylistSimple
- type LinkCategorieUserPermission
- type LinkCategorieUserPermissionSimple
- type LinkCategorieVideo
- type LinkCategorieVideoSimple
- type LinkIdenticalVideos
- type LinkIdenticalVideosSimple
- type LinkPersonalityMovie
- type LinkPersonalityMovieSimple
- type LinkPersonalityVideo
- type LinkPersonalityVideoSimple
- type LinkUserGroup
- type LinkUserGroupSimple
- type LinkVideoPlaylist
- type LinkVideoPlaylistSimple
- type Movie
- type MovieSimple
- type Personality
- type PersonalitySimple
- type Playlist
- type PlaylistSimple
- type Rating
- type RatingSimple
- type Resolution
- type User
- type UserSimple
- type Video
- type VideoSimple
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategorieSimple ¶
type CommentSimple ¶
type DownloadQSimple ¶
type GroupSimple ¶
type LinkCategorieMovie ¶
type LinkCategoriePersonality ¶
type LinkCategoriePersonality struct { ID uint64 Personality *Personality Categorie *Categorie }
type LinkCategoriePlaylist ¶
type LinkCategorieVideo ¶
type LinkIdenticalVideos ¶
type LinkPersonalityMovie ¶
type LinkPersonalityMovie struct { ID uint64 Personality *Personality Movie *Movie }
type LinkPersonalityVideo ¶
type LinkPersonalityVideo struct { ID uint64 Personality *Personality Video *Video }
type LinkUserGroup ¶
type LinkUserGroupSimple ¶
type LinkVideoPlaylist ¶
type LinkVideoPlaylistSimple ¶
type Movie ¶
type Movie struct { ID uint64 Title string // TODO: format AltTitles string ImdbRef string ImdbRating float64 Trailer *Video // nullable CoverFile string // nullable LocalFile string // nullable BlockDownload bool BlockDownloadBy *User // nullable Added time.Time AddedBy *User // nullable Length uint64 FileHash string // nullable FileSize uint64 // nullable => 0 }
type MovieSimple ¶
type MovieSimple struct { ID uint64 Title string // TODO: format AltTitles string ImdbRef string ImdbRating float64 Trailer uint64 // nullable => 0 CoverFile string // nullable LocalFile string // nullable BlockDownload bool BlockDownloadBy uint64 // nullable => 0 Added time.Time AddedBy uint64 // nullable => 0 Length uint64 FileHash string // nullable FileSize uint64 // nullable => 0 }
type Personality ¶
type PersonalitySimple ¶
type PlaylistSimple ¶
type RatingSimple ¶
type Resolution ¶
type Resolution struct {
Width, Height uint64
}
func NewResolution ¶
func NewResolution(s string) (Resolution, error)
func (Resolution) ToString ¶
func (r Resolution) ToString() string
type UserSimple ¶
Click to show internal directories.
Click to hide internal directories.