package
0.0.0-20201105063637-5613f3b8169f
Repository: https://github.com/appscode/go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Bool returns the value of the bool pointer passed in or false if the pointer is nil.
BoolMap converts a string map of bool pointers into a string map of bool values.
BoolP returns a pointer to the bool value passed in.
BoolPMap converts a string map of bool values into a string map of bool pointers.
BoolPSlice converts a slice of bool values into a slice of bool pointers.
BoolSlice converts a slice of bool pointers into a slice of bool values.
FalseP returns a pointer to `false` boolean value.
Float64 returns the value of the float64 pointer passed in or 0 if the pointer is nil.
Float64Map converts a string map of float64 pointers into a string map of float64 values.
Float64P returns a pointer to the float64 value passed in.
Float64PMap converts a string map of float64 values into a string map of float64 pointers.
Float64PSlice converts a slice of float64 values into a slice of float64 pointers.
Float64Slice converts a slice of float64 pointers into a slice of float64 values.
Int returns the value of the int pointer passed in or 0 if the pointer is nil.
Int32 returns the value of the int32 pointer passed in or 0 if the pointer is nil.
Int32Map converts a string map of int32 pointers into a string map of int32 values.
Int32P returns a pointer to the int32 value passed in.
Int32PMap converts a string map of int32 values into a string map of int32 pointers.
Int32PSlice converts a slice of int32 values into a slice of int32 pointers.
Int32Slice converts a slice of int32 pointers into a slice of int32 values.
Int64 returns the value of the int64 pointer passed in or 0 if the pointer is nil.
Int64Map converts a string map of int64 pointers into a string map of int64 values.
Int64P returns a pointer to the int64 value passed in.
Int64PMap converts a string map of int64 values into a string map of int64 pointers.
Int64PSlice converts a slice of int64 values into a slice of int64 pointers.
Int64Slice converts a slice of int64 pointers into a slice of int64 values.
IntMap converts a string map of int pointers into a string map of int values.
IntP returns a pointer to the int value passed in.
IntPMap converts a string map of int values into a string map of int pointers.
IntPSlice converts a slice of int values into a slice of int pointers.
IntSlice converts a slice of int pointers into a slice of int values.
String returns the value of the string pointer passed in or "" if the pointer is nil.
StringMap converts a string map of string pointers into a string map of string values.
StringP returns a pointer to the string value passed in.
StringPMap converts a string map of string values into a string map of string pointers.
StringPSlice converts a slice of string values into a slice of string pointers.
StringSlice converts a slice of string pointers into a slice of string values.
Time returns the value of the time.Time pointer passed in or time.Time{} if the pointer is nil.
TimeMap converts a string map of time.Time pointers into a string map of time.Time values.
TimeP returns a pointer to the time.Time value passed in.
TimePMap converts a string map of time.Time values into a string map of time.Time pointers.
TimePSlice converts a slice of time.Time values into a slice of time.Time pointers.
TimeSlice converts a slice of time.Time pointers into a slice of time.Time values.
TimeUnixMilli returns a Unix timestamp in milliseconds from "January 1, 1970 UTC".
FalseP returns a pointer to `true` boolean value.
UInt returns the value of the uint pointer passed in or 0 if the pointer is nil.
UIntMap converts a string map of uint pointers into a string map of uint values.
UIntP returns a pointer to the uint value passed in.
UIntPMap converts a string map of uint values into a string map of uint pointers.
UIntPSlice converts a slice of uint values into a slice of uint pointers.
UIntSlice converts a slice of uint pointers into a slice of uint values.