//
pkg.gl
Category
github.com/stealthycoder/distribution
uuid
package
0.0.0-20240122153004-13bcfc5aacc5
Repository:
https://github.com/stealthycoder/distribution.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
108 SLOC
#
Functions
Generate
Generate creates a new, version 4 uuid.
Parse
Parse attempts to extract a uuid from the string or returns an error.
#
Constants
Bits
Bits is the number of bits in a UUID.
Size
Size is the number of bytes in a UUID.
#
Variables
ErrUUIDInvalid
ErrUUIDInvalid indicates a parsed string is not a valid uuid.
Loggerf
Loggerf can be used to override the default logging destination.
#
Type aliases
UUID
UUID represents a UUID value.