Documentation ¶ Index ¶ func GetInstaller(t string, o eroptions.AnyOptions) (installer.Installer, error) type Installer func (i *Installer) Install(o *installer.InstallOptions) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetInstaller ¶ func GetInstaller(t string, o eroptions.AnyOptions) (installer.Installer, error) Types ¶ 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.