MCPcopy Index your code
hub / github.com/coder/envbox / ImagePullProgressFn

FuncType ImagePullProgressFn

dockerutil/image.go:62–62  ·  view source on GitHub ↗

ImagePullProgressFn provides a way for a consumer to process image pull progress.

func(e ImagePullEvent) error

Source from the content-addressed store, hash-verified

60// ImagePullProgressFn provides a way for a consumer to process
61// image pull progress.
62type ImagePullProgressFn func(e ImagePullEvent) error
63
64// PullImage pulls the provided image.
65func PullImage(ctx context.Context, config *PullImageConfig) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected