Skip to main content

get_execution

Function get_execution 

Source
pub async fn get_execution(
    configuration: &Configuration,
    repo_ref: &str,
    webhook_identifier: &str,
    webhook_execution_id: i64,
) -> Result<WebhookExecutionModel, Error<GetExecutionError>>