Documentation
¶
Overview ¶
package cli implements command line installer workflow
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// FieldLogger is the logger for the installer
log.FieldLogger
// Operator specifies the service operator
ops.Operator
}
Config defines the installer configuration
type Engine ¶
type Engine struct {
// Config specifies the engine's configuration
Config
}
Engine implements command line-driven installation workflow
Click to show internal directories.
Click to hide internal directories.