Function discover

Source
pub fn discover(
    paths: Vec<String>,
    params: &Parameters,
) -> (String, String, String)
Expand description

Return the list of all the functions with the #[utoipa] attribute and the list of all the structs with the #[derive(ToSchema)] attribute and the list of all the structs with the #[derive(ToResponse)] attribute