Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // URL returns the location of the specified endpoint URL(endpoint string) *url.URL // Do performs the interaction specified by the HTTP request Do(context.Context, *http.Request) (*http.Response, []byte, error) }
Client is used to handle interactions with the API Server.
Click to show internal directories.
Click to hide internal directories.