UUID Data structure of UUID
type UUID struct { Bytes []byte String string }
func FromBytes(uuidBytes []byte) (*UUID, error)
FromBytes Converts []byte to UUID struct
func FromString(uuidString string) (*UUID, error)
FromString Converts string to UUID struct
func New() (*UUID, error)
New Creates a new UUID struct
func (uuid *UUID) Clear()
Clear Resets internal values of UUID struct