Versions in this module Expand all Collapse all v0 v0.7.1 Jul 25, 2023 v0.7.0 Jul 20, 2023 Changes in this version + var ValidatorFactory = new(VFactory) + func AppendToMap(gmap map[string]interface{}, mp map[string]string) + func ConfigAs(mapping map[string]any, key string) T + func Contains(mp map[K]V, keys ...K) bool + func ContainsString(s []string, v string) bool + func ConvertToStringMap(inputs map[string]interface{}) (map[string]string, error) + func CronIntervalValidator(val interface{}, _ string) error + func FromEnumProto(typeProto, enumName string) string + func IsPathOccupied(path string) (bool, error) + func IsTerminal(f *os.File) bool + func MapToList(inputMap map[string]V) []V + func MergeAnyMaps(maps ...map[string]interface{}) map[string]interface + func MergeMaps(maps ...map[string]string) map[string]string + func ToEnumProto(modelType, enumName string) string + func ValidateCronInterval(val interface{}) error + func WriteStringToFileIndexed() func(filePath, data string, writer io.Writer) error + type VFactory struct + func (*VFactory) NewFromRegex(re, message string) survey.Validator