# Functions
New creates a new system API client.
NewHealthInternalServerError creates a HealthInternalServerError with default headers values.
NewHealthOK creates a HealthOK with default headers values.
NewHealthParams creates a new HealthParams object, with the default timeout for this client.
NewHealthParamsWithContext creates a new HealthParams object with the ability to set a context for a request.
NewHealthParamsWithHTTPClient creates a new HealthParams object with the ability to set a custom HTTPClient for a request.
NewHealthParamsWithTimeout creates a new HealthParams object with the ability to set a timeout on a request.
# Structs
Client for system API
*/.
HealthInternalServerError describes a response with status code 500, with default header values.
HealthInternalServerErrorBody health internal server error body
swagger:model HealthInternalServerErrorBody
*/.
HealthOK describes a response with status code 200, with default header values.
HealthOKBody health o k body
swagger:model HealthOKBody
*/.
HealthParams contains all the parameters to send to the API endpoint
for the health operation.
HealthReader is a Reader for the Health structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.