fixed init errors
This commit is contained in:
parent
c9996712de
commit
7c7b816813
8 changed files with 29 additions and 18 deletions
|
|
@ -25,7 +25,7 @@ type CallbackContext interface {
|
|||
logr.Logger
|
||||
KV
|
||||
ID() string
|
||||
Fatal(error, string)
|
||||
Fatal(error)
|
||||
}
|
||||
|
||||
type Callbacks struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue