Documentation ¶
Index ¶
- type NiFi
- func (nifi *NiFi) GetDescription() string
- func (nifi *NiFi) GetFlagSet() *flag.FlagSet
- func (nifi *NiFi) GetHelpFlag() *bool
- func (nifi *NiFi) GetName() string
- func (nifi *NiFi) GetSubCommands() []cli.Command
- func (nifi *NiFi) Init(helpFlagName string, helpFlagDescription string)
- func (nifi *NiFi) Process()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NiFi ¶
type NiFi struct {
// contains filtered or unexported fields
}
NiFi holds data for the NiFi monitoring sub-command
func (*NiFi) GetDescription ¶
GetDescription returns the description for the nifi sub-command
func (*NiFi) GetFlagSet ¶
GetFlagSet returns a flag.FlagSet corresponding to the nifi sub-command
func (*NiFi) GetHelpFlag ¶
GetHelpFlag returns the value for the help flag in the bulletin sub-command. TRUE means the user provided the flag and wants to print the sub-command's help message
func (*NiFi) GetSubCommands ¶
GetSubCommands returns a list of sub-commands under the nifi sub-command
Click to show internal directories.
Click to hide internal directories.