Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct { FileDiffer FileDiffer // Limit is the max number of file differs can run at the same time Limit int // contains filtered or unexported fields }
Factory is a helper for creating a new blob differ factory
type FileDiffer ¶
type FileDiffer interface {
DiffContents(f1, f2 FileInfo, target string, records chan<- record.Record, hf dlhash.Factory) error
}
FileDiffer defines the file differ factory interface
type SafeFactory ¶
type SafeFactory struct { FileDiffer FileDiffer // Limit is the max number of file differs can run at the same time Limit int // contains filtered or unexported fields }
SafeFactory is a helper for creating a new xattrs-based blob differ factory
Click to show internal directories.
Click to hide internal directories.