Documentation ¶
Index ¶
- type Expiry
- func (expiry *Expiry) GetDescription() string
- func (expiry *Expiry) GetFlagSet() *flag.FlagSet
- func (expiry *Expiry) GetHelpFlag() *bool
- func (expiry *Expiry) GetName() string
- func (expiry *Expiry) GetSubCommands() []cli.Command
- func (expiry *Expiry) Init(helpFlagName string, helpFlagDescription string)
- func (expiry *Expiry) Process()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Expiry ¶
type Expiry struct {
// contains filtered or unexported fields
}
Expiry deals with commands related to infrastructure expiry
func (*Expiry) GetDescription ¶
GetDescription returns the description for the expiry command
func (*Expiry) GetFlagSet ¶
GetFlagSet returns a pointer to the flag.FlagSet associated to the command
func (*Expiry) GetHelpFlag ¶
GetHelpFlag returns a pointer to the initialized help flag for the command
func (*Expiry) GetSubCommands ¶
GetSubCommands returns a slice of subcommands under the expiry command (expect empty slice if none)
Click to show internal directories.
Click to hide internal directories.