Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MediaRepository ¶
type MediaRepository struct {
// contains filtered or unexported fields
}
func NewMediaRepository ¶
func NewMediaRepository(db *gorm.DB, introFilePath string, intro219FilePath string) *MediaRepository
func (*MediaRepository) IndexMovie ¶
func (r *MediaRepository) IndexMovie(movie pkg.Movie, fileSource, destinationPath string) error
func (*MediaRepository) IndexTvEpisode ¶
func (r *MediaRepository) IndexTvEpisode(tvEpisode pkg.TVEpisode, fileSource, destinationPath string) error
Click to show internal directories.
Click to hide internal directories.