controllers

package
v0.0.0-...-dcea865 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2024 License: MIT Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL