Skip to content

Commit 217dca0

Browse files
authored
Update AbstractDataEntries.jl
1 parent 45e0c92 commit 217dca0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DataBlobs/entities/AbstractDataEntries.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ General Data Store Entry.
2222
"""
2323
@Base.kwdef struct BlobStoreEntry <: AbstractDataEntry
2424
id::Union{UUID, Nothing}=nothing
25+
blobId::Union{UUID, Nothing}=nothing
26+
originId::UUID
2527
label::Symbol
2628
blobstore::Symbol
2729
hash::String # Probably https://docs.julialang.org/en/v1/stdlib/SHA

0 commit comments

Comments
 (0)