package
0.0.0-20220508075453-acbd0ad6c247
Repository: https://github.com/ez-deploy/ezdeploy.git
Documentation: pkg.go.dev

# Functions

NewCheckPodTicket creates a new http.Handler for the check pod ticket operation.
NewCheckPodTicketForbidden creates CheckPodTicketForbidden with default headers values.
NewCheckPodTicketInternalServerError creates CheckPodTicketInternalServerError with default headers values.
NewCheckPodTicketOK creates CheckPodTicketOK with default headers values.
NewCheckPodTicketParams creates a new CheckPodTicketParams object There are no default values defined in the spec.
NewCreatePodTicket creates a new http.Handler for the create pod ticket operation.
NewCreatePodTicketCreated creates CreatePodTicketCreated with default headers values.
NewCreatePodTicketForbidden creates CreatePodTicketForbidden with default headers values.
NewCreatePodTicketInternalServerError creates CreatePodTicketInternalServerError with default headers values.
NewCreatePodTicketParams creates a new CreatePodTicketParams object There are no default values defined in the spec.

# Constants

CheckPodTicketForbiddenCode is the HTTP code returned for type CheckPodTicketForbidden.
CheckPodTicketInternalServerErrorCode is the HTTP code returned for type CheckPodTicketInternalServerError.
CheckPodTicketOKCode is the HTTP code returned for type CheckPodTicketOK.
CreatePodTicketCreatedCode is the HTTP code returned for type CreatePodTicketCreated.
CreatePodTicketForbiddenCode is the HTTP code returned for type CreatePodTicketForbidden.
CreatePodTicketInternalServerErrorCode is the HTTP code returned for type CreatePodTicketInternalServerError.

# Structs

CheckPodTicket swagger:route GET /visit/pod/ticket/check Pod checkPodTicket Check Pod Ticket, and delete it */.
CheckPodTicketForbidden Check Pod Ticket Failed, cause do not have permisssion swagger:response checkPodTicketForbidden */.
CheckPodTicketInternalServerError Server Error swagger:response checkPodTicketInternalServerError */.
CheckPodTicketOK Check Pod Ticket Success, return pod ticket info.
CheckPodTicketParams contains all the bound params for the check pod ticket operation typically these are obtained from a http.Request swagger:parameters CheckPodTicket.
CheckPodTicketURL generates an URL for the check pod ticket operation.
CreatePodTicket swagger:route POST /visit/pod/ticket/create Pod createPodTicket Create Visit Pod Once Ticket */.
CreatePodTicketCreated Create Pod Ticket Success, return pod ticket info.
CreatePodTicketForbidden Create Pod Ticket Failed, cause do not have permisssion swagger:response createPodTicketForbidden */.
CreatePodTicketInternalServerError Server Error swagger:response createPodTicketInternalServerError */.
CreatePodTicketParams contains all the bound params for the create pod ticket operation typically these are obtained from a http.Request swagger:parameters CreatePodTicket.
CreatePodTicketURL generates an URL for the create pod ticket operation.

# Interfaces

CheckPodTicketHandler interface for that can handle valid check pod ticket params.
CreatePodTicketHandler interface for that can handle valid create pod ticket params.

# Type aliases

CheckPodTicketHandlerFunc turns a function with the right signature into a check pod ticket handler.
CreatePodTicketHandlerFunc turns a function with the right signature into a create pod ticket handler.