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