package
0.0.0-20200320214449-3ac20e90d62a
Repository: https://github.com/pergamene/project-spiderweb-service.git
Documentation: pkg.go.dev

# Functions

CheckProposedGUID validates that a proposedGUID conforms to the standard pattern of "<prefix>_<alphanmeric string>" of length.
GenerateGUID generates a pseudorandom guid with a set prefix and length, unrelated to the timestamp.

# Constants

MaxGUIDRetryAttempts represents a reasonable number of attempts to generate a unique guid.

# Variables

ErrMaxGUIDRetryAttempts is the err if the maximum number of attempts on generating a unique guid as been reached.