Skip to content

Commit

Permalink
feat(unftp-sbe): add derives for OpendalMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Miao committed Jun 28, 2024
1 parent 05d6b84 commit a2a96d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrations/unftp-sbe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ impl OpendalStorage {
}

/// A wrapper around [`opendal::Metadata`] to implement [`libunftp::storage::Metadata`].
#[derive(Debug, Clone, Eq, PartialEq)]
pub struct OpendalMetadata(opendal::Metadata);

impl storage::Metadata for OpendalMetadata {
Expand Down

0 comments on commit a2a96d8

Please sign in to comment.