Versions in this module Expand all Collapse all v0 v0.0.1 May 31, 2016 Changes in this version + func Spaces(spacesParser SpacesParser, paginatedRequester PaginatedRequester) (models.Spaces, error) + type ApplicationsParser interface + Parse func([]byte) (models.Applications, error) + type AppsGetter struct + OrganizationGuid string + SpaceGuid string + func (c AppsGetter) Apps(appsParser ApplicationsParser, paginatedRequester PaginatedRequester) (models.Applications, error) + type AppsGetterFunc func(ApplicationsParser, PaginatedRequester) (models.Applications, error) + func NewAppsGetterFunc(cliConnection api.Connection, orgName string, spaceName string) (AppsGetterFunc, error) + type OrgNotFoundErr struct + OrganizationName string + func (e OrgNotFoundErr) Error() string + type PaginatedRequester interface + Do func(filter api.Filter, params map[string]interface{}) ([][]byte, error) + type SpaceNotFoundErr struct + SpaceName string + func (e SpaceNotFoundErr) Error() string + type SpacesParser interface + Parse func([]byte) (models.Spaces, error)