package
1.24.0
Repository: https://github.com/elastic/cloud-sdk-go.git
Documentation: pkg.go.dev

# Functions

New creates a new comments API client.
NewCreateCommentConflict creates a CreateCommentConflict with default headers values.
NewCreateCommentCreated creates a CreateCommentCreated with default headers values.
NewCreateCommentNotFound creates a CreateCommentNotFound with default headers values.
NewCreateCommentParams creates a new CreateCommentParams object, with the default timeout for this client.
NewCreateCommentParamsWithContext creates a new CreateCommentParams object with the ability to set a context for a request.
NewCreateCommentParamsWithHTTPClient creates a new CreateCommentParams object with the ability to set a custom HTTPClient for a request.
NewCreateCommentParamsWithTimeout creates a new CreateCommentParams object with the ability to set a timeout on a request.
NewCreateCommentUnauthorized creates a CreateCommentUnauthorized with default headers values.
NewDeleteCommentConflict creates a DeleteCommentConflict with default headers values.
NewDeleteCommentNotFound creates a DeleteCommentNotFound with default headers values.
NewDeleteCommentOK creates a DeleteCommentOK with default headers values.
NewDeleteCommentParams creates a new DeleteCommentParams object, with the default timeout for this client.
NewDeleteCommentParamsWithContext creates a new DeleteCommentParams object with the ability to set a context for a request.
NewDeleteCommentParamsWithHTTPClient creates a new DeleteCommentParams object with the ability to set a custom HTTPClient for a request.
NewDeleteCommentParamsWithTimeout creates a new DeleteCommentParams object with the ability to set a timeout on a request.
NewDeleteCommentUnauthorized creates a DeleteCommentUnauthorized with default headers values.
NewGetCommentNotFound creates a GetCommentNotFound with default headers values.
NewGetCommentOK creates a GetCommentOK with default headers values.
NewGetCommentParams creates a new GetCommentParams object, with the default timeout for this client.
NewGetCommentParamsWithContext creates a new GetCommentParams object with the ability to set a context for a request.
NewGetCommentParamsWithHTTPClient creates a new GetCommentParams object with the ability to set a custom HTTPClient for a request.
NewGetCommentParamsWithTimeout creates a new GetCommentParams object with the ability to set a timeout on a request.
NewListCommentOK creates a ListCommentOK with default headers values.
NewListCommentParams creates a new ListCommentParams object, with the default timeout for this client.
NewListCommentParamsWithContext creates a new ListCommentParams object with the ability to set a context for a request.
NewListCommentParamsWithHTTPClient creates a new ListCommentParams object with the ability to set a custom HTTPClient for a request.
NewListCommentParamsWithTimeout creates a new ListCommentParams object with the ability to set a timeout on a request.
NewUpdateCommentConflict creates a UpdateCommentConflict with default headers values.
NewUpdateCommentNotFound creates a UpdateCommentNotFound with default headers values.
NewUpdateCommentOK creates a UpdateCommentOK with default headers values.
NewUpdateCommentParams creates a new UpdateCommentParams object, with the default timeout for this client.
NewUpdateCommentParamsWithContext creates a new UpdateCommentParams object with the ability to set a context for a request.
NewUpdateCommentParamsWithHTTPClient creates a new UpdateCommentParams object with the ability to set a custom HTTPClient for a request.
NewUpdateCommentParamsWithTimeout creates a new UpdateCommentParams object with the ability to set a timeout on a request.
NewUpdateCommentUnauthorized creates a UpdateCommentUnauthorized with default headers values.

# Structs

Client for comments API */.
CreateCommentConflict describes a response with status code 409, with default header values.
CreateCommentCreated describes a response with status code 201, with default header values.
CreateCommentNotFound describes a response with status code 404, with default header values.
CreateCommentParams contains all the parameters to send to the API endpoint for the create comment operation.
CreateCommentReader is a Reader for the CreateComment structure.
CreateCommentUnauthorized describes a response with status code 401, with default header values.
DeleteCommentConflict describes a response with status code 409, with default header values.
DeleteCommentNotFound describes a response with status code 404, with default header values.
DeleteCommentOK describes a response with status code 200, with default header values.
DeleteCommentParams contains all the parameters to send to the API endpoint for the delete comment operation.
DeleteCommentReader is a Reader for the DeleteComment structure.
DeleteCommentUnauthorized describes a response with status code 401, with default header values.
GetCommentNotFound describes a response with status code 404, with default header values.
GetCommentOK describes a response with status code 200, with default header values.
GetCommentParams contains all the parameters to send to the API endpoint for the get comment operation.
GetCommentReader is a Reader for the GetComment structure.
ListCommentOK describes a response with status code 200, with default header values.
ListCommentParams contains all the parameters to send to the API endpoint for the list comment operation.
ListCommentReader is a Reader for the ListComment structure.
UpdateCommentConflict describes a response with status code 409, with default header values.
UpdateCommentNotFound describes a response with status code 404, with default header values.
UpdateCommentOK describes a response with status code 200, with default header values.
UpdateCommentParams contains all the parameters to send to the API endpoint for the update comment operation.
UpdateCommentReader is a Reader for the UpdateComment structure.
UpdateCommentUnauthorized describes a response with status code 401, with default header values.

# Interfaces

ClientService is the interface for Client methods.

# Type aliases

ClientOption is the option for Client methods.