Versions in this module Expand all Collapse all v3 v3.1.0-alpha.20260528 May 28, 2026 v3.0.0 Jun 1, 2026 Changes in this version + func AddNamespace(ctx context.Context, namespace string) context.Context + func Apply(ctx context.Context, destination string, r io.Reader, ...) (int64, error) + type ImgMeta struct + ChainID string + Digest string + ImgRef string + Snapshotter string + type Interface interface + FindUnpackedImage func(ctx context.Context, imageRef string) (ImgMeta, error) + RunOnMountedROSnapshot func(ctx context.Context, img ImgMeta, callback func(rootfs string) error) (err error) + type Wrapper struct + func NewWrapper(s *sys.System, address string, opt ...client.Opt) (*Wrapper, error) + func (w Wrapper) FindUnpackedImage(ctx context.Context, imageRef string) (ImgMeta, error) + func (w Wrapper) RunOnMountedROSnapshot(ctx context.Context, img ImgMeta, callback func(rootfs string) error) (err error)