Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthCheckHandler ¶
type HealthCheckHandler struct {
// contains filtered or unexported fields
}
HealthCheckHandler encapsulates logic that serves the HTTP request for health checks
func NewHealthCheckHandler ¶
func NewHealthCheckHandler(logger *log.Logger) *HealthCheckHandler
NewHealthCheckHandler creates a new healthcheck http handler
func (*HealthCheckHandler) ServeHTTP ¶
func (h *HealthCheckHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
HealthHandler is a health check handler
Click to show internal directories.
Click to hide internal directories.