Home
last modified time | relevance | path

Searched refs:WriteDiffOptions (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/archive/
H A Dtar_opts_windows.go51 …fWindowsLayers(ctx context.Context, w io.Writer, _, layer string, options WriteDiffOptions) error { argument
58 return func(options *WriteDiffOptions) error {
68 return func(options *WriteDiffOptions) error {
H A Dtar_opts.go78 type WriteDiffOptions struct { struct
81 writeDiffFunc func(context.Context, io.Writer, string, string, WriteDiffOptions) error argument
85 type WriteDiffOpt func(options *WriteDiffOptions) error
H A Dtar.go73 var options WriteDiffOptions
93 func writeDiffNaive(ctx context.Context, w io.Writer, a, b string, _ WriteDiffOptions) error { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/archive/
H A Dtar_opts_windows.go51 …fWindowsLayers(ctx context.Context, w io.Writer, _, layer string, options WriteDiffOptions) error { argument
58 return func(options *WriteDiffOptions) error {
68 return func(options *WriteDiffOptions) error {
H A Dtar_opts.go78 type WriteDiffOptions struct { struct
81 writeDiffFunc func(context.Context, io.Writer, string, string, WriteDiffOptions) error argument
85 type WriteDiffOpt func(options *WriteDiffOptions) error
H A Dtar.go73 var options WriteDiffOptions
93 func writeDiffNaive(ctx context.Context, w io.Writer, a, b string, _ WriteDiffOptions) error { argument