package
3.0.0+incompatible
Repository: https://github.com/percona/pmm.git
Documentation: pkg.go.dev

# Structs

PMMAdminCommands stores all commands, flags and arguments for the "pmm-admin" binary.
PMMCommands stores all commands, flags and arguments for the "pmm" binary.

# Interfaces

CmdGlobalFlagsRunner represents a command to be run with global CLI flags.
CmdRunner represents a command to be run without arguments.
CmdWithContextRunner represents a command to be run with context.
GlobalFlagsGetter supports retrieving GlobalFlags.