We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4920659 commit 29af293Copy full SHA for 29af293
crates/file_storage/src/lib.rs
@@ -14,7 +14,6 @@ use headers::{
14
ContentRange,
15
ContentType,
16
};
17
-use model::file_storage::types::StorageUuid;
18
use storage::Storage;
19
20
mod core;
@@ -48,10 +47,3 @@ pub struct TransactionalFileStorage<RT: Runtime> {
48
47
storage: Arc<dyn Storage>,
49
convex_origin: ConvexOrigin,
50
}
51
-
52
-pub struct FileMetadata {
53
- pub storage_id: StorageUuid,
54
- pub sha256: Sha256Digest,
55
- pub size: i64,
56
- pub content_type: Option<String>,
57
-}
0 commit comments