Skip to content

Commit

Permalink
Remove ExecutorsResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw committed Apr 10, 2024
1 parent 7f904a2 commit bdc1a0c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ballista/scheduler/src/api/handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ struct SchedulerStateResponse {
version: &'static str,
}

#[derive(Debug, serde::Serialize)]
struct ExecutorsResponse {
executors: Vec<ExecutorMetaResponse>,
}

#[derive(Debug, serde::Serialize)]
pub struct ExecutorMetaResponse {
pub id: String,
Expand Down

0 comments on commit bdc1a0c

Please sign in to comment.