Documentation ¶
Overview ¶
Package handlers contains the HTTP handlers that are used for easy debugging and health checks for operators.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartServer ¶
Types ¶
type Health ¶
type Health struct {
// contains filtered or unexported fields
}
The Health handler will report the number of drains back to user.
func (*Health) ServeHTTP ¶
func (h *Health) ServeHTTP(w http.ResponseWriter, r *http.Request)
Handle implements the http.Handler interface.
func (*Health) SetCounter ¶
Click to show internal directories.
Click to hide internal directories.