summaryrefslogtreecommitdiff
path: root/helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.go')
-rw-r--r--helpers.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers.go b/helpers.go
index 5c1ec7f..1533750 100644
--- a/helpers.go
+++ b/helpers.go
@@ -9,9 +9,9 @@ import (
"google.golang.org/protobuf/proto"
)
-func InitCluster() *NewCluster {
- var c *NewCluster
- c = new(NewCluster)
+func InitCluster() *Cluster {
+ var c *Cluster
+ c = new(Cluster)
c.d = new(Droplets)
c.H = new(Hypervisors)
c.e = new(Events)