diff options
| -rw-r--r-- | cluster.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ func (c *Cluster) GetDropletsPB() *Droplets { return c.d } +func (c *Cluster) GetHypervisorsPB() *Hypervisors { + return c.H +} + func (c *Cluster) GetEventsPB() *Events { return c.e } |
