(appGUID string, instance int, path string)
| 11 | |
| 12 | type Repository interface { |
| 13 | ListFiles(appGUID string, instance int, path string) (files string, apiErr error) |
| 14 | } |
| 15 | |
| 16 | type CloudControllerAppFilesRepository struct { |
no outgoing calls
no test coverage detected