package
0.0.1
Repository: https://github.com/stackrox/scanner.git
Documentation: pkg.go.dev

# Functions

Healthcheck calls every registered Healthchecker and summarize their output.
RegisterHealthchecker registers a Healthchecker function which will be part of Healthchecks.

# Structs

Status defines a way to know the health status of a service.

# Type aliases

A Healthchecker function is a method returning the Status of the tested service.