package
0.13.1
Repository: https://github.com/grafana/scribe.git
Documentation: pkg.go.dev

# Functions

Random returns a string of a random length using only characters in the package-level variable 'AllowedCharacters'.
Slugify removes typically illegal characters for use in identifiers.

# Variables

AllowedCharacters is the list of characters that can be used in the 'Random' function.