Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
// contains filtered or unexported fields
}
func (*Info) NewComponent ¶
func (i *Info) NewComponent(comp string) *ManifestInfo
func (*Info) SetMessage ¶
func (*Info) SetState ¶
func (i *Info) SetState(state InstallState)
type InstallState ¶
type InstallState int
const ( StateInstalling InstallState = iota StatePruning StateComplete StateUninstallComplete )
type ManifestInfo ¶
type ManifestInfo struct {
// contains filtered or unexported fields
}
func (*ManifestInfo) ReportError ¶
func (mi *ManifestInfo) ReportError(err string)
func (*ManifestInfo) ReportFinished ¶
func (mi *ManifestInfo) ReportFinished()
func (*ManifestInfo) ReportProgress ¶
func (mi *ManifestInfo) ReportProgress()
Click to show internal directories.
Click to hide internal directories.