Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Size represents number of bytes in a UUID Size = 16 // UExample is a example of a string UUID UExample = "01234567-89AB-CDEF-0123-456789ABCDEF" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UUID ¶
UUID represents a unique identifier.
func (*UUID) MarshalJSON ¶
MarshalJSON implements the marshaller interface. This allows us to actually read and edit the json file
func (*UUID) UnmarshalJSON ¶
UnmarshalJSON implements the unmarshaller interface. This allows us to actually read and edit the json file
Click to show internal directories.
Click to hide internal directories.