get_workflows

Function get_workflows 

Source
pub async fn get_workflows(
    configuration: &Configuration,
    repo_ref: &str,
    action_identifier: &str,
    page: Option<i64>,
    size: Option<i64>,
) -> Result<Vec<WorkflowModel>, Error<GetWorkflowsError>>