package
0.0.0-20220502163732-e4a7bd5aa8de
Repository: https://github.com/benbraunstein/haftr-alumni-golang.git
Documentation: pkg.go.dev

# Functions

GenFromString returns a uuid from string.
GenV4 returns v4 UUID.
IsValidUUID checks if a given string is a valid v4 UUID.

# Type aliases

FromStringFunc creates a valid uuid V4 from a string.
GenV4Func generates a v4 UUID string.
V4 is a type representing a v4 UUID string.