Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct { AlbumRepository datastore.IAlbumRepository ArtistRepository datastore.IArtistRepository MissingReleaseRepository datastore.IMissingReleaseRepository PlaylistRepository datastore.IPlaylistRepository ReleaseRepository datastore.IReleaseRepository TrackRepository datastore.ITrackRepository }
func NewRepository ¶
func NewRepository(dbHandler *gorm.DB) *Repository
Click to show internal directories.
Click to hide internal directories.