//
pkg.gl
Category
github.com/Djarvur/go-silly-enum
internal
extractor
package
0.0.0-20241205201739-6c6fd4cf1c50
Repository:
https://github.com/djarvur/go-silly-enum.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
1
Files
178 SLOC
#
Functions
Extract
Extract the enum constants relative records.
ForEach
ForEach is going through the packages calling extract function for each declaration found and combining the records extracted per package using the merge function.
#
Structs
Enum
Enum describes the enum type.
Package
Package describes the package enum was found.
#
Interfaces
StringMatcher
StringMatcher is a regexp compatible matcher.