package
1.2.2
Repository: https://github.com/spkane/todo-for-terraform.git
Documentation: pkg.go.dev

# Functions

New creates a new todos API client.
NewAddOneCreated creates a AddOneCreated with default headers values.
NewAddOneDefault creates a AddOneDefault with default headers values.
NewAddOneParams creates a new AddOneParams object with the default values initialized.
NewAddOneParamsWithContext creates a new AddOneParams object with the default values initialized, and the ability to set a context for a request.
NewAddOneParamsWithHTTPClient creates a new AddOneParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewAddOneParamsWithTimeout creates a new AddOneParams object with the default values initialized, and the ability to set a timeout on a request.
NewDestroyOneDefault creates a DestroyOneDefault with default headers values.
NewDestroyOneNoContent creates a DestroyOneNoContent with default headers values.
NewDestroyOneParams creates a new DestroyOneParams object with the default values initialized.
NewDestroyOneParamsWithContext creates a new DestroyOneParams object with the default values initialized, and the ability to set a context for a request.
NewDestroyOneParamsWithHTTPClient creates a new DestroyOneParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewDestroyOneParamsWithTimeout creates a new DestroyOneParams object with the default values initialized, and the ability to set a timeout on a request.
NewFindTodoDefault creates a FindTodoDefault with default headers values.
NewFindTodoOK creates a FindTodoOK with default headers values.
NewFindTodoParams creates a new FindTodoParams object with the default values initialized.
NewFindTodoParamsWithContext creates a new FindTodoParams object with the default values initialized, and the ability to set a context for a request.
NewFindTodoParamsWithHTTPClient creates a new FindTodoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewFindTodoParamsWithTimeout creates a new FindTodoParams object with the default values initialized, and the ability to set a timeout on a request.
NewFindTodosDefault creates a FindTodosDefault with default headers values.
NewFindTodosOK creates a FindTodosOK with default headers values.
NewFindTodosParams creates a new FindTodosParams object with the default values initialized.
NewFindTodosParamsWithContext creates a new FindTodosParams object with the default values initialized, and the ability to set a context for a request.
NewFindTodosParamsWithHTTPClient creates a new FindTodosParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewFindTodosParamsWithTimeout creates a new FindTodosParams object with the default values initialized, and the ability to set a timeout on a request.
NewUpdateOneDefault creates a UpdateOneDefault with default headers values.
NewUpdateOneOK creates a UpdateOneOK with default headers values.
NewUpdateOneParams creates a new UpdateOneParams object with the default values initialized.
NewUpdateOneParamsWithContext creates a new UpdateOneParams object with the default values initialized, and the ability to set a context for a request.
NewUpdateOneParamsWithHTTPClient creates a new UpdateOneParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewUpdateOneParamsWithTimeout creates a new UpdateOneParams object with the default values initialized, and the ability to set a timeout on a request.

# Structs

AddOneCreated handles this case with default header values.
AddOneDefault handles this case with default header values.
AddOneParams contains all the parameters to send to the API endpoint for the add one operation typically these are written to a http.Request */.
AddOneReader is a Reader for the AddOne structure.
Client for todos API */.
DestroyOneDefault handles this case with default header values.
DestroyOneNoContent handles this case with default header values.
DestroyOneParams contains all the parameters to send to the API endpoint for the destroy one operation typically these are written to a http.Request */.
DestroyOneReader is a Reader for the DestroyOne structure.
FindTodoDefault handles this case with default header values.
FindTodoOK handles this case with default header values.
FindTodoParams contains all the parameters to send to the API endpoint for the find todo operation typically these are written to a http.Request */.
FindTodoReader is a Reader for the FindTodo structure.
FindTodosDefault handles this case with default header values.
FindTodosOK handles this case with default header values.
FindTodosParams contains all the parameters to send to the API endpoint for the find todos operation typically these are written to a http.Request */.
FindTodosReader is a Reader for the FindTodos structure.
UpdateOneDefault handles this case with default header values.
UpdateOneOK handles this case with default header values.
UpdateOneParams contains all the parameters to send to the API endpoint for the update one operation typically these are written to a http.Request */.
UpdateOneReader is a Reader for the UpdateOne structure.