init push

This commit is contained in:
2026-05-21 19:52:45 +08:00
commit e3f75311ab
1280 changed files with 179173 additions and 0 deletions

View 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,
)