# Functions

EnumString retrieves an enum value from the enum constants string name.
EnumStrings returns a slice of all String values of the enum.
EnumValues returns all values of the enum.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

go:generate go run github.com/dmarkham/enumer@latest -type=Enum -values --transform=snake -trimprefix=Enum -json.