package
3.0.0+incompatible
Repository: https://github.com/percona/pmm.git
Documentation: pkg.go.dev

# Functions

New creates a new dump service API client.
New creates a new dump service API client with basic auth credentials.
New creates a new dump service API client with a bearer token for authentication.
NewDeleteDumpDefault creates a DeleteDumpDefault with default headers values.
NewDeleteDumpOK creates a DeleteDumpOK with default headers values.
NewDeleteDumpParams creates a new DeleteDumpParams object, with the default timeout for this client.
NewDeleteDumpParamsWithContext creates a new DeleteDumpParams object with the ability to set a context for a request.
NewDeleteDumpParamsWithHTTPClient creates a new DeleteDumpParams object with the ability to set a custom HTTPClient for a request.
NewDeleteDumpParamsWithTimeout creates a new DeleteDumpParams object with the ability to set a timeout on a request.
NewGetDumpLogsDefault creates a GetDumpLogsDefault with default headers values.
NewGetDumpLogsOK creates a GetDumpLogsOK with default headers values.
NewGetDumpLogsParams creates a new GetDumpLogsParams object, with the default timeout for this client.
NewGetDumpLogsParamsWithContext creates a new GetDumpLogsParams object with the ability to set a context for a request.
NewGetDumpLogsParamsWithHTTPClient creates a new GetDumpLogsParams object with the ability to set a custom HTTPClient for a request.
NewGetDumpLogsParamsWithTimeout creates a new GetDumpLogsParams object with the ability to set a timeout on a request.
NewListDumpsDefault creates a ListDumpsDefault with default headers values.
NewListDumpsOK creates a ListDumpsOK with default headers values.
NewListDumpsParams creates a new ListDumpsParams object, with the default timeout for this client.
NewListDumpsParamsWithContext creates a new ListDumpsParams object with the ability to set a context for a request.
NewListDumpsParamsWithHTTPClient creates a new ListDumpsParams object with the ability to set a custom HTTPClient for a request.
NewListDumpsParamsWithTimeout creates a new ListDumpsParams object with the ability to set a timeout on a request.
NewStartDumpDefault creates a StartDumpDefault with default headers values.
NewStartDumpOK creates a StartDumpOK with default headers values.
NewStartDumpParams creates a new StartDumpParams object, with the default timeout for this client.
NewStartDumpParamsWithContext creates a new StartDumpParams object with the ability to set a context for a request.
NewStartDumpParamsWithHTTPClient creates a new StartDumpParams object with the ability to set a custom HTTPClient for a request.
NewStartDumpParamsWithTimeout creates a new StartDumpParams object with the ability to set a timeout on a request.
NewUploadDumpDefault creates a UploadDumpDefault with default headers values.
NewUploadDumpOK creates a UploadDumpOK with default headers values.
NewUploadDumpParams creates a new UploadDumpParams object, with the default timeout for this client.
NewUploadDumpParamsWithContext creates a new UploadDumpParams object with the ability to set a context for a request.
NewUploadDumpParamsWithHTTPClient creates a new UploadDumpParams object with the ability to set a custom HTTPClient for a request.
NewUploadDumpParamsWithTimeout creates a new UploadDumpParams object with the ability to set a timeout on a request.

# Constants

ListDumpsOKBodyDumpsItems0StatusDUMPSTATUSERROR captures enum value "DUMP_STATUS_ERROR".
ListDumpsOKBodyDumpsItems0StatusDUMPSTATUSINPROGRESS captures enum value "DUMP_STATUS_IN_PROGRESS".
ListDumpsOKBodyDumpsItems0StatusDUMPSTATUSSUCCESS captures enum value "DUMP_STATUS_SUCCESS".
ListDumpsOKBodyDumpsItems0StatusDUMPSTATUSUNSPECIFIED captures enum value "DUMP_STATUS_UNSPECIFIED".

# Structs

Client for dump service API */.
DeleteDumpBody delete dump body swagger:model DeleteDumpBody */.
DeleteDumpDefault describes a response with status code -1, with default header values.
DeleteDumpDefaultBody delete dump default body swagger:model DeleteDumpDefaultBody */.
DeleteDumpDefaultBodyDetailsItems0 delete dump default body details items0 swagger:model DeleteDumpDefaultBodyDetailsItems0 */.
DeleteDumpOK describes a response with status code 200, with default header values.
DeleteDumpParams contains all the parameters to send to the API endpoint for the delete dump operation.
DeleteDumpReader is a Reader for the DeleteDump structure.
GetDumpLogsDefault describes a response with status code -1, with default header values.
GetDumpLogsDefaultBody get dump logs default body swagger:model GetDumpLogsDefaultBody */.
GetDumpLogsDefaultBodyDetailsItems0 get dump logs default body details items0 swagger:model GetDumpLogsDefaultBodyDetailsItems0 */.
GetDumpLogsOK describes a response with status code 200, with default header values.
GetDumpLogsOKBody get dump logs OK body swagger:model GetDumpLogsOKBody */.
GetDumpLogsOKBodyLogsItems0 LogChunk represent one chunk of logs.
GetDumpLogsParams contains all the parameters to send to the API endpoint for the get dump logs operation.
GetDumpLogsReader is a Reader for the GetDumpLogs structure.
ListDumpsDefault describes a response with status code -1, with default header values.
ListDumpsDefaultBody list dumps default body swagger:model ListDumpsDefaultBody */.
ListDumpsDefaultBodyDetailsItems0 list dumps default body details items0 swagger:model ListDumpsDefaultBodyDetailsItems0 */.
ListDumpsOK describes a response with status code 200, with default header values.
ListDumpsOKBody list dumps OK body swagger:model ListDumpsOKBody */.
ListDumpsOKBodyDumpsItems0 list dumps OK body dumps items0 swagger:model ListDumpsOKBodyDumpsItems0 */.
ListDumpsParams contains all the parameters to send to the API endpoint for the list dumps operation.
ListDumpsReader is a Reader for the ListDumps structure.
StartDumpBody start dump body swagger:model StartDumpBody */.
StartDumpDefault describes a response with status code -1, with default header values.
StartDumpDefaultBody start dump default body swagger:model StartDumpDefaultBody */.
StartDumpDefaultBodyDetailsItems0 start dump default body details items0 swagger:model StartDumpDefaultBodyDetailsItems0 */.
StartDumpOK describes a response with status code 200, with default header values.
StartDumpOKBody start dump OK body swagger:model StartDumpOKBody */.
StartDumpParams contains all the parameters to send to the API endpoint for the start dump operation.
StartDumpReader is a Reader for the StartDump structure.
UploadDumpBody upload dump body swagger:model UploadDumpBody */.
UploadDumpDefault describes a response with status code -1, with default header values.
UploadDumpDefaultBody upload dump default body swagger:model UploadDumpDefaultBody */.
UploadDumpDefaultBodyDetailsItems0 upload dump default body details items0 swagger:model UploadDumpDefaultBodyDetailsItems0 */.
UploadDumpOK describes a response with status code 200, with default header values.
UploadDumpParams contains all the parameters to send to the API endpoint for the upload dump operation.
UploadDumpParamsBodySftpParameters upload dump params body sftp parameters swagger:model UploadDumpParamsBodySftpParameters */.
UploadDumpReader is a Reader for the UploadDump structure.

# Interfaces

ClientService is the interface for Client methods.

# Type aliases

ClientOption may be used to customize the behavior of Client methods.