Documentation ¶ Index ¶ type Factory func (Factory) GetInstaller(o eroptions.AnyOptions) (installer.Installer, error) func (Factory) Key() string type Installer func (i *Installer) Install(o *installer.InstallOptions) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Factory ¶ type Factory struct{} func (Factory) GetInstaller ¶ func (Factory) GetInstaller(o eroptions.AnyOptions) (installer.Installer, error) func (Factory) Key ¶ func (Factory) Key() string type Installer ¶ type Installer struct { // contains filtered or unexported fields } func (*Installer) Install ¶ func (i *Installer) Install(o *installer.InstallOptions) error Source Files ¶ View all Source files installer.go Click to show internal directories. Click to hide internal directories.