Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identifier ¶
type Identifier []byte
Identifier format: [IDRegistry (4 bytes), IDType (1 byte), ObjectVersion, ID]
func (Identifier) CloneBytes ¶
func (id Identifier) CloneBytes() []byte
func (*Identifier) IDFromStringBase32 ¶
func (id *Identifier) IDFromStringBase32(data string) error
func (Identifier) IDtoStringBase32 ¶
func (id Identifier) IDtoStringBase32() string
func (Identifier) IsValid ¶
func (id Identifier) IsValid(additionalVerifier func(Identifier, IdentifierFormat) error, format IdentifierFormat) error
Click to show internal directories.
Click to hide internal directories.