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

# Functions

NewPostTask creates a new http.Handler for the post task operation.
NewPostTaskNoContent creates PostTaskNoContent with default headers values.
NewPostTaskParams creates a new PostTaskParams object no default values defined in spec.

# Constants

PostTaskNoContentCode is the HTTP code returned for type PostTaskNoContent.

# Structs

PostTask swagger:route POST /task createTask postTask Create new task */.
PostTaskNoContent OK No Content swagger:response postTaskNoContent */.
PostTaskParams contains all the bound params for the post task operation typically these are obtained from a http.Request swagger:parameters PostTask.
PostTaskURL generates an URL for the post task operation.

# Interfaces

PostTaskHandler interface for that can handle valid post task params.

# Type aliases

PostTaskHandlerFunc turns a function with the right signature into a post task handler.