health

package
v0.0.0-...-da2935b Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HealthHandler

func HealthHandler() http.Handler

func Init

func Init(listenAddress string) error

func RegisterHealthCheck

func RegisterHealthCheck(hc HealthCheck)

Types

type HealthCheck

type HealthCheck interface {
	HealthCheck() error
	IsHardDependency() bool
	Description() string
}

func NewHealthCheck

func NewHealthCheck(check func() error, isHardDependency bool, description string) HealthCheck

Jump to

Keyboard shortcuts

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