Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Spaces ¶
func Spaces(spacesParser SpacesParser, paginatedRequester PaginatedRequester) (models.Spaces, error)
Types ¶
type ApplicationsParser ¶
type ApplicationsParser interface {
Parse([]byte) (models.Applications, error)
}
type AppsGetter ¶
func (AppsGetter) Apps ¶
func (c AppsGetter) Apps( appsParser ApplicationsParser, paginatedRequester PaginatedRequester, ) (models.Applications, error)
type AppsGetterFunc ¶
type AppsGetterFunc func(ApplicationsParser, PaginatedRequester) (models.Applications, error)
func NewAppsGetterFunc ¶
func NewAppsGetterFunc( cliConnection api.Connection, orgName string, spaceName string, ) (AppsGetterFunc, error)
type OrgNotFoundErr ¶
type OrgNotFoundErr struct {
OrganizationName string
}
func (OrgNotFoundErr) Error ¶
func (e OrgNotFoundErr) Error() string
type PaginatedRequester ¶
type SpaceNotFoundErr ¶
type SpaceNotFoundErr struct {
SpaceName string
}
func (SpaceNotFoundErr) Error ¶
func (e SpaceNotFoundErr) Error() string
Click to show internal directories.
Click to hide internal directories.