Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerOption ¶
type HandlerOption func(HealthzHandler)
func Observe ¶
func Observe(observables ...Observable) HandlerOption
type HealthzHandler ¶
type HealthzHandler interface { Observe(...Observable) HandleReadyzCheck(*http.Request) error }
func NewHandler ¶
func NewHandler(name string, options ...HandlerOption) HealthzHandler
type Observable ¶
Click to show internal directories.
Click to hide internal directories.