github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/sys/blobber/types.go (about) 1 /* 2 * Copyright (c) 2024-present unTill Software Development Group B.V. 3 * @author Denis Gribanov 4 */ 5 6 package blobber 7 8 import ( 9 "github.com/voedger/voedger/pkg/istructs" 10 coreutils "github.com/voedger/voedger/pkg/utils" 11 ) 12 13 type StoredBLOB struct { 14 coreutils.BLOB 15 RecordID istructs.RecordID 16 }