Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrBootstrap ¶
func (*ErrBootstrap) Error ¶
func (e *ErrBootstrap) Error() string
type InstallerService ¶
type InstallerService interface { EnsureRequisites() error Bootstrap() error // contains filtered or unexported methods }
func NewInstallerService ¶
func NewInstallerService(provider string, silence bool) (InstallerService, error)
Click to show internal directories.
Click to hide internal directories.