Reorganaze modules, add auth processing.
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
||||
"payouts/internal/log"
|
||||
"payouts/internal/service/cache"
|
||||
"payouts/internal/service/database"
|
||||
"payouts/internal/service/yookassa"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -21,6 +22,7 @@ func main() {
|
||||
cache.Module,
|
||||
config.Module,
|
||||
database.Module,
|
||||
yookassa.Module,
|
||||
|
||||
log.Module,
|
||||
fx.WithLogger(func() fxevent.Logger {
|
||||
|
||||
Reference in New Issue
Block a user