doctor

package
v1.21.11 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 42 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Checks []*Check

Checks is the list of available commands

Functions

func Register

func Register(command *Check)

Register registers a command with the list

func RunChecks

func RunChecks(ctx context.Context, colorize, autofix bool, checks []*Check) error

RunChecks runs the doctor checks for the provided list

func SortChecks added in v1.21.2

func SortChecks(checks []*Check)

Types

type Check

type Check struct {
	Title                      string
	Name                       string
	IsDefault                  bool
	Run                        func(ctx context.Context, logger log.Logger, autofix bool) error
	AbortIfFailed              bool
	SkipDatabaseInitialization bool
	Priority                   int
}

Check represents a Doctor check

Jump to

Keyboard shortcuts

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