package
0.0.0-20201215110546-04adac5990ce
Repository: https://github.com/cebrains/jupiter.git
Documentation: pkg.go.dev

# Functions

Decode decode interface into struct.
StringToDate casts an empty interface to a time.Time.
ToBool casts an empty interface to bool ignoring error.
ToBoolE casts an empty interface to a bool.
ToDuration casts an empty interface to duration ignoring error.
ToDurationE casts an empty interface to time.Duration.
ToFloat64 casts an empty interface to float64 ignoring error.
ToFloat64E casts an empty interface to a float64.
ToInt casts an empty interface to int ignoring error.
ToInt64 casts an empty interface to int64 ignoring error.
ToInt64E casts an empty interface to an int64.
ToIntE casts an empty interface to an int.
ToIntSlice casts an empty interface to []int ignoring error.
ToIntSliceE casts an empty interface to a []int.
ToSlice casts an empty interface []interface ignoring error.
ToSliceE casts an empty interface to a []interface{}.
ToSliceStringMap casts an empty interface to []map[string]interface{} ignoring error.
ToSliceStringMapE casts an empty interface to a []interface{}.
ToString casts an empty interface to string ignoring error.
ToStringE casts an empty interface to a string.
ToStringMap casts an empty interface to string map ignoring error.
ToStringMapBool casts an empty interface to map[string]bool ignoring error.
ToStringMapBoolE casts an empty interface to a map[string]bool.
ToStringMapE casts an empty interface to a map[string]interface{}.
ToStringMapString casts an empty interface to map[string]string ignoring error.
ToStringMapStringE casts an empty interface to a stringmap.
ToStringMapStringSlice casts an empty interface to map[string][]string ignoring error.
ToStringMapStringSliceE cast an empty interface to a string array map.
ToStringSlice casts an empty interface to []string ignoring error.
ToStringSliceE casts an empty interface to a []string.
ToTime casts an empty interface to time ignoring error.
ToTimeE casts an empty interface to time.Time.

# Variables

ErrNotPointer pinter val.
ErrUnaddressable unaddressable val.