environment_variable_groups

package
v6.16.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2016 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 CloudControllerEnvironmentVariableGroupsRepository

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

func NewCloudControllerEnvironmentVariableGroupsRepository

func NewCloudControllerEnvironmentVariableGroupsRepository(config core_config.Reader, gateway net.Gateway) (repo CloudControllerEnvironmentVariableGroupsRepository)

func (CloudControllerEnvironmentVariableGroupsRepository) ListRunning

func (CloudControllerEnvironmentVariableGroupsRepository) ListStaging

func (CloudControllerEnvironmentVariableGroupsRepository) SetRunning

func (repo CloudControllerEnvironmentVariableGroupsRepository) SetRunning(running_vars string) error

func (CloudControllerEnvironmentVariableGroupsRepository) SetStaging

func (repo CloudControllerEnvironmentVariableGroupsRepository) SetStaging(staging_vars string) error

type EnvironmentVariableGroupsRepository

type EnvironmentVariableGroupsRepository interface {
	ListRunning() (variables []models.EnvironmentVariable, apiErr error)
	ListStaging() (variables []models.EnvironmentVariable, apiErr error)
	SetStaging(string) error
	SetRunning(string) 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