api with functioning managment
This commit is contained in:
@@ -11,4 +11,7 @@ import (
|
||||
// *dig.Container: Dig Container
|
||||
func InitializeRepositories(c *dig.Container) {
|
||||
c.Provide(NewApiRepository)
|
||||
c.Provide(NewServerRepository)
|
||||
c.Provide(NewConfigRepository)
|
||||
c.Provide(NewLookupRepository)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user