Skip to content

Commit 0e8f13b

Browse files
committed
Sorting out blob and data naming
1 parent 971b70f commit 0e8f13b

File tree

10 files changed

+569
-558
lines changed

10 files changed

+569
-558
lines changed

attic/DataBlobs/FileDataEntryBlob.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ end
7272
function addData!(::Type{BlobEntry}, dfg::AbstractDFG, label::Symbol, key::Symbol, folder::String, blob::Vector{UInt8}, timestamp=now(localzone());
7373
id::UUID = uuid4(), hashfunction = sha256)
7474
fde = BlobEntry(key, id, folder, bytes2hex(hashfunction(blob)), timestamp)
75-
de = addDataEntry!(dfg, label, fde)
75+
de = addBlobEntry!(dfg, label, fde)
7676
db = addBlob!(dfg, fde, blob)
7777
return de=>db
7878
end

src/DataBlobs/DataBlobs.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ using SHA
44
include("entities/BlobEntry.jl")
55
include("entities/BlobStores.jl")
66

7-
include("services/AbstractBlobEntries.jl")
87
include("services/BlobEntry.jl")
98
include("services/BlobStores.jl")
10-
include("services/Blob.jl")
9+
include("services/HelpersDataWrapEntryBlob.jl")
1110

1211
# include("services/InMemoryStore.jl")
1312

src/DataBlobs/services/AbstractBlobEntries.jl

Lines changed: 0 additions & 356 deletions
This file was deleted.

0 commit comments

Comments
 (0)