# Functions
FuncPostCallback returns an interface to a function that calls 'callback' after calling 'fnc'.
FuncPreCallback returns an interface to a function that calls 'callback' before calling 'fnc'.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
BoolType is the reflect.Type of bool.
Float32Type is the reflect.Type of float32.
Float64Type is the reflect.Type of float64.
Int16Type is the reflect.Type of int16.
Int32Type is the reflect.Type of int32.
Int64Type is the reflect.Type of int64.
Int8Type is the reflect.Type of int8.
IntType is the reflect.Type of int.
StringMapType is the reflect.Type of map[string]string.
StringSliceType is the reflect.Type of []string.
StringType is the reflect.Type of string.
TimeDurationType is the reflect.Type of time.Duration.
Uint16Type is the reflect.Type of uint16.
Uint32Type is the reflect.Type of uint32.
Uint64Type is the reflect.Type of uint64.
Uint8Type is the reflect.Type of uint8.
UintType is the reflect.Type of uint.
# Type aliases
No description provided by the author