# Functions
No description provided by the author
TypeString retrieves an enum value from the enum constants string name.
TypeStrings returns a slice of all String values of the enum.
TypeValues returns all values of the enum.
# Type aliases
go:generate enumer -type=Type -text -transform=snake -output=./stats_type.go.