Documentation ¶
Index ¶
- type Client
- func (c *Client) Delete(endpoint string) (*http.Response, error)
- func (c *Client) Do(method, endpoint string, payload *bytes.Buffer) (*http.Response, error)
- func (c *Client) DownloadArtifact(url string, dest *os.File) error
- func (c *Client) Get(endpoint string) (*http.Response, error)
- func (c *Client) Post(endpoint string, jsonpayload *bytes.Buffer) (*http.Response, error)
- func (c *Client) Put(endpoint string, jsonpayload *bytes.Buffer) (*http.Response, error)
- func (c *Client) PutOnly(endpoint string) (*http.Response, error)
- type Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.