more work done
This commit is contained in:
parent
09fe1cd163
commit
6fda229a8e
23 changed files with 384 additions and 177 deletions
|
|
@ -3,7 +3,7 @@ package cluster
|
|||
import (
|
||||
"context"
|
||||
|
||||
"git.giftfish.de/ston1th/vipman/pkg/config"
|
||||
"git.giftfish.de/ston1th/haproxy-lb/pkg/config"
|
||||
"github.com/go-logr/logr"
|
||||
)
|
||||
|
||||
|
|
@ -25,6 +25,7 @@ type CallbackContext interface {
|
|||
logr.Logger
|
||||
KV
|
||||
ID() string
|
||||
Fatal(error, string)
|
||||
}
|
||||
|
||||
type Callbacks struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue