Documentation
¶
Index ¶
- Constants
- type AlreadyExists
- type Digest
- type DownloadComplete
- type DownloadedNewerImage
- type Downloading
- type Extracting
- type Final
- type FinalEvent
- type LayerBase
- type LayerError
- type LayerEvent
- type Progress
- type ProgressBase
- type PullComplete
- type PullError
- type PullEvent
- type PullStarted
- type PullingFSLayer
- type UpToDate
- type VerifyingChecksum
- type Waiting
Constants ¶
View Source
const AlreadyExistsStatus = "Already exists"
View Source
const DownloadCompleteStatus = "Download complete"
View Source
const DownloadingStatus = "Downloading"
View Source
const ExtractingStatus = "Extracting"
View Source
const PullCompleteStatus = "Pull complete"
View Source
const PullingFSLayerStatus = "Pulling fs layer"
View Source
const VerifyingChecksumStatus = "Verifying Checksum"
View Source
const WaitingStatus = "Waiting"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlreadyExists ¶
type AlreadyExists struct {
LayerBase
}
func (*AlreadyExists) LayerId ¶
func (a *AlreadyExists) LayerId() string
func (*AlreadyExists) String ¶
func (a *AlreadyExists) String() string
type DownloadComplete ¶
type DownloadComplete struct {
LayerBase
}
func (*DownloadComplete) String ¶
func (d *DownloadComplete) String() string
type DownloadedNewerImage ¶
type DownloadedNewerImage struct {
Final
}
func (*DownloadedNewerImage) String ¶
func (d *DownloadedNewerImage) String() string
type Downloading ¶
type Downloading struct {
ProgressBase
}
func (*Downloading) String ¶
func (d *Downloading) String() string
type Extracting ¶
type Extracting struct { ProgressBase Duration time.Duration }
func (*Extracting) HasProgress ¶
func (d *Extracting) HasProgress() bool
func (*Extracting) String ¶
func (d *Extracting) String() string
type FinalEvent ¶
type LayerError ¶
type LayerEvent ¶
type ProgressBase ¶
type ProgressBase struct { LayerBase // contains filtered or unexported fields }
func (*ProgressBase) Progress ¶
func (p *ProgressBase) Progress() Progress
type PullComplete ¶
type PullComplete struct {
LayerBase
}
func (*PullComplete) String ¶
func (p *PullComplete) String() string
type PullStarted ¶
type PullStarted struct { }
func (*PullStarted) String ¶
func (p *PullStarted) String() string
type PullingFSLayer ¶
type PullingFSLayer struct {
LayerBase
}
func (*PullingFSLayer) String ¶
func (p *PullingFSLayer) String() string
type VerifyingChecksum ¶
type VerifyingChecksum struct {
LayerBase
}
func (*VerifyingChecksum) String ¶
func (v *VerifyingChecksum) String() string
Click to show internal directories.
Click to hide internal directories.