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

@ -19,7 +19,8 @@ type Cluster struct {
done chan struct{}
callbacks cluster.Callbacks
id string
id string
fatal error
}
func NewCluster(log logr.Logger) cluster.Cluster {