working commit
This commit is contained in:
+3
-3
@@ -4,17 +4,17 @@ import (
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"mbase/app/database"
|
||||
"mbase/app/maindb"
|
||||
"mbase/pkg/logger"
|
||||
)
|
||||
|
||||
type LogicConfig struct {
|
||||
Database *database.Database
|
||||
Database *maindb.Database
|
||||
}
|
||||
|
||||
type Logic struct {
|
||||
log *logger.Logger
|
||||
db *database.Database
|
||||
db *maindb.Database
|
||||
dumpingSem atomic.Bool
|
||||
restoringSem atomic.Bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user