Versions in this module Expand all Collapse all v0 v0.1.0 Jun 8, 2019 Changes in this version + type CfClient interface + GetServiceInstancesByUrl func(cliConnection plugin.CliConnection, serviceInstancesUrl string) ([]ServiceInstance, error) + GetServiceSummaryBySpace func(cliConnection plugin.CliConnection, spaceUrl string) ([]ServiceSummaryBySpace, error) + ListOrgs func(cliConnection plugin.CliConnection) ([]Org, error) + ListServicePlans func(cliConnection plugin.CliConnection) ([]ServicePlan, error) + ListServices func(cliConnection plugin.CliConnection) ([]Service, error) + ListSpacesByOrg func(cliConnection plugin.CliConnection, spacesUrl string) ([]Space, error) + type ClientHelper struct + func (helper *ClientHelper) GetServiceInstancesByUrl(cliConnection plugin.CliConnection, serviceInstancesUrl string) ([]ServiceInstance, error) + func (helper *ClientHelper) GetServiceSummaryBySpace(cliConnection plugin.CliConnection, spaceUrl string) ([]ServiceSummaryBySpace, error) + func (helper *ClientHelper) ListOrgs(cliConnection plugin.CliConnection) ([]Org, error) + func (helper *ClientHelper) ListServicePlans(cliConnection plugin.CliConnection) ([]ServicePlan, error) + func (helper *ClientHelper) ListServices(cliConnection plugin.CliConnection) ([]Service, error) + func (helper *ClientHelper) ListSpacesByOrg(cliConnection plugin.CliConnection, spacesUrl string) ([]Space, error) + type Org struct + Guid string + Name string + SpacesUrl string + type Service struct + Guid string + Name string + type ServiceInstance struct + Guid string + Name string + ServicePlanGuid string + SpaceGuid string + type ServicePlan struct + Guid string + Name string + ServiceGuid string + type ServiceSummaryBySpace struct + BoundAppCount int + Guid string + Name string + type Space struct + Guid string + Name string + OrgGuid string + ServiceInstancesUrl string + Url string