base

package
v0.8.0-dev.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PullProgressEvent

type PullProgressEvent struct {
	ID             string `json:"id"`
	Status         string `json:"status"`
	Error          string `json:"error,omitempty"`
	Progress       string `json:"progress,omitempty"`
	ProgressDetail struct {
		Current    int    `json:"current"`
		Total      int    `json:"total"`
		HideCounts bool   `json:"hidecounts,omitempty"`
		Units      string `json:"units,omitempty"`
	} `json:"progressDetail"`
}

PullProgressEvent represents events returned from image pulling

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL