Versions in this module Expand all Collapse all v1 v1.1.0 May 26, 2023 v1.0.0 May 26, 2023 Changes in this version + func Contains(collection []string, key string) bool + func Convert(src, target interface{}) error + func ConvertByJSON(src, target interface{}) error + func ConvertKeysToStrings(item interface{}) interface + func CopyMap(m map[string]string) map[string]string + func CopySlice(s []string) []string + func DurationStrToSecondsInt(s string) *int + func FilterString(data map[string][]string) string + func FilterStringSet(s map[string]bool, f func(x string) bool) map[string]bool + func Merge(coll1, coll2 []string) []string + type InParallel struct + func (i *InParallel) Add(task func() error) + func (i *InParallel) Wait() error