Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attach ¶
type Build ¶
type Extract ¶
func NewExtract ¶
func NewExtract() *Extract
type Fetch ¶
type Inspect ¶ added in v0.0.3
func NewInspect ¶ added in v0.0.3
func NewInspect() *Inspect
type Login ¶
type Pull ¶
type PullHooks ¶ added in v0.0.2
type PullHooks interface { // BeforePullLayer will execute before pulling the layer described as desc, will carry the manifest as well. BeforePullLayer(desc ocispec.Descriptor, manifest ocispec.Manifest) // AfterPullLayer will execute after pulling the layer described as desc, the error will be nil if pulled successfully. AfterPullLayer(desc ocispec.Descriptor, err error) }
PullHooks is the hook events during the pull operation.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.