Documentation
¶
Overview ¶
Package processchecks implements 'processchecks' command used by the process-agent and core-agent.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeCommand ¶
func MakeCommand(globalParamsGetter func() *command.GlobalParams, name string, allowlist []string, getFxOptions func(cliParams *CliParams, bundleParams core.BundleParams) []fx.Option) *cobra.Command
MakeCommand returns a `processchecks` command to be used by agent binaries.
func RunCheckCmd ¶
func RunCheckCmd(deps dependencies) error
RunCheckCmd runs the specified check and prints the results.
Types ¶
type CliParams ¶
type CliParams struct {
*command.GlobalParams
// contains filtered or unexported fields
}
CliParams are the command-line arguments for this subcommand
Click to show internal directories.
Click to hide internal directories.