package
0.0.0-20200228061209-ec328a7fe770
Repository: https://github.com/bnprashanth/test-docker-k8s-swagger.git
Documentation: pkg.go.dev

# Functions

NewGet creates a new http.Handler for the get operation.
NewGetHealthz creates a new http.Handler for the get healthz operation.
NewGetHealthzOK creates GetHealthzOK with default headers values.
NewGetHealthzParams creates a new GetHealthzParams object no default values defined in spec.
NewGetOK creates GetOK with default headers values.
NewGetParams creates a new GetParams object no default values defined in spec.
NewGetReadyz creates a new http.Handler for the get readyz operation.
NewGetReadyzOK creates GetReadyzOK with default headers values.
NewGetReadyzParams creates a new GetReadyzParams object no default values defined in spec.
NewTestServiceAPI creates a new TestService instance.

# Constants

GetHealthzOKCode is the HTTP code returned for type GetHealthzOK.
GetOKCode is the HTTP code returned for type GetOK.
GetReadyzOKCode is the HTTP code returned for type GetReadyzOK.

# Structs

Get swagger:route GET / get Get get API */.
GetHealthz swagger:route GET /healthz getHealthz GetHealthz get healthz API */.
GetHealthzOK OK swagger:response getHealthzOK */.
GetHealthzParams contains all the bound params for the get healthz operation typically these are obtained from a http.Request swagger:parameters GetHealthz.
GetHealthzURL generates an URL for the get healthz operation.
GetOK OK swagger:response getOK */.
GetParams contains all the bound params for the get operation typically these are obtained from a http.Request swagger:parameters Get.
GetReadyz swagger:route GET /readyz getReadyz GetReadyz get readyz API */.
GetReadyzOK OK swagger:response getReadyzOK */.
GetReadyzParams contains all the bound params for the get readyz operation typically these are obtained from a http.Request swagger:parameters GetReadyz.
GetReadyzURL generates an URL for the get readyz operation.
GetURL generates an URL for the get operation.
TestServiceAPI Test API */.

# Interfaces

GetHandler interface for that can handle valid get params.
GetHealthzHandler interface for that can handle valid get healthz params.
GetReadyzHandler interface for that can handle valid get readyz params.

# Type aliases

GetHandlerFunc turns a function with the right signature into a get handler.
GetHealthzHandlerFunc turns a function with the right signature into a get healthz handler.
GetReadyzHandlerFunc turns a function with the right signature into a get readyz handler.