MCPcopy
hub / github.com/containerd/containerd / erofsDiff

Struct erofsDiff

plugins/diff/erofs/differ.go:49–57  ·  view source on GitHub ↗

erofsDiff does erofs comparison and application

Source from the content-addressed store, hash-verified

47
48// erofsDiff does erofs comparison and application
49type erofsDiff struct {
50 store content.Store
51 mkfsExtraOpts []string
52 // enableTarIndex enables generating tar index for tar content
53 // instead of fully converting the tar to EROFS format
54 enableTarIndex bool
55 // enableDmverity enables formatting layers with dm-verity after creation
56 enableDmverity bool
57}
58
59// DifferOpt is an option for configuring the erofs differ
60type DifferOpt func(d *erofsDiff)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected