package
0.0.0-20211004124535-037b8dbae9f1
Repository: https://github.com/alexandrgurkin/tasker.git
Documentation: pkg.go.dev

# Functions

New creates a new create task API client.
NewPostTaskNoContent creates a PostTaskNoContent with default headers values.
NewPostTaskParams creates a new PostTaskParams object with the default values initialized.
NewPostTaskParamsWithContext creates a new PostTaskParams object with the default values initialized, and the ability to set a context for a request.
NewPostTaskParamsWithHTTPClient creates a new PostTaskParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewPostTaskParamsWithTimeout creates a new PostTaskParams object with the default values initialized, and the ability to set a timeout on a request.

# Structs

Client for create task API */.
PostTaskNoContent handles this case with default header values.
PostTaskParams contains all the parameters to send to the API endpoint for the post task operation typically these are written to a http.Request */.
PostTaskReader is a Reader for the PostTask structure.

# Interfaces

ClientService is the interface for Client methods.