# Functions
NewDefault creates a new http.Handler for the default operation.
NewDefaultOK creates DefaultOK with default headers values.
NewDefaultParams creates a new DefaultParams object no default values defined in spec.
NewGoTwoAPI creates a new GoTwo instance.
# Constants
DefaultOKCode is the HTTP code returned for type DefaultOK.
# Structs
Default swagger:route GET / default
Default default API
*/.
DefaultOK OK
swagger:response defaultOK
*/.
DefaultOKBody default o k body swagger:model DefaultOKBody.
DefaultParams contains all the bound params for the default operation typically these are obtained from a http.Request
swagger:parameters Default.
DefaultURL generates an URL for the default operation.
GoTwoAPI Go Two API */.
# Interfaces
DefaultHandler interface for that can handle valid default params.
# Type aliases
DefaultHandlerFunc turns a function with the right signature into a default handler.