Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudFlag ¶
type CloudFlag struct {
Context *CommandContext
}
type CommandContext ¶
type CommandContext struct {
Configuration *config.FTWConfiguration
ConfigurationFileName string
OverridesFileName string
Debug bool
Trace bool
CloudMode bool
}
func NewCommandContext ¶
func NewCommandContext() *CommandContext
type ConfigurationFileNameFlag ¶
type ConfigurationFileNameFlag struct {
Context *CommandContext
}
func (*ConfigurationFileNameFlag) Set ¶
func (c *ConfigurationFileNameFlag) Set(value string) error
func (*ConfigurationFileNameFlag) String ¶
func (c *ConfigurationFileNameFlag) String() string
func (*ConfigurationFileNameFlag) Type ¶
func (c *ConfigurationFileNameFlag) Type() string
type DebugFlag ¶
type DebugFlag struct {
Context *CommandContext
}
type OverridesFileNameFlag ¶
type OverridesFileNameFlag struct {
Context *CommandContext
}
func (*OverridesFileNameFlag) Set ¶
func (c *OverridesFileNameFlag) Set(value string) error
func (*OverridesFileNameFlag) String ¶
func (c *OverridesFileNameFlag) String() string
func (*OverridesFileNameFlag) Type ¶
func (c *OverridesFileNameFlag) Type() string
Click to show internal directories.
Click to hide internal directories.