Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Inspection ¶
type InstallationType ¶
type InstallationType int
const ( EMBEDDED InstallationType = iota EXTERNAL InstallationType = iota BOTH InstallationType = iota )
type RollbackInspection ¶
type RollbackInspection interface { SystemInspection RollBackHandler() error }
type SystemInspection ¶
type SystemInspection interface { Inspection Inspect() error Skip() GetShortInfo() []string GetInstallationType() InstallationType ExitHandler() error }
Click to show internal directories.
Click to hide internal directories.