healthcheck

package
v1.18.2 Latest Latest
Warning

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

Go to latest
Published: May 7, 2023 License: MIT Imports: 7 Imported by: 1

Documentation

Overview

Package healthcheck checks for missing binaries that the user needs to install.

Index

Constants

This section is empty.

Variables

View Source
var Healthcheckers = []Healthchecker{
	system{},
	snapcraft.Pipe{},
	sign.Pipe{},
	sign.DockerPipe{},
	sbom.Pipe{},
	docker.Pipe{},
	docker.ManifestPipe{},
	chocolatey.Pipe{},
}

Healthcheckers is the list of healthchekers. nolint: gochecknoglobals

Functions

This section is empty.

Types

type Healthchecker

type Healthchecker interface {
	fmt.Stringer

	// Dependencies return the binaries of the dependencies needed.
	Dependencies(ctx *context.Context) []string
}

Healthchecker should be implemented by pipes that want checks.

Jump to

Keyboard shortcuts

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