fix: issues

This commit is contained in:
Rogee
2025-01-10 11:42:12 +08:00
parent 1c7b603769
commit 0d35aa15de
46 changed files with 1822 additions and 113 deletions

View File

@@ -6,7 +6,7 @@ import (
"backend/app/events"
"backend/app/service"
"backend/providers/app"
providerEvents "backend/providers/events"
"backend/providers/event"
"backend/providers/postgres"
"git.ipao.vip/rogeecn/atom"
@@ -41,7 +41,7 @@ type Service struct {
dig.In
App *app.Config
PubSub *providerEvents.PubSub
PubSub *event.PubSub
Initials []contracts.Initial `group:"initials"`
}