package
0.0.0-20240815073959-4919918668dc
Repository: https://github.com/ysomad/go-project-structure.git
Documentation: pkg.go.dev

# Functions

NewPing creates a new http.Handler for the ping operation.
NewPingOK creates PingOK with default headers values.
NewPingParams creates a new PingParams object There are no default values defined in the spec.
No description provided by the author

# Constants

PingOKCode is the HTTP code returned for type PingOK.

# Structs

Ping swagger:route GET /ping health ping Пинг */.
No description provided by the author
PingOK OK 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.
No description provided by the author

# Type aliases

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