Added storage

This commit is contained in:
2022-09-11 14:52:21 +02:00
parent b3302bb3c6
commit 3643d4a467
12 changed files with 226 additions and 6 deletions

View File

@@ -15,5 +15,6 @@ func Start(logger *zap.Logger) error {
return curre.NewManager().
Register(NewGinHttpServer(deps)).
Register(NewStorageServer(logger.With(zap.String("app", "storageServer")), deps)).
Run(ctx)
}