We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667b1c1 commit d6a578aCopy full SHA for d6a578a
pkg/pillar/cas/cas.go
@@ -10,6 +10,8 @@ import (
10
"github.com/lf-edge/eve/pkg/pillar/types"
11
)
12
13
+// Hello World!
14
+
15
// BlobInfo holds the info of a blob present in CAS's blob store
16
type BlobInfo struct {
17
// Digest to identify the blob uniquely. The format will/should be <algo>:<hash> (currently supporting only sha256:<hash>).
0 commit comments