package
0.3.7
Repository: https://github.com/checkr/openmock.git
Documentation: pkg.go.dev

# Functions

NewGetHealth creates a new http.Handler for the get health operation.
NewGetHealthDefault creates GetHealthDefault with default headers values.
NewGetHealthOK creates GetHealthOK with default headers values.
NewGetHealthParams creates a new GetHealthParams object no default values defined in spec.

# Constants

GetHealthOKCode is the HTTP code returned for type GetHealthOK.

# Structs

GetHealth swagger:route GET /health health getHealth Check if Flagr is healthy */.
GetHealthDefault generic error response swagger:response getHealthDefault */.
GetHealthOK status of health check swagger:response getHealthOK */.
GetHealthParams contains all the bound params for the get health operation typically these are obtained from a http.Request swagger:parameters getHealth.
GetHealthURL generates an URL for the get health operation.

# Interfaces

GetHealthHandler interface for that can handle valid get health params.

# Type aliases

GetHealthHandlerFunc turns a function with the right signature into a get health handler.