Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UUID ¶
type UUID [16]byte
UUID (universally unique identifier) is a 128-bit number used to identify information in computer systems as defined in RFC 4122.
func (UUID) MarshalText ¶
MarshalText implements encoding.TextMarshaler.
func (UUID) String ¶
String returns uuid string representation "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" or "" if uuid is invalid.
func (*UUID) UnmarshalText ¶
UnmarshalText implements encoding.TextUnmarshaler.
Click to show internal directories.
Click to hide internal directories.