package
0.1.3
Repository: https://github.com/marusama/go-enum.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Mapify returns a map that is all of the indexes for a string value lookup.
NewGenerator is a constructor method for creating a new Generator with default templates loaded.
Stringify returns a string that is all of the enum value names concatenated without a separator.
Unmapify returns a map that is all of the indexes for a string value lookup.

# Structs

Enum holds data for a discovered enum in the parsed source.
EnumValue holds the individual data for each enum value within the found enum.
Generator is responsible for generating validation files for the given in a go source file.