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