Versions in this module Expand all Collapse all v0 v0.5.0 Nov 21, 2024 Changes in this version + func GetBy(enumType interface{}, condition func(string) bool) interface + func GetEnumMap(enumType interface{}) map[string]interface + func GetFieldValues(enumType interface{}, fieldName string) []interface + func GetNameFieldMap(enumType interface{}, fieldName string) map[string]interface + func GetNames(enumType interface{}) []string