Versions in this module Expand all Collapse all v8 v8.17.0 Nov 18, 2025 Changes in this version + type CloudControllerStackRepository struct + func NewCloudControllerStackRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerStackRepository) + func (repo CloudControllerStackRepository) FindAll() (stacks []models.Stack, apiErr error) + func (repo CloudControllerStackRepository) FindByGUID(guid string) (models.Stack, error) + func (repo CloudControllerStackRepository) FindByName(name string) (stack models.Stack, apiErr error) + type StackRepository interface + FindAll func() (stacks []models.Stack, apiErr error) + FindByGUID func(guid string) (models.Stack, error) + FindByName func(name string) (stack models.Stack, apiErr error) Other modules containing this package code.cloudfoundry.org/cli