Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Sep 8, 2024
1 parent 5fdc926 commit 0be2872
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/src/services/lakefs/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,3 @@ pub(super) struct Pagination {
pub next_offset: String,
pub results: u64,
}

#[derive(Deserialize, Eq, PartialEq, Debug)]
pub(super) struct PhysicalAddressForStagingArea {
pub physical_address: String,
pub presigned_url: String,
pub presigned_url_expiry: i64,
}

0 comments on commit 0be2872

Please sign in to comment.