mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Basic DI (dependency injection) working! Yay!!
This commit is contained in:
parent
4efb8ab031
commit
4df6c43be8
5 changed files with 68 additions and 0 deletions
9
utils/graph.go
Normal file
9
utils/graph.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package utils
|
||||
|
||||
import "github.com/karlkfi/inject"
|
||||
|
||||
var Graph inject.Graph
|
||||
|
||||
func init() {
|
||||
Graph = inject.NewGraph()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue