resource_mapper

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2016 License: Apache-2.0 Imports: 3 Imported by: 1

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

type AppsGetter struct {
	OrganizationGuid string
	SpaceGuid        string
}

func (AppsGetter) Apps

func (c AppsGetter) Apps(
	appsParser ApplicationsParser,
	paginatedRequester PaginatedRequester,
) (models.Applications, error)

type AppsGetterFunc

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 PaginatedRequester interface {
	Do(filter api.Filter, params map[string]interface{}) ([][]byte, error)
}

type SpaceNotFoundErr

type SpaceNotFoundErr struct {
	SpaceName string
}

func (SpaceNotFoundErr) Error

func (e SpaceNotFoundErr) Error() string

type SpacesParser

type SpacesParser interface {
	Parse([]byte) (models.Spaces, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL