package
0.0.0-20211004124535-037b8dbae9f1
Repository: https://github.com/alexandrgurkin/tasker.git
Documentation: pkg.go.dev
# Functions
NewGetExecuteTaskAgent creates a new http.Handler for the get execute task agent operation.
NewGetExecuteTaskAgentBadRequest creates GetExecuteTaskAgentBadRequest with default headers values.
NewGetExecuteTaskAgentOK creates GetExecuteTaskAgentOK with default headers values.
NewGetExecuteTaskAgentParams creates a new GetExecuteTaskAgentParams object no default values defined in spec.
# Constants
GetExecuteTaskAgentBadRequestCode is the HTTP code returned for type GetExecuteTaskAgentBadRequest.
GetExecuteTaskAgentOKCode is the HTTP code returned for type GetExecuteTaskAgentOK.
# Structs
GetExecuteTaskAgent swagger:route GET /executeTask/{agent} execTask getExecuteTaskAgent
Get task for executiton
*/.
GetExecuteTaskAgentBadRequest Bad Request
swagger:response getExecuteTaskAgentBadRequest
*/.
GetExecuteTaskAgentOK OK
swagger:response getExecuteTaskAgentOK
*/.
GetExecuteTaskAgentParams contains all the bound params for the get execute task agent operation typically these are obtained from a http.Request
swagger:parameters GetExecuteTaskAgent.
GetExecuteTaskAgentURL generates an URL for the get execute task agent operation.
# Interfaces
GetExecuteTaskAgentHandler interface for that can handle valid get execute task agent params.
# Type aliases
GetExecuteTaskAgentHandlerFunc turns a function with the right signature into a get execute task agent handler.