pub async fn get_flow_by_path(
configuration: &Configuration,
workspace: &str,
path: &str,
with_starred_info: Option<bool>,
) -> Result<Flow, Error<GetFlowByPathError>>
pub async fn get_flow_by_path(
configuration: &Configuration,
workspace: &str,
path: &str,
with_starred_info: Option<bool>,
) -> Result<Flow, Error<GetFlowByPathError>>