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