Page MenuHomePhabricator

[services-lib] Add BlobInfo utility type
ClosedPublic

Authored by bartek on Aug 10 2023, 3:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 9, 11:43 PM
Unknown Object (File)
Sat, May 4, 2:42 PM
Unknown Object (File)
Sat, May 4, 2:42 PM
Unknown Object (File)
Sat, May 4, 2:42 PM
Unknown Object (File)
Sat, May 4, 1:12 PM
Unknown Object (File)
Sat, May 4, 1:12 PM
Unknown Object (File)
Sat, May 4, 1:12 PM
Unknown Object (File)
Sat, May 4, 1:11 PM
Subscribers

Details

Summary

Adds a type that represents the information of an owned blob. This is useful for storing the blob reference in DDB

Depends on D8777, D8790

Test Plan

Tested later with real usage.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Aug 11 2023, 2:27 AM
michal added inline comments.
services/comm-services-lib/src/blob/types.rs
17–18 ↗(On Diff #29834)

Nit: maybe add constants for these two values?

This revision is now accepted and ready to land.Aug 11 2023, 4:14 AM
This revision was automatically updated to reflect the committed changes.