Function list_clusters

Source
pub async fn list_clusters(
    __arg0: Path<i32>,
    __arg1: Extension<Service>,
) -> Result<Json<Vec<WorkerNode>>, DashboardError>