Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) HealthCheckHandler ¶
func (c *Controller) HealthCheckHandler(w http.ResponseWriter, r *http.Request)
type HealthCheckController ¶
type HealthCheckController interface {
HealthCheckHandler(w http.ResponseWriter, r *http.Request)
}
func New ¶
func New(healthCheckService services.HealthCheckService) HealthCheckController
Click to show internal directories.
Click to hide internal directories.