This commit is contained in:
Mephimeow
2026-04-29 12:28:30 +00:00
parent 0f8a80b6e1
commit 6c170fe1a2
13 changed files with 2450 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
)
type BaleHandlers struct {
Repo *storage.Repository
Repo storage.RepositoryInterface
MQ *mq.RabbitMQ
}