pass out hypervisors

This commit is contained in:
Jeff Carr 2025-03-11 04:02:45 -05:00
parent e78fc1235e
commit 276c5cec2f
1 changed files with 4 additions and 0 deletions

View File

@ -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
}