package
3.2.2+incompatible
Repository: https://github.com/laincloud/entry.git
Documentation: pkg.go.dev
# Functions
NewListCommands creates a new http.Handler for the list commands operation.
NewListCommandsDefault creates ListCommandsDefault with default headers values.
NewListCommandsOK creates ListCommandsOK with default headers values.
NewListCommandsParams creates a new ListCommandsParams object with the default values initialized.
# Constants
ListCommandsOKCode is the HTTP code returned for type ListCommandsOK.
# Structs
ListCommands swagger:route GET /api/commands commands listCommands
ListCommands list commands API
*/.
ListCommandsDefault generic error response
swagger:response listCommandsDefault
*/.
ListCommandsOK list the commands
swagger:response listCommandsOK
*/.
ListCommandsParams contains all the bound params for the list commands operation typically these are obtained from a http.Request
swagger:parameters listCommands.
ListCommandsURL generates an URL for the list commands operation.
# Interfaces
ListCommandsHandler interface for that can handle valid list commands params.
# Type aliases
ListCommandsHandlerFunc turns a function with the right signature into a list commands handler.