applications

package
v6.44.0+incompatible Latest Latest
Warning

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

Go to latest
Published: May 1, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudControllerRepository

type CloudControllerRepository struct {
	// contains filtered or unexported fields
}

func NewCloudControllerRepository

func NewCloudControllerRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerRepository)

func (CloudControllerRepository) Create

func (CloudControllerRepository) CreateRestageRequest

func (repo CloudControllerRepository) CreateRestageRequest(guid string) error

func (CloudControllerRepository) Delete

func (repo CloudControllerRepository) Delete(appGUID string) (apiErr error)

func (CloudControllerRepository) GetApp

func (repo CloudControllerRepository) GetApp(appGUID string) (app models.Application, apiErr error)

func (CloudControllerRepository) Read

func (repo CloudControllerRepository) Read(name string) (app models.Application, apiErr error)

func (CloudControllerRepository) ReadEnv

func (repo CloudControllerRepository) ReadEnv(guid string) (*models.Environment, error)

func (CloudControllerRepository) ReadFromSpace

func (repo CloudControllerRepository) ReadFromSpace(name string, spaceGUID string) (app models.Application, apiErr error)

func (CloudControllerRepository) Update

func (repo CloudControllerRepository) Update(appGUID string, params models.AppParams) (updatedApp models.Application, apiErr error)

type Repository

type Repository interface {
	Create(params models.AppParams) (createdApp models.Application, apiErr error)
	GetApp(appGUID string) (models.Application, error)
	Read(name string) (app models.Application, apiErr error)
	ReadFromSpace(name string, spaceGUID string) (app models.Application, apiErr error)
	Update(appGUID string, params models.AppParams) (updatedApp models.Application, apiErr error)
	Delete(appGUID string) (apiErr error)
	ReadEnv(guid string) (*models.Environment, error)
	CreateRestageRequest(guid string) (apiErr error)
}

Directories

Path Synopsis
This file was generated by counterfeiter
This file was generated by counterfeiter

Jump to

Keyboard shortcuts

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