# Functions
NewAttach creates a new http.Handler for the attach operation.
NewAttachCreated creates AttachCreated with default headers values.
NewAttachDefault creates AttachDefault with default headers values.
NewAttachParams creates a new AttachParams object
There are no default values defined in the spec.
NewDeleteAttach creates a new http.Handler for the delete attach operation.
NewDeleteAttachDefault creates DeleteAttachDefault with default headers values.
NewDeleteAttachOK creates DeleteAttachOK with default headers values.
NewDeleteAttachParams creates a new DeleteAttachParams object with the default values initialized.
NewListAttachments creates a new http.Handler for the list attachments operation.
NewListAttachmentsDefault creates ListAttachmentsDefault with default headers values.
NewListAttachmentsOK creates ListAttachmentsOK with default headers values.
NewListAttachmentsParams creates a new ListAttachmentsParams object
There are no default values defined in the spec.
# Constants
AttachCreatedCode is the HTTP code returned for type AttachCreated.
DeleteAttachOKCode is the HTTP code returned for type DeleteAttachOK.
ListAttachmentsOKCode is the HTTP code returned for type ListAttachmentsOK.
# Structs
Attach swagger:route POST /attach attachments attach
Create a new attachment based on attach specification
*/.
AttachCreated attach succeed
swagger:response attachCreated
*/.
AttachDefault error
swagger:response attachDefault
*/.
AttachParams contains all the bound params for the attach operation typically these are obtained from a http.Request
swagger:parameters attach.
AttachURL generates an URL for the attach operation.
DeleteAttach swagger:route DELETE /attach attachments deleteAttach
Detach a specified attachment.
DeleteAttachDefault Detach failed
swagger:response deleteAttachDefault
*/.
DeleteAttachOK Detach succeed
swagger:response deleteAttachOK
*/.
DeleteAttachParams contains all the bound params for the delete attach operation typically these are obtained from a http.Request
swagger:parameters DeleteAttach.
DeleteAttachURL generates an URL for the delete attach operation.
ListAttachments swagger:route GET /attach attachments listAttachments
List attachments
*/.
ListAttachmentsDefault error
swagger:response listAttachmentsDefault
*/.
ListAttachmentsOK list all attachments
swagger:response listAttachmentsOK
*/.
ListAttachmentsParams contains all the bound params for the list attachments operation typically these are obtained from a http.Request
swagger:parameters list_attachments.
ListAttachmentsURL generates an URL for the list attachments operation.
# Interfaces
AttachHandler interface for that can handle valid attach params.
DeleteAttachHandler interface for that can handle valid delete attach params.
ListAttachmentsHandler interface for that can handle valid list attachments params.
# Type aliases
AttachHandlerFunc turns a function with the right signature into a attach handler.
DeleteAttachHandlerFunc turns a function with the right signature into a delete attach handler.
ListAttachmentsHandlerFunc turns a function with the right signature into a list attachments handler.