environmentvariablegroups

package
v7.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2020 License: Apache-2.0 Imports: 5 Imported by: 98

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) ListRunning

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

func (CloudControllerRepository) ListStaging

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

func (CloudControllerRepository) SetRunning

func (repo CloudControllerRepository) SetRunning(runningVars string) error

func (CloudControllerRepository) SetStaging

func (repo CloudControllerRepository) SetStaging(stagingVars string) error

type Repository

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