# Functions

Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateComplianceRequest calls the generic CreateCompliance builder with application/json body.
NewCreateComplianceRequestWithBody generates requests for CreateCompliance with any type of body.
NewDeleteAComplianceRequest generates requests for DeleteACompliance.
NewRetrieveComplianceRequest generates requests for RetrieveCompliance.
NewUpdateAComplianceRequest calls the generic UpdateACompliance builder with application/json body.
NewUpdateAComplianceRequestWithBody generates requests for UpdateACompliance with any type of body.
ParseCreateComplianceResponse parses an HTTP response from a CreateComplianceWithResponse call.
ParseDeleteAComplianceResponse parses an HTTP response from a DeleteAComplianceWithResponse call.
ParseRetrieveComplianceResponse parses an HTTP response from a RetrieveComplianceWithResponse call.
ParseUpdateAComplianceResponse parses an HTTP response from a UpdateAComplianceWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.

# Structs

Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
ComplianceFields defines model for ComplianceFields.
ComplianceModelFields defines model for ComplianceModelFields.
CompliancePayload defines model for CompliancePayload.
ComplianceResponse defines model for ComplianceResponse.
No description provided by the author
CreateUpdateComplianceResponse defines model for CreateUpdateComplianceResponse.
No description provided by the author
ErrorResponseModel defines model for ErrorResponseModel.
ResponseModel defines model for ResponseModel.
RetrieveComplianceParams defines parameters for RetrieveCompliance.
No description provided by the author
No description provided by the author

# Interfaces

The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.

# Type aliases

ClientOption allows setting custom parameters during construction.
CreateComplianceJSONRequestBody defines body for CreateCompliance for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.
UpdateAComplianceJSONRequestBody defines body for UpdateACompliance for application/json ContentType.