Make persistence provider pluggable at runtime
This commit is contained in:
@@ -15,4 +15,5 @@ var Set = wire.NewSet(
|
||||
NewCheckSumRepository,
|
||||
NewNowPlayingRepository,
|
||||
persistence.NewMediaFolderRepository,
|
||||
wire.Value(persistence.ProviderIdentifier("levisdb")),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user