Versions in this module Expand all Collapse all v0 v0.1.0 Feb 14, 2022 Changes in this version + const UnknownVariableValue + func BoolMap(src map[string]bool) map[string]*bool + func BoolPtr(v bool) *bool + func BoolSlice(src []bool) []*bool + func BoolValue(v *bool) bool + func BoolValueMap(src map[string]*bool) map[string]bool + func BoolValueSlice(src []*bool) []bool + func ConvertMapString(o map[string]interface{}) map[string]string + func DebugRequest(req *http.Request) + func DebugResponse(res *http.Response) + func Expand(m map[string]string, key string) interface + func Float64Map(src map[string]float64) map[string]*float64 + func Float64Ptr(v float64) *float64 + func Float64Slice(src []float64) []*float64 + func Float64Value(v *float64) float64 + func Float64ValueMap(src map[string]*float64) map[string]float64 + func Float64ValueSlice(src []*float64) []float64 + func GenUUID() string + func Int64Map(src map[string]int64) map[string]*int64 + func Int64Ptr(v int64) *int64 + func Int64Slice(src []int64) []*int64 + func Int64Value(v *int64) int64 + func Int64ValueMap(src map[string]*int64) map[string]int64 + func Int64ValueSlice(src []*int64) []int64 + func IntMap(src map[string]int) map[string]*int + func IntPtr(v int) *int + func IntSlice(src []int) []*int + func IntValue(v *int) int + func IntValueMap(src map[string]*int) map[string]int + func IntValueSlice(src []*int) []int + func MillisecondsTimeValue(v *int64) time.Time + func PrintToJSON(v interface{}, msg string) + func SecondsTimeValue(v *int64) time.Time + func StringLowerCaseValidateFunc(val interface{}, key string) (warns []string, errs []error) + func StringMap(src map[string]string) map[string]*string + func StringPtr(v string) *string + func StringSlice(src []string) []*string + func StringValue(v *string) string + func StringValueMap(src map[string]*string) map[string]string + func StringValueSlice(src []*string) []string + func Time(v time.Time) *time.Time + func TimeMap(src map[string]time.Time) map[string]*time.Time + func TimeSlice(src []time.Time) []*time.Time + func TimeUnixMilli(t time.Time) int64 + func TimeValue(v *time.Time) time.Time + func TimeValueMap(src map[string]*time.Time) map[string]time.Time + func TimeValueSlice(src []*time.Time) []time.Time + func ToJSONString(v interface{}) string