Documentation ¶
Index ¶
- type Monitoring
- func (monitoring *Monitoring) GetDescription() string
- func (monitoring *Monitoring) GetFlagSet() *flag.FlagSet
- func (monitoring *Monitoring) GetHelpFlag() *bool
- func (monitoring *Monitoring) GetName() string
- func (monitoring *Monitoring) GetSubCommands() []cli.Command
- func (monitoring *Monitoring) Init(helpFlagName string, helpFlagDescription string)
- func (monitoring *Monitoring) Process()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Monitoring ¶
type Monitoring struct {
// contains filtered or unexported fields
}
Monitoring holds data for the NiFi monitoring sub-command
func (*Monitoring) GetDescription ¶
func (monitoring *Monitoring) GetDescription() string
GetDescription returns the description for the monitoring sub-command
func (*Monitoring) GetFlagSet ¶
func (monitoring *Monitoring) GetFlagSet() *flag.FlagSet
GetFlagSet returns a flag.FlagSet corresponding to the monitoring sub-command
func (*Monitoring) GetHelpFlag ¶
func (monitoring *Monitoring) GetHelpFlag() *bool
GetHelpFlag returns the value for the help flag in the monitoring sub-command. TRUE means the user provided the flag and wants to print the sub-command's help message
func (*Monitoring) GetName ¶
func (monitoring *Monitoring) GetName() string
GetName returns the name of the monitoring sub-command
func (*Monitoring) GetSubCommands ¶
func (monitoring *Monitoring) GetSubCommands() []cli.Command
GetSubCommands returns a list of sub-commands under the monitoring sub-command
func (*Monitoring) Init ¶
func (monitoring *Monitoring) Init(helpFlagName string, helpFlagDescription string)
Init initializes the monitoring struct curresponding to the monitoring sub-command
func (*Monitoring) Process ¶
func (monitoring *Monitoring) Process()
Process is expected to be empty since this sub-command doesn't do any processing