# Functions
NewGet creates a new http.Handler for the get operation.
NewGetOK creates GetOK with default headers values.
NewGetPanic creates a new http.Handler for the get panic operation.
NewGetPanicOK creates GetPanicOK with default headers values.
NewGetPanicParams creates a new GetPanicParams object
There are no default values defined in the spec.
NewGetParams creates a new GetParams object
There are no default values defined in the spec.
# Constants
GetOKCode is the HTTP code returned for type GetOK.
GetPanicOKCode is the HTTP code returned for type GetPanicOK.
# Structs
Get swagger:route GET / HTTP API get
# Index
gets latest data
*/.
GetOK OK
swagger:response getOK
*/.
GetPanic swagger:route GET /panic HTTP API getPanic
# Panic
crashes the process with exit code 255
*/.
GetPanicOK OK
swagger:response getPanicOK
*/.
GetPanicParams contains all the bound params for the get panic operation typically these are obtained from a http.Request
swagger:parameters GetPanic.
GetPanicURL generates an URL for the get panic operation.
GetParams contains all the bound params for the get operation typically these are obtained from a http.Request
swagger:parameters Get.
GetURL generates an URL for the get operation.
# Interfaces
GetHandler interface for that can handle valid get params.
GetPanicHandler interface for that can handle valid get panic params.
# Type aliases
GetHandlerFunc turns a function with the right signature into a get handler.
GetPanicHandlerFunc turns a function with the right signature into a get panic handler.