Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IUuidGenerator ¶
type IUuidGenerator interface { New() [16]byte New32UUID() uint32 New64UUID() uint64 NewStringUUID() string ParseFromByte([]byte) string }
func NewRFC4122UUID ¶ added in v0.5.3
func NewRFC4122UUID() IUuidGenerator
Click to show internal directories.
Click to hide internal directories.