Versions in this module Expand all Collapse all v1 v1.2.4 Feb 13, 2019 Changes in this version + func Apply(ctx context.Context, root string, r io.Reader, opts ...ApplyOpt) (int64, error) + func Diff(ctx context.Context, a, b string) io.ReadCloser + func WriteDiff(ctx context.Context, w io.Writer, a, b string) error + type ApplyOpt func(options *ApplyOptions) error + func AsWindowsContainerLayer() ApplyOpt + func WithFilter(f Filter) ApplyOpt + func WithParentLayers(parentPaths []string) ApplyOpt + type ApplyOptions struct + Filter Filter + IsWindowsContainerLayer bool + ParentLayerPaths []string + type Filter func(*tar.Header) (bool, error)