Add doc comment to HandleHealthCheck method
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
// HandleHealthCheck returns a handler for the health check endpoint.
|
||||
func (s *Handlers) HandleHealthCheck() http.HandlerFunc {
|
||||
return func(w http.ResponseWriter, _ *http.Request) {
|
||||
resp := s.hc.Healthcheck()
|
||||
|
||||
Reference in New Issue
Block a user