# Functions
NewDefaultPage creates a new http.Handler for the default page operation.
NewDefaultPageMovedPermanently creates DefaultPageMovedPermanently with default headers values.
NewDefaultPageParams creates a new DefaultPageParams object
There are no default values defined in the spec.
NewHello creates a new http.Handler for the hello operation.
NewHelloInternalServerError creates HelloInternalServerError with default headers values.
NewHelloOK creates HelloOK with default headers values.
NewHelloParams creates a new HelloParams object
There are no default values defined in the spec.
NewHelloWorldAPI creates a new HelloWorld instance.
NewWeb creates a new http.Handler for the web operation.
NewWebNotFound creates WebNotFound with default headers values.
NewWebOK creates WebOK with default headers values.
NewWebParams creates a new WebParams object
There are no default values defined in the spec.
# Constants
DefaultPageMovedPermanentlyCode is the HTTP code returned for type DefaultPageMovedPermanently.
HelloInternalServerErrorCode is the HTTP code returned for type HelloInternalServerError.
HelloOKCode is the HTTP code returned for type HelloOK.
WebNotFoundCode is the HTTP code returned for type WebNotFound.
WebOKCode is the HTTP code returned for type WebOK.
# Structs
DefaultPage swagger:route GET / defaultPage
DefaultPage default page API
*/.
DefaultPageMovedPermanently Move to the default endpoint
swagger:response defaultPageMovedPermanently
*/.
DefaultPageParams contains all the bound params for the default page operation typically these are obtained from a http.Request
swagger:parameters defaultPage.
DefaultPageURL generates an URL for the default page operation.
Hello swagger:route PUT /api/hello hello
Hello hello API
*/.
HelloInternalServerError Internal Server Error - The server has encountered a situation it does not know how to handle.
HelloOK Greeting content.
HelloOKBody hello o k body
swagger:model HelloOKBody.
HelloParams contains all the bound params for the hello operation typically these are obtained from a http.Request
swagger:parameters hello.
HelloURL generates an URL for the hello operation.
HelloWorldAPI Hello world plugin API.
Web swagger:route GET /web/{resource} web
Web web API
*/.
WebNotFound Resource not found.
WebOK Page found
swagger:response webOK
*/.
WebParams contains all the bound params for the web operation typically these are obtained from a http.Request
swagger:parameters web.
WebURL generates an URL for the web operation.
# Interfaces
DefaultPageHandler interface for that can handle valid default page params.
HelloHandler interface for that can handle valid hello params.
WebHandler interface for that can handle valid web params.
# Type aliases
DefaultPageHandlerFunc turns a function with the right signature into a default page handler.
HelloHandlerFunc turns a function with the right signature into a hello handler.
WebHandlerFunc turns a function with the right signature into a web handler.