Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CliCommand = cli.Command{ Name: "resources", Usage: "Manage Collected Resources", Subcommands: []cli.Command{ { Name: "list", Usage: "Shows the ID of each resource and its children", Action: showResources, }, { Name: "show", Usage: "Shows all details of a given resource", Action: showResource, ArgsUsage: "<resourceId>", }, { Name: "delete", ShortName: "del", Usage: "Deletes a given resource", Action: deleteResource, ArgsUsage: "<resourceId>", }, { Name: "node", Usage: "Shows all the resources for a given node", Action: showNode, ArgsUsage: "<nodeId|FS:FID>", }, }, }
CliCommand the CLI command to manage events
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.