Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AgentCommand ¶
type AgentCommand struct {
// contains filtered or unexported fields
}
func (*AgentCommand) Help ¶
func (c *AgentCommand) Help() string
func (*AgentCommand) Name ¶
func (c *AgentCommand) Name() string
func (*AgentCommand) Run ¶
func (c *AgentCommand) Run(args []string) int
func (*AgentCommand) Synopsis ¶
func (c *AgentCommand) Synopsis() string
type AgentInstallCommand ¶
type AgentInstallCommand struct {
// contains filtered or unexported fields
}
func (*AgentInstallCommand) Help ¶
func (c *AgentInstallCommand) Help() string
func (*AgentInstallCommand) Name ¶
func (c *AgentInstallCommand) Name() string
func (*AgentInstallCommand) Run ¶
func (c *AgentInstallCommand) Run(args []string) int
func (*AgentInstallCommand) Synopsis ¶
func (c *AgentInstallCommand) Synopsis() string
type AgentStatusCommand ¶
type AgentStatusCommand struct {
// contains filtered or unexported fields
}
func (*AgentStatusCommand) Help ¶
func (c *AgentStatusCommand) Help() string
func (*AgentStatusCommand) Name ¶
func (c *AgentStatusCommand) Name() string
func (*AgentStatusCommand) Run ¶
func (c *AgentStatusCommand) Run(args []string) int
func (*AgentStatusCommand) Synopsis ¶
func (c *AgentStatusCommand) Synopsis() string
type AgentUninstallCommand ¶
type AgentUninstallCommand struct {
// contains filtered or unexported fields
}
func (*AgentUninstallCommand) Help ¶
func (c *AgentUninstallCommand) Help() string
func (*AgentUninstallCommand) Name ¶
func (c *AgentUninstallCommand) Name() string
func (*AgentUninstallCommand) Run ¶
func (c *AgentUninstallCommand) Run(args []string) int
func (*AgentUninstallCommand) Synopsis ¶
func (c *AgentUninstallCommand) Synopsis() string
type ScanCommand ¶
type ScanCommand struct {
// contains filtered or unexported fields
}
func (*ScanCommand) Help ¶
func (c *ScanCommand) Help() string
func (*ScanCommand) Name ¶
func (c *ScanCommand) Name() string
func (*ScanCommand) Run ¶
func (c *ScanCommand) Run(args []string) int
func (*ScanCommand) Synopsis ¶
func (c *ScanCommand) Synopsis() string
type VersionCommand ¶
type VersionCommand struct {
// contains filtered or unexported fields
}
func (*VersionCommand) Help ¶
func (c *VersionCommand) Help() string
func (*VersionCommand) Name ¶
func (c *VersionCommand) Name() string
func (*VersionCommand) Run ¶
func (c *VersionCommand) Run(_ []string) int
func (*VersionCommand) Synopsis ¶
func (c *VersionCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.