# Functions
Bool returns a pointer to the bool value provided.
Float converts the float value provided to a datatypes.Float64 value, and returns a pointer to it.
Get returns the value of p, either p itself, or, if p is a pointer, the value that p points to.
GetOk returns the value of p, either p itself, or, if p is a pointer, the value that p points to.
Grab returns the value specified by the path given, starting from the struct s.
GrabOk returns the value specified by the path given, starting from the struct s.
Int returns a pointer to the int value provided.
String returns a pointer to the string value provided.
Time converts the time.Time value provided to a datatypes.Time value, and returns a pointer to it.
Uint returns a pointer to the uint value provided.
# Structs
Error contains detailed information about an API error, which can be useful for debugging, or when finer error handling is required than just the mere presence or absence of an error.
Options contains the individual query parameters that can be applied to a request.
No description provided by the author