Storm IndexRepository complete.

This commit is contained in:
Deluan
2020-01-10 19:35:37 -05:00
committed by Deluan Quintão
parent 9ccd9545e8
commit a1d837cb9b
3 changed files with 60 additions and 1 deletions
+1
View File
@@ -7,4 +7,5 @@ var Set = wire.NewSet(
NewArtistRepository,
NewAlbumRepository,
NewMediaFileRepository,
NewArtistIndexRepository,
)