Versions in this module Expand all Collapse all v8 v8.17.1 Feb 12, 2026 v8.17.0 Nov 18, 2025 Changes in this version + type CloudControllerAppFilesRepository struct + func NewCloudControllerAppFilesRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerAppFilesRepository) + func (repo CloudControllerAppFilesRepository) ListFiles(appGUID string, instance int, path string) (files string, apiErr error) + type Repository interface + ListFiles func(appGUID string, instance int, path string) (files string, apiErr error) Other modules containing this package code.cloudfoundry.org/cli