Documentation
¶
Overview ¶
Package requester defines everything that is common to all requesters, such as the Fn function. It also defines the Values type that is used by the clients and servers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fn ¶
Fn defines the function that executes a request. It receives the *Values input, and returns the *Values output.
type Values ¶
type Values map[string]interface{}
Values defines a map of values.
func NewValuesFromMap ¶
NewValuesFromMap creates a set of values based on the provided map.
Click to show internal directories.
Click to hide internal directories.