package
0.2.2
Repository: https://github.com/jkawamoto/sd-image-viewer.git
Documentation: pkg.go.dev

# Functions

NewGetCheckpoints creates a new http.Handler for the get checkpoints operation.
NewGetCheckpointsDefault creates GetCheckpointsDefault with default headers values.
NewGetCheckpointsOK creates GetCheckpointsOK with default headers values.
NewGetCheckpointsParams creates a new GetCheckpointsParams object There are no default values defined in the spec.
NewGetImage creates a new http.Handler for the get image operation.
NewGetImageDefault creates GetImageDefault with default headers values.
NewGetImageNotModified creates GetImageNotModified with default headers values.
NewGetImageOK creates GetImageOK with default headers values.
NewGetImageParams creates a new GetImageParams object There are no default values defined in the spec.
NewGetImages creates a new http.Handler for the get images operation.
NewGetImagesDefault creates GetImagesDefault with default headers values.
NewGetImagesOK creates GetImagesOK with default headers values.
NewGetImagesParams creates a new GetImagesParams object with the default values initialized.
NewSdImageViewerAPI creates a new SdImageViewer instance.

# Constants

GetCheckpointsOKCode is the HTTP code returned for type GetCheckpointsOK.
GetImageNotModifiedCode is the HTTP code returned for type GetImageNotModified.
GetImageOKCode is the HTTP code returned for type GetImageOK.
GetImagesOKCode is the HTTP code returned for type GetImagesOK.

# Structs

GetCheckpoints swagger:route GET /checkpoints getCheckpoints Get a list of checkpoints.
GetCheckpointsDefault Error Response swagger:response getCheckpointsDefault */.
GetCheckpointsOK A list of checkpoint names.
GetCheckpointsParams contains all the bound params for the get checkpoints operation typically these are obtained from a http.Request swagger:parameters getCheckpoints.
GetCheckpointsURL generates an URL for the get checkpoints operation.
GetImage swagger:route GET /image/{id} getImage Get an image.
GetImageDefault Error Response swagger:response getImageDefault */.
GetImageNotModified Requested image is not modified.
GetImageOK Requested image file.
GetImageParams contains all the bound params for the get image operation typically these are obtained from a http.Request swagger:parameters getImage.
GetImages swagger:route GET /images getImages List images.
GetImagesDefault Error Response swagger:response getImagesDefault */.
GetImagesOK A list of images.
GetImagesParams contains all the bound params for the get images operation typically these are obtained from a http.Request swagger:parameters getImages.
GetImagesURL generates an URL for the get images operation.
GetImageURL generates an URL for the get image operation.
SdImageViewerAPI the sd image viewer API */.

# Interfaces

GetCheckpointsHandler interface for that can handle valid get checkpoints params.
GetImageHandler interface for that can handle valid get image params.
GetImagesHandler interface for that can handle valid get images params.

# Type aliases

GetCheckpointsHandlerFunc turns a function with the right signature into a get checkpoints handler.
GetImageHandlerFunc turns a function with the right signature into a get image handler.
GetImagesHandlerFunc turns a function with the right signature into a get images handler.