mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Completely removed engine package, fewer abstraction layers \o/
This commit is contained in:
parent
d0bf37a8a9
commit
0f418a93cd
12 changed files with 137 additions and 378 deletions
|
@ -9,12 +9,10 @@ import (
|
|||
"github.com/deluan/navidrome/server"
|
||||
"github.com/deluan/navidrome/server/app"
|
||||
"github.com/deluan/navidrome/server/subsonic"
|
||||
"github.com/deluan/navidrome/server/subsonic/engine"
|
||||
"github.com/google/wire"
|
||||
)
|
||||
|
||||
var allProviders = wire.NewSet(
|
||||
engine.Set,
|
||||
core.Set,
|
||||
scanner.New,
|
||||
subsonic.New,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue