check

package
v0.0.0-...-3d9a706 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 77 Imported by: 0

Documentation

Overview

Package check builds a 'check' command to be used in binaries.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeCommand

func MakeCommand(globalParamsGetter func() GlobalParams) *cobra.Command

MakeCommand returns a `check` command to be used by agent binaries.

Types

type GlobalParams

type GlobalParams struct {
	ConfFilePath         string
	SysProbeConfFilePath string
	ConfigName           string
	LoggerName           string
}

GlobalParams contains the values of agent-global Cobra flags.

A pointer to this type is passed to SubcommandFactory's, but its contents are not valid until Cobra calls the subcommand's Run or RunE function.

Jump to

Keyboard shortcuts

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