Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(key string, value interface{}) wrapper.CallWrapper
Add adds the query param key and value. It replaces any existing values.
func AddMap ¶
func AddMap(params map[string]interface{}) wrapper.CallWrapper
AddMap adds a map of query params by key-value pair.
func Set ¶
func Set(key string, value interface{}) wrapper.CallWrapper
Set sets the query param key and value. It replaces any existing values.
func SetMap ¶
func SetMap(params map[string]interface{}) wrapper.CallWrapper
SetMap sets a map of query params by key-value pair.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.