Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NamedRedistEntry ¶
type NamedRedistEntry struct {
// contains filtered or unexported fields
}
NamedRedistEntry is used for sorting redists by names
type PrereqLogEntry ¶
PrereqLogEntry sends an information to the caller on the progress of the task
type PrereqPlan ¶
type PrereqPlan struct {
Tasks []*PrereqTask `json:"tasks"`
}
PrereqPlan contains a list of tasks for the prereq installer
type PrereqState ¶
type PrereqState struct { Type string `json:"type"` Name string `json:"name"` Status string `json:"status"` }
PrereqState informs the caller on the current status of a prereq
type PrereqTask ¶
type PrereqTask struct { Name string `json:"name"` WorkDir string `json:"workDir"` Info redist.RedistEntry `json:"info"` }
PrereqTask describes something the prereq installer has to do
Click to show internal directories.
Click to hide internal directories.