Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TODO make this less fragile by guaranteeing unique values Unknown = Binary(iota) ContentLength = Binary('C') Sigil = Binary('S') Blob = Binary('A') RepoPubKey = Binary('P') RepoSig = Binary('q') Description = Binary('B') Tag = Binary('E') Genre = Binary('G') ObjectId = Binary('K') Comment = Binary('k') Tai = Binary('T') Type = Binary('t') References = Binary('R') ReferenceAliases = Binary('r') BlobReferences = Binary('b') // TODO rename to match purposes SigParentMetadataParentObjectId = Binary('M') DigestMetadataParentObjectId = Binary('s') DigestMetadataWithoutTai = Binary('n') // TODO move to key-values DigestMetadata = Binary('m') ExternalObjectId = Binary('e') Field = Binary('F') CacheDormant = Binary('a') CacheTagImplicit = Binary('I') CacheTags = Binary('x') CacheTags2 = Binary('y') )
Variables ¶
View Source
var ErrInvalid = newPkgError("invalid key")
Functions ¶
This section is empty.
Types ¶
Source Files
¶
- binary_string.go
- errors.go
- main.go
Click to show internal directories.
Click to hide internal directories.