Versions in this module Expand all Collapse all v4 v4.0.2 Jul 25, 2022 v4.0.1 Jul 25, 2022 Changes in this version + var ErrTypeAssert = errors.New("type assert error") + func BoolP(b bool) *bool + func CamelCase(fieldName string, initCase bool) string + func CheckOrCreateWritableDirectory(dirname string) (string, error) + func CreateTempDir(config string, createFile bool, extension ...string) (dirname, file string, err error) + func CreateTypeAssertError(msg string) error + func DashCase(fieldName string) string + func GetObjByField(l []interface{}, identifier string, value string) interface + func GetServerAdminState(state string) (string, error) + func Int64P(i int) *int64 + func IsZeroValue(v reflect.Value) bool + func ObjInArray(value string, y []interface{}, identifier string) bool + func ParseSize(size string) *int64 + func ParseTimeout(tOut string) *int64 + func ParseTimeoutDefaultSeconds(tOut string) *int64 + func RandomString(n int) string + func SanitizeFilename(name string) string + func SnakeCase(fieldName string) string + func StringInSlice(a string, list []string) bool + func StringP(s string) *string + type Bits uint64 + const B0 + const B1 + const B2 + const B3 + const B4 + const B5 + const B6 + const B7 + func (b *Bits) Any(flags ...Bits) bool Other modules containing this package github.com/theunknownport/client-native