Skip to content

Commit 16443bb

Browse files
dehannGearsAD
andauthored
Apply suggestions from code review
Co-authored-by: Sam Claassens <[email protected]>
1 parent 217dca0 commit 16443bb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/DataBlobs/entities/AbstractDataEntries.jl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ export BlobStoreEntry
2121
General Data Store Entry.
2222
"""
2323
@Base.kwdef struct BlobStoreEntry <: AbstractDataEntry
24-
id::Union{UUID, Nothing}=nothing
25-
blobId::Union{UUID, Nothing}=nothing
24+
""" This is created by server-side GraphQL """
25+
id::Union{UUID, Nothing}=nothing
26+
""" This is the S3 blob ID, or the filesystem blob ID. """
27+
blobId::Union{UUID, Nothing}=nothing
28+
""" This is the ID at creation at the edge, do whatever you want with this, but make sure you populate it. """
2629
originId::UUID
2730
label::Symbol
2831
blobstore::Symbol

0 commit comments

Comments
 (0)