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
}
Client is an download service client which can be used to make requests to the server. It extends the generic healthcheck Client structure.
func NewAPIClient ¶
NewAPIClient creates a new instance of DownloadServiceAPI Client with a given download service url
func NewWithHealthClient ¶
func NewWithHealthClient(hcCli *healthcheck.Client, serviceAuthToken string) *Client
NewWithHealthClient creates a new instance of DownloadServiceAPI Client, reusing the URL and Clienter from the provided healthcheck client.
type Response ¶
type Response struct {
Content io.ReadCloser
}
Click to show internal directories.
Click to hide internal directories.