pass out hypervisors
This commit is contained in:
parent
e78fc1235e
commit
276c5cec2f
|
@ -22,6 +22,10 @@ func (c *Cluster) GetDropletsPB() *Droplets {
|
||||||
return c.d
|
return c.d
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (c *Cluster) GetHypervisorsPB() *Hypervisors {
|
||||||
|
return c.H
|
||||||
|
}
|
||||||
|
|
||||||
func (c *Cluster) GetEventsPB() *Events {
|
func (c *Cluster) GetEventsPB() *Events {
|
||||||
return c.e
|
return c.e
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue