list_git_repo_files

Function list_git_repo_files 

Source
pub async fn list_git_repo_files(
    configuration: &Configuration,
    workspace: &str,
    max_keys: i32,
    marker: Option<&str>,
    prefix: Option<&str>,
    storage: Option<&str>,
) -> Result<ListStoredFiles200Response, Error<ListGitRepoFilesError>>