environmentvariablegroups

package
v6.53.0 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudControllerRepository added in v6.19.0

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

func NewCloudControllerRepository added in v6.19.0

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

func (CloudControllerRepository) ListRunning added in v6.19.0

func (repo CloudControllerRepository) ListRunning() (variables []models.EnvironmentVariable, apiErr error)

func (CloudControllerRepository) ListStaging added in v6.19.0

func (repo CloudControllerRepository) ListStaging() (variables []models.EnvironmentVariable, apiErr error)

func (CloudControllerRepository) SetRunning added in v6.19.0

func (repo CloudControllerRepository) SetRunning(runningVars string) error

func (CloudControllerRepository) SetStaging added in v6.19.0

func (repo CloudControllerRepository) SetStaging(stagingVars string) error

type Repository added in v6.19.0

type Repository interface {
	ListRunning() (variables []models.EnvironmentVariable, apiErr error)
	ListStaging() (variables []models.EnvironmentVariable, apiErr error)
	SetStaging(string) error
	SetRunning(string) error
}

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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