Documentation ¶
Index ¶
- type CloudController
- func (cc CloudController) GetAuditorsByOrgGuid(guid, token string) ([]CloudControllerUser, error)
- func (cc CloudController) GetBillingManagersByOrgGuid(guid, token string) ([]CloudControllerUser, error)
- func (cc CloudController) GetManagersByOrgGuid(guid, token string) ([]CloudControllerUser, error)
- func (cc CloudController) GetUsersByOrgGuid(guid, token string) ([]CloudControllerUser, error)
- func (cc CloudController) GetUsersBySpaceGuid(guid, token string) ([]CloudControllerUser, error)
- func (cc CloudController) LoadOrganization(guid, token string) (CloudControllerOrganization, error)
- func (cc CloudController) LoadSpace(spaceGuid, token string) (CloudControllerSpace, error)
- type CloudControllerOrganization
- type CloudControllerSpace
- type CloudControllerUser
- type Failure
- type NotFoundError
- type OrgFinder
- type SpaceFinder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudController ¶
type CloudController struct {
// contains filtered or unexported fields
}
func NewCloudController ¶
func NewCloudController(host string, skipVerifySSL bool) CloudController
func (CloudController) GetAuditorsByOrgGuid ¶
func (cc CloudController) GetAuditorsByOrgGuid(guid, token string) ([]CloudControllerUser, error)
func (CloudController) GetBillingManagersByOrgGuid ¶
func (cc CloudController) GetBillingManagersByOrgGuid(guid, token string) ([]CloudControllerUser, error)
func (CloudController) GetManagersByOrgGuid ¶
func (cc CloudController) GetManagersByOrgGuid(guid, token string) ([]CloudControllerUser, error)
func (CloudController) GetUsersByOrgGuid ¶
func (cc CloudController) GetUsersByOrgGuid(guid, token string) ([]CloudControllerUser, error)
func (CloudController) GetUsersBySpaceGuid ¶
func (cc CloudController) GetUsersBySpaceGuid(guid, token string) ([]CloudControllerUser, error)
func (CloudController) LoadOrganization ¶
func (cc CloudController) LoadOrganization(guid, token string) (CloudControllerOrganization, error)
func (CloudController) LoadSpace ¶
func (cc CloudController) LoadSpace(spaceGuid, token string) (CloudControllerSpace, error)
type CloudControllerSpace ¶
type CloudControllerUser ¶
type CloudControllerUser struct {
GUID string
}
type Failure ¶
func NewFailure ¶
type NotFoundError ¶
type NotFoundError struct {
Message string
}
func (NotFoundError) Error ¶
func (e NotFoundError) Error() string
type OrgFinder ¶
type OrgFinder struct {
// contains filtered or unexported fields
}
func NewOrgFinder ¶
type SpaceFinder ¶
type SpaceFinder struct {
// contains filtered or unexported fields
}
func NewSpaceFinder ¶
func NewSpaceFinder(clientID, clientSecret string, clients tokenGetter, spaces spaceGetter) SpaceFinder
Source Files ¶
Click to show internal directories.
Click to hide internal directories.