Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LivezHandler ¶
type LivezHandler struct {
handlers.PorterHandlerWriter
}
func NewLivezHandler ¶
func NewLivezHandler( config *config.Config, writer shared.ResultWriter, ) *LivezHandler
func (*LivezHandler) ServeHTTP ¶
func (v *LivezHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type ReadyzHandler ¶
type ReadyzHandler struct {
handlers.PorterHandlerWriter
}
func NewReadyzHandler ¶
func NewReadyzHandler( config *config.Config, writer shared.ResultWriter, ) *ReadyzHandler
func (*ReadyzHandler) ServeHTTP ¶
func (v *ReadyzHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.