Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomUUID ¶
type CustomUUID struct {
// contains filtered or unexported fields
}
func NewCustomUUID ¶
func NewCustomUUID(opts ...Option) *CustomUUID
func (*CustomUUID) New ¶
func (c *CustomUUID) New() [16]byte
func (*CustomUUID) New32UUID ¶
func (c *CustomUUID) New32UUID() uint32
func (*CustomUUID) New64UUID ¶
func (c *CustomUUID) New64UUID() uint64
func (*CustomUUID) NewStringUUID ¶
func (c *CustomUUID) NewStringUUID() string
NewStringUUID will return rfc 2141 uuid
func (*CustomUUID) ParseFromByte ¶
func (c *CustomUUID) ParseFromByte(bytes []byte) string
Click to show internal directories.
Click to hide internal directories.