Skip to content

Commit 29af293

Browse files
nipunn1313Convex, Inc.
authored and
Convex, Inc.
committed
This FileStorageMetadata struct appears unused (#29003)
Seems to have been replaced with a Json struct. GitOrigin-RevId: 78dfd40f5111f5b0e0bf3c3d5c8cdc3fe9b50927
1 parent 4920659 commit 29af293

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

crates/file_storage/src/lib.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ use headers::{
1414
ContentRange,
1515
ContentType,
1616
};
17-
use model::file_storage::types::StorageUuid;
1817
use storage::Storage;
1918

2019
mod core;
@@ -48,10 +47,3 @@ pub struct TransactionalFileStorage<RT: Runtime> {
4847
storage: Arc<dyn Storage>,
4948
convex_origin: ConvexOrigin,
5049
}
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

Comments
 (0)