risingwave_meta::dashboard::handlers

Function list_table_catalogs_inner

source
async fn list_table_catalogs_inner(
    metadata_manager: &MetadataManager,
    table_type: TableType,
) -> Result<Json<Vec<Table>>, DashboardError>