Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UUID ¶
func New ¶
New makes a new UUID interface; if input len is 0, executed like uuid.New(), then it will generate a random uuid; if input len is 16, like uuid.New([16]byte{}...), then it will directly use the 16 bytes as the uuid; if input len is something other than 0 or 16, then the input seeds a new psudo-random uuid.
func StringtoUUID ¶
Click to show internal directories.
Click to hide internal directories.