# Functions
Bool returns a pointer to the provided bool.
BoolPtr returns a double pointer to the provided bool.
Float64 returns a pointer to a float64.
Float64Ptr returns a pointer to a *float64.
Int returns a pointer to the provided int.
No description provided by the author
RawMessage returns a pointer to the provided json.RawMessage.
String returns a pointer to the provided string.
No description provided by the author
Time returns a pointer to the provided time.Time.
TimePtr returns a *time.Time Pointer (**time.Time) for the provided time.
Uint returns a pointer to the provided uint.