Documentation ¶
Index ¶
- type Bulletin
- func (bulletin *Bulletin) GetDescription() string
- func (bulletin *Bulletin) GetFlagSet() *flag.FlagSet
- func (bulletin *Bulletin) GetHelpFlag() *bool
- func (bulletin *Bulletin) GetName() string
- func (bulletin *Bulletin) GetSubCommands() []cli.Command
- func (bulletin *Bulletin) Init(helpFlagName string, helpFlagDescription string)
- func (bulletin *Bulletin) Process()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bulletin ¶
type Bulletin struct {
// contains filtered or unexported fields
}
Bulletin holds data for the NiFi bulletin sub-command
func (*Bulletin) GetDescription ¶
GetDescription returns the description for the bulletin sub-command
func (*Bulletin) GetFlagSet ¶
GetFlagSet returns a flag.FlagSet corresponding to the bulletin sub-command
func (*Bulletin) 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 (*Bulletin) GetSubCommands ¶
GetSubCommands returns a list of sub-commands under the bulletin sub-command
Click to show internal directories.
Click to hide internal directories.