Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
SetLivenessCheck(Check)
SetReadinessCheck(Check)
LiveEndpoint(http.ResponseWriter, *http.Request)
ReadyEndpoint(http.ResponseWriter, *http.Request)
}
func NewHandler ¶
func NewHandler() Handler
Click to show internal directories.
Click to hide internal directories.