package
3.2.2+incompatible
Repository: https://github.com/laincloud/entry.git
Documentation: pkg.go.dev

# Functions

NewPing creates a new http.Handler for the ping operation.
NewPingDefault creates PingDefault with default headers values.
NewPingOK creates PingOK with default headers values.
NewPingParams creates a new PingParams object no default values defined in spec.

# Constants

PingOKCode is the HTTP code returned for type PingOK.

# Structs

Ping swagger:route GET /api/ping ping ping Ping ping API */.
PingDefault generic error response swagger:response pingDefault */.
PingOK this server is healthy swagger:response pingOK */.
PingParams contains all the bound params for the ping operation typically these are obtained from a http.Request swagger:parameters ping.
PingURL generates an URL for the ping operation.

# Interfaces

PingHandler interface for that can handle valid ping params.

# Type aliases

PingHandlerFunc turns a function with the right signature into a ping handler.