doctor

package
v1.19.3 Latest Latest
Warning

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

Go to latest
Published: May 3, 2023 License: MIT Imports: 40 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, logger log.Logger, autofix bool, checks []*Check) error

RunChecks runs the doctor checks for the provided list

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