fixed init errors

This commit is contained in:
ston1th 2021-03-07 13:48:30 +01:00
commit 7c7b816813
8 changed files with 29 additions and 18 deletions

View file

@ -25,7 +25,7 @@ type CallbackContext interface {
logr.Logger
KV
ID() string
Fatal(error, string)
Fatal(error)
}
type Callbacks struct {