package
0.0.0-20221107000317-527e48b83c7f
Repository: https://github.com/ryanpfalz/go-openapi.git
Documentation: pkg.go.dev

# Functions

Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateTaskRequest calls the generic CreateTask builder with application/json body.
NewCreateTaskRequestWithBody generates requests for CreateTask with any type of body.
NewDeleteTaskRequest generates requests for DeleteTask.
NewReadTaskRequest generates requests for ReadTask.
NewSearchTaskRequest calls the generic SearchTask builder with application/json body.
NewSearchTaskRequestWithBody generates requests for SearchTask with any type of body.
NewUpdateTaskRequest calls the generic UpdateTask builder with application/json body.
NewUpdateTaskRequestWithBody generates requests for UpdateTask with any type of body.
ParseCreateTaskResponse parses an HTTP response from a CreateTaskWithResponse call.
ParseDeleteTaskResponse parses an HTTP response from a DeleteTaskWithResponse call.
ParseReadTaskResponse parses an HTTP response from a ReadTaskWithResponse call.
ParseSearchTaskResponse parses an HTTP response from a SearchTaskWithResponse call.
ParseUpdateTaskResponse parses an HTTP response from a UpdateTaskWithResponse 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.

# Constants

Defines values for Priority.
Defines values for Priority.
Defines values for Priority.
Defines values for Priority.

# Structs

Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
No description provided by the author
CreateTasksRequest defines model for CreateTasksRequest.
CreateTasksResponse defines model for CreateTasksResponse.
Dates defines model for Dates.
No description provided by the author
ErrorResponse defines model for ErrorResponse.
No description provided by the author
ReadTasksResponse defines model for ReadTasksResponse.
No description provided by the author
SearchTasksRequest defines model for SearchTasksRequest.
SearchTasksResponse defines model for SearchTasksResponse.
Task defines model for Task.
No description provided by the author
UpdateTasksRequest defines model for UpdateTasksRequest.

# 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.
CreateTaskJSONRequestBody defines body for CreateTask for application/json ContentType.
Priority defines model for Priority.
RequestEditorFn is the function signature for the RequestEditor callback function.
SearchTaskJSONRequestBody defines body for SearchTask for application/json ContentType.
UpdateTaskJSONRequestBody defines body for UpdateTask for application/json ContentType.