Skip to content

Commit

Permalink
vickylib: remove etcd client
Browse files Browse the repository at this point in the history
  • Loading branch information
Kek5chen committed Apr 26, 2024
1 parent 715ed2e commit 8fab0b7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 207 deletions.
11 changes: 0 additions & 11 deletions vicky/src/lib/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@ pub enum VickyError {
source: serde_json::Error,
},

#[error("serde_yaml Error {source:?}")]
SerdeYaml {
#[from]
source: serde_yaml::Error,
},
#[error("etcd Error {source:?}")]
EtcdClient {
#[from]
source: etcd_client::Error,
},

#[error("Scheduling Error {source:?}")]
Scheduler {
#[from]
Expand Down
75 changes: 0 additions & 75 deletions vicky/src/lib/etcd/client.rs

This file was deleted.

118 changes: 0 additions & 118 deletions vicky/src/lib/etcd/election.rs

This file was deleted.

2 changes: 0 additions & 2 deletions vicky/src/lib/etcd/mod.rs

This file was deleted.

1 change: 0 additions & 1 deletion vicky/src/lib/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pub mod database;
pub mod errors;
pub mod etcd;
pub mod logs;
pub mod s3;
pub mod vicky;

0 comments on commit 8fab0b7

Please sign in to comment.