package
2.0.1+incompatible
Repository: https://github.com/practical-coder/hdc.git
Documentation: pkg.go.dev
# Functions
New creates a new http check API client.
NewCreateHTTPCheckAccepted creates a CreateHTTPCheckAccepted with default headers values.
NewCreateHTTPCheckBadRequest creates a CreateHTTPCheckBadRequest with default headers values.
NewCreateHTTPCheckConflict creates a CreateHTTPCheckConflict with default headers values.
NewCreateHTTPCheckCreated creates a CreateHTTPCheckCreated with default headers values.
NewCreateHTTPCheckDefault creates a CreateHTTPCheckDefault with default headers values.
NewCreateHTTPCheckParams creates a new CreateHTTPCheckParams object, with the default timeout for this client.
NewCreateHTTPCheckParamsWithContext creates a new CreateHTTPCheckParams object with the ability to set a context for a request.
NewCreateHTTPCheckParamsWithHTTPClient creates a new CreateHTTPCheckParams object with the ability to set a custom HTTPClient for a request.
NewCreateHTTPCheckParamsWithTimeout creates a new CreateHTTPCheckParams object with the ability to set a timeout on a request.
NewDeleteHTTPCheckAccepted creates a DeleteHTTPCheckAccepted with default headers values.
NewDeleteHTTPCheckDefault creates a DeleteHTTPCheckDefault with default headers values.
NewDeleteHTTPCheckNoContent creates a DeleteHTTPCheckNoContent with default headers values.
NewDeleteHTTPCheckNotFound creates a DeleteHTTPCheckNotFound with default headers values.
NewDeleteHTTPCheckParams creates a new DeleteHTTPCheckParams object, with the default timeout for this client.
NewDeleteHTTPCheckParamsWithContext creates a new DeleteHTTPCheckParams object with the ability to set a context for a request.
NewDeleteHTTPCheckParamsWithHTTPClient creates a new DeleteHTTPCheckParams object with the ability to set a custom HTTPClient for a request.
NewDeleteHTTPCheckParamsWithTimeout creates a new DeleteHTTPCheckParams object with the ability to set a timeout on a request.
NewGetHTTPCheckDefault creates a GetHTTPCheckDefault with default headers values.
NewGetHTTPCheckNotFound creates a GetHTTPCheckNotFound with default headers values.
NewGetHTTPCheckOK creates a GetHTTPCheckOK with default headers values.
NewGetHTTPCheckParams creates a new GetHTTPCheckParams object, with the default timeout for this client.
NewGetHTTPCheckParamsWithContext creates a new GetHTTPCheckParams object with the ability to set a context for a request.
NewGetHTTPCheckParamsWithHTTPClient creates a new GetHTTPCheckParams object with the ability to set a custom HTTPClient for a request.
NewGetHTTPCheckParamsWithTimeout creates a new GetHTTPCheckParams object with the ability to set a timeout on a request.
NewGetHTTPChecksDefault creates a GetHTTPChecksDefault with default headers values.
NewGetHTTPChecksOK creates a GetHTTPChecksOK with default headers values.
NewGetHTTPChecksParams creates a new GetHTTPChecksParams object, with the default timeout for this client.
NewGetHTTPChecksParamsWithContext creates a new GetHTTPChecksParams object with the ability to set a context for a request.
NewGetHTTPChecksParamsWithHTTPClient creates a new GetHTTPChecksParams object with the ability to set a custom HTTPClient for a request.
NewGetHTTPChecksParamsWithTimeout creates a new GetHTTPChecksParams object with the ability to set a timeout on a request.
NewReplaceHTTPCheckAccepted creates a ReplaceHTTPCheckAccepted with default headers values.
NewReplaceHTTPCheckBadRequest creates a ReplaceHTTPCheckBadRequest with default headers values.
NewReplaceHTTPCheckDefault creates a ReplaceHTTPCheckDefault with default headers values.
NewReplaceHTTPCheckNotFound creates a ReplaceHTTPCheckNotFound with default headers values.
NewReplaceHTTPCheckOK creates a ReplaceHTTPCheckOK with default headers values.
NewReplaceHTTPCheckParams creates a new ReplaceHTTPCheckParams object, with the default timeout for this client.
NewReplaceHTTPCheckParamsWithContext creates a new ReplaceHTTPCheckParams object with the ability to set a context for a request.
NewReplaceHTTPCheckParamsWithHTTPClient creates a new ReplaceHTTPCheckParams object with the ability to set a custom HTTPClient for a request.
NewReplaceHTTPCheckParamsWithTimeout creates a new ReplaceHTTPCheckParams object with the ability to set a timeout on a request.
# Structs
Client for http check API
*/.
CreateHTTPCheckAccepted describes a response with status code 202, with default header values.
CreateHTTPCheckBadRequest describes a response with status code 400, with default header values.
CreateHTTPCheckConflict describes a response with status code 409, with default header values.
CreateHTTPCheckCreated describes a response with status code 201, with default header values.
CreateHTTPCheckDefault describes a response with status code -1, with default header values.
CreateHTTPCheckParams contains all the parameters to send to the API endpoint
for the create HTTP check operation.
CreateHTTPCheckReader is a Reader for the CreateHTTPCheck structure.
DeleteHTTPCheckAccepted describes a response with status code 202, with default header values.
DeleteHTTPCheckDefault describes a response with status code -1, with default header values.
DeleteHTTPCheckNoContent describes a response with status code 204, with default header values.
DeleteHTTPCheckNotFound describes a response with status code 404, with default header values.
DeleteHTTPCheckParams contains all the parameters to send to the API endpoint
for the delete HTTP check operation.
DeleteHTTPCheckReader is a Reader for the DeleteHTTPCheck structure.
GetHTTPCheckDefault describes a response with status code -1, with default header values.
GetHTTPCheckNotFound describes a response with status code 404, with default header values.
GetHTTPCheckOK describes a response with status code 200, with default header values.
GetHTTPCheckOKBody get HTTP check o k body
swagger:model GetHTTPCheckOKBody
*/.
GetHTTPCheckParams contains all the parameters to send to the API endpoint
for the get HTTP check operation.
GetHTTPCheckReader is a Reader for the GetHTTPCheck structure.
GetHTTPChecksDefault describes a response with status code -1, with default header values.
GetHTTPChecksOK describes a response with status code 200, with default header values.
GetHTTPChecksOKBody get HTTP checks o k body
swagger:model GetHTTPChecksOKBody
*/.
GetHTTPChecksParams contains all the parameters to send to the API endpoint
for the get HTTP checks operation.
GetHTTPChecksReader is a Reader for the GetHTTPChecks structure.
ReplaceHTTPCheckAccepted describes a response with status code 202, with default header values.
ReplaceHTTPCheckBadRequest describes a response with status code 400, with default header values.
ReplaceHTTPCheckDefault describes a response with status code -1, with default header values.
ReplaceHTTPCheckNotFound describes a response with status code 404, with default header values.
ReplaceHTTPCheckOK describes a response with status code 200, with default header values.
ReplaceHTTPCheckParams contains all the parameters to send to the API endpoint
for the replace HTTP check operation.
ReplaceHTTPCheckReader is a Reader for the ReplaceHTTPCheck structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.