# Functions
AppModeString retrieves an enum value from the enum constants string name.
AppModeStrings returns a slice of all String values of the enum.
AppModeValues returns all values of the enum.
No description provided by the author
# Type aliases
go:generate go run github.com/dmarkham/enumer -type=AppMode -json.