Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type Iter ¶
type Iter struct {
// contains filtered or unexported fields
}
Iter allows the caller to iterate through a list of values while automatically fetching new pages worth of values from the API.
func (*Iter) Err ¶
If Next() returned false because an error was encountered while fetching the next value Err() will return that error. A caller should always check Err() after Next() returns false.
Click to show internal directories.
Click to hide internal directories.