package
0.2.4
Repository: https://github.com/dalet-oss/iris-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

NewHealthz creates a new http.Handler for the healthz operation.
NewHealthzOK creates HealthzOK with default headers values.
NewHealthzParams creates a new HealthzParams object There are no default values defined in the spec.
NewIrisdAPI creates a new Irisd instance.

# Constants

HealthzOKCode is the HTTP code returned for type HealthzOK.

# Structs

Healthz swagger:route GET /healthz healthz Healthz healthz API */.
HealthzOK OK message.
HealthzParams contains all the bound params for the healthz operation typically these are obtained from a http.Request swagger:parameters Healthz.
HealthzURL generates an URL for the healthz operation.
IrisdAPI Iris API Server */.

# Interfaces

HealthzHandler interface for that can handle valid healthz params.

# Type aliases

HealthzHandlerFunc turns a function with the right signature into a healthz handler.