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

@ -30,6 +30,7 @@ type Cluster struct {
keyID string
session bool
cancelSession func()
fatal error
}
func NewCluster(log logr.Logger) cluster.Cluster {