Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UUID ¶
type UUID [16]byte
UUID represents a Universal Unique Identifier as an array containing 16 bytes
func ParseBytes ¶
ParseBytes parses a byte slice and returns the contained BINARY UUID or an error
func (UUID) IsEmpty ¶
IsEmpty returns if the UUID contains only zeros and is therefore empty and invalid
func (UUID) MarshalBinary ¶
MarshalBinary provides encoding.BinaryMarshaler
func (UUID) MarshalText ¶
MarshalText provides encoding.TextMarshaler
func (*UUID) UnmarshalBinary ¶
UnmarshalBinary provides encoding.BinaryUnmarshaler
func (*UUID) UnmarshalText ¶
UnmarshalText provides encoding.TextUnmarshaler
Click to show internal directories.
Click to hide internal directories.