package
0.0.0-20211004124535-037b8dbae9f1
Repository: https://github.com/alexandrgurkin/tasker.git
Documentation: pkg.go.dev
# Functions
NewGetTaskTaskID creates a new http.Handler for the get task task ID operation.
NewGetTaskTaskIDBadRequest creates GetTaskTaskIDBadRequest with default headers values.
NewGetTaskTaskIDOK creates GetTaskTaskIDOK with default headers values.
NewGetTaskTaskIDParams creates a new GetTaskTaskIDParams object no default values defined in spec.
# Constants
GetTaskTaskIDBadRequestCode is the HTTP code returned for type GetTaskTaskIDBadRequest.
GetTaskTaskIDOKCode is the HTTP code returned for type GetTaskTaskIDOK.
# Structs
GetTaskTaskID swagger:route GET /task/{task_id} getTask getTaskTaskId
Get task info
*/.
GetTaskTaskIDBadRequest Bad Request
swagger:response getTaskTaskIdBadRequest
*/.
GetTaskTaskIDOK OK
swagger:response getTaskTaskIdOK
*/.
GetTaskTaskIDParams contains all the bound params for the get task task ID operation typically these are obtained from a http.Request
swagger:parameters GetTaskTaskID.
GetTaskTaskIDURL generates an URL for the get task task ID operation.
# Interfaces
GetTaskTaskIDHandler interface for that can handle valid get task task ID params.
# Type aliases
GetTaskTaskIDHandlerFunc turns a function with the right signature into a get task task ID handler.