Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImageProgress ¶
type ImageProgress struct { Start time.Time Entries map[string]*ImageProgressEntry AsciiOut *ascii.Lines Bar *ascii.ProgressBar // contains filtered or unexported fields }
func (*ImageProgress) Callback ¶
func (ip *ImageProgress) Callback(kind types.CallbackKind, instance string, state types.CallbackState, cur, total int64)
func (*ImageProgress) Display ¶
func (ip *ImageProgress) Display(final bool)
type ImageProgressEntry ¶
type ImageProgressEntry struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.