init push
This commit is contained in:
13
backend/repo/cache/provider.go
vendored
Normal file
13
backend/repo/cache/provider.go
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"github.com/google/wire"
|
||||
|
||||
"github.com/chaitin/panda-wiki/store/cache"
|
||||
)
|
||||
|
||||
var ProviderSet = wire.NewSet(
|
||||
cache.NewCache,
|
||||
NewKBRepo,
|
||||
NewGeoCache,
|
||||
)
|
||||
Reference in New Issue
Block a user