Storm PlaylistRepository complete.

This commit is contained in:
Deluan
2020-01-10 19:58:30 -05:00
committed by Deluan Quintão
parent 70d7793147
commit 4f151a7409
5 changed files with 68 additions and 3 deletions
-1
View File
@@ -7,5 +7,4 @@ import (
var Set = wire.NewSet(
NewCheckSumRepository,
NewNowPlayingRepository,
NewPlaylistRepository,
)