Moved MediaFolders Repository to persistence agnostic package

This commit is contained in:
Deluan
2020-01-10 19:44:47 -05:00
committed by Deluan Quintão
parent 11f4505925
commit 70d7793147
4 changed files with 11 additions and 5 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
package db_ledis
import "github.com/google/wire"
import (
"github.com/google/wire"
)
var Set = wire.NewSet(
NewCheckSumRepository,
NewMediaFolderRepository,
NewNowPlayingRepository,
NewPlaylistRepository,
)