builds and runs! not sure if it works, needs testing
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-11-28 06:00:44 +01:00
parent 46b67f8a6e
commit 3f49d528e7
11 changed files with 123 additions and 68 deletions

View File

@@ -12,7 +12,7 @@ import (
type LoggerParams struct {
fx.In
Globals globals.Globals
Globals *globals.Globals
}
type Logger struct {