mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
feat: added modules
This commit is contained in:
11
core/container/container.go
Normal file
11
core/container/container.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package container
|
||||
|
||||
import (
|
||||
"go.uber.org/dig"
|
||||
)
|
||||
|
||||
var c = dig.New()
|
||||
|
||||
func GetContainer() *dig.Container {
|
||||
return c
|
||||
}
|
||||
Reference in New Issue
Block a user