Versions in this module Expand all Collapse all v0 v0.0.4 Dec 3, 2020 v0.0.3 Nov 27, 2020 v0.0.2 Oct 22, 2020 Changes in this version + type Cluster struct + Name string + Uri string + Urn string + type ListClusterResponse struct + Clusters []Cluster + type Manager interface + ListCluster func() ([]Cluster, error) + func NewManager(client client.FusionComputeClient, siteUri string) Manager