Documentation
¶
Index ¶
Constants ¶
View Source
const ( Unknown = Binary(iota) ContentLength = 'C' Sigil = 'S' Blob = 'A' Description = 'B' Tag = 'E' Genre = 'G' ObjectId = 'K' Comment = 'k' Tai = 'T' Type = 't' ShaParentMetadataParentObjectId = 'M' ShaMetadataParentObjectId = 's' ShaMetadataWithoutTai = 'n' ShaMetadata = 'm' CacheParentTai = 'p' CacheDormant = 'a' CacheTagImplicit = 'I' CacheTagExpanded = 'e' CacheTags = 'x' CacheTags2 = 'y' )
View Source
const ( ShaKeySelfMetadata = "SelbstMetadatei" ShaKeySelfMetadataWithouTai = "SelbstMetadateiMutterSansTai" ShaKeySelfMetadataObjectIdParent = "SelbstMetadateiKennungMutter" ShaKeyParentMetadataObjectIdParent = "MutterMetadateiKennungMutter" ShaKeySelf = "MetadateiTai" ShaKeyParent = "MutterMetadateiMutterTai" )
Variables ¶
View Source
var ( KeySigil = catgut.MakeFromString("Sigil") KeyTai = catgut.MakeFromString("Tai") KeySha = catgut.MakeFromString("zzSha") KeyBlob = catgut.MakeFromString("Blob") KeyDescription = catgut.MakeFromString("Description") KeyTag = catgut.MakeFromString("Tag") KeyGenre = catgut.MakeFromString("Genre") KeyObjectId = catgut.MakeFromString("ObjectId") KeyComment = catgut.MakeFromString("Comment") KeyType = catgut.MakeFromString("Type") )
View Source
var ErrInvalid = errors.New("invalid key")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.