Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LayerAlreadyExists ¶
type LayerAlreadyExists struct {
// contains filtered or unexported fields
}
func (*LayerAlreadyExists) Next ¶
func (l *LayerAlreadyExists) Next(event events.LayerEvent) (Layer, error)
func (*LayerAlreadyExists) Status ¶
func (l *LayerAlreadyExists) Status() string
type LayerDownloadComplete ¶
type LayerDownloadComplete struct {
// contains filtered or unexported fields
}
func (*LayerDownloadComplete) Next ¶
func (l *LayerDownloadComplete) Next(event events.LayerEvent) (Layer, error)
func (*LayerDownloadComplete) Status ¶
func (l *LayerDownloadComplete) Status() string
type LayerDownloading ¶
type LayerDownloading struct {
// contains filtered or unexported fields
}
func (*LayerDownloading) Next ¶
func (l *LayerDownloading) Next(event events.LayerEvent) (Layer, error)
func (*LayerDownloading) Progress ¶
func (l *LayerDownloading) Progress() events.Progress
func (*LayerDownloading) Status ¶
func (l *LayerDownloading) Status() string
type LayerErrored ¶
type LayerErrored struct {
// contains filtered or unexported fields
}
func (*LayerErrored) Next ¶
func (l *LayerErrored) Next(events.LayerEvent) (Layer, error)
func (*LayerErrored) Status ¶
func (l *LayerErrored) Status() string
type LayerExtracting ¶
type LayerExtracting struct {
// contains filtered or unexported fields
}
func (*LayerExtracting) Duration ¶
func (l *LayerExtracting) Duration() *time.Duration
func (*LayerExtracting) Next ¶
func (l *LayerExtracting) Next(event events.LayerEvent) (Layer, error)
func (*LayerExtracting) Progress ¶
func (l *LayerExtracting) Progress() *events.Progress
func (*LayerExtracting) Status ¶
func (l *LayerExtracting) Status() string
type LayerPullComplete ¶
type LayerPullComplete struct {
// contains filtered or unexported fields
}
func (*LayerPullComplete) Next ¶
func (l *LayerPullComplete) Next(event events.LayerEvent) (Layer, error)
func (*LayerPullComplete) Status ¶
func (l *LayerPullComplete) Status() string
type LayerPullingFSLayer ¶
type LayerPullingFSLayer struct {
// contains filtered or unexported fields
}
func (*LayerPullingFSLayer) Next ¶
func (l *LayerPullingFSLayer) Next(event events.LayerEvent) (Layer, error)
func (*LayerPullingFSLayer) Status ¶
func (l *LayerPullingFSLayer) Status() string
type LayerVerifyingChecksum ¶
type LayerVerifyingChecksum struct {
// contains filtered or unexported fields
}
func (*LayerVerifyingChecksum) Next ¶
func (l *LayerVerifyingChecksum) Next(event events.LayerEvent) (Layer, error)
func (*LayerVerifyingChecksum) Status ¶
func (l *LayerVerifyingChecksum) Status() string
type LayerWaiting ¶
type LayerWaiting struct {
// contains filtered or unexported fields
}
func (*LayerWaiting) Next ¶
func (l *LayerWaiting) Next(event events.LayerEvent) (Layer, error)
func (*LayerWaiting) Status ¶
func (l *LayerWaiting) Status() string
type Pull ¶
type PullComplete ¶
func (*PullComplete) HasDownloadedNewer ¶ added in v0.3.0
func (p *PullComplete) HasDownloadedNewer() bool
func (*PullComplete) Status ¶
func (p *PullComplete) Status() string
type PullErrored ¶
type PullErrored struct { PullBase // contains filtered or unexported fields }
func (*PullErrored) Status ¶
func (p *PullErrored) Status() string
type PullInProgress ¶
type PullInProgress struct { PullBase // contains filtered or unexported fields }
func (*PullInProgress) Status ¶
func (p *PullInProgress) Status() string
Click to show internal directories.
Click to hide internal directories.