Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + type CloudControllerRepository struct + func NewCloudControllerRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerRepository) + func (repo CloudControllerRepository) ListRunning() (variables []models.EnvironmentVariable, apiErr error) + func (repo CloudControllerRepository) ListStaging() (variables []models.EnvironmentVariable, apiErr error) + func (repo CloudControllerRepository) SetRunning(runningVars string) error + func (repo CloudControllerRepository) SetStaging(stagingVars string) error + type Repository interface + ListRunning func() (variables []models.EnvironmentVariable, apiErr error) + ListStaging func() (variables []models.EnvironmentVariable, apiErr error) + SetRunning func(string) error + SetStaging func(string) error Other modules containing this package github.com/LukasHeimann/cloudfoundrycli