Skip to content

Commit

Permalink
Delete dummy structs.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Sep 10, 2024
1 parent 794bea9 commit a10ca49
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions deepwell/src/services/file/structs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@ pub struct UploadFileEdit {

pub type UploadFileEditOutput = CreateFileRevisionOutput;

#[derive(Deserialize, Debug, Clone)]
pub struct FinishUploadFileEdit {}

#[derive(Serialize, Debug, Clone)]
pub struct FinishUploadFileEditOutput {
// TODO
}

#[derive(Deserialize, Debug, Clone)]
pub struct GetFile<'a> {
pub site_id: i64,
Expand Down

0 comments on commit a10ca49

Please sign in to comment.