Documentation
¶
Overview ¶
Package tardiff provides functionality for analyzing and creating binary differences between tar archives.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Diff ¶
func Diff(oldTarFile io.ReadSeeker, newTarFile io.ReadSeeker, diffFile io.Writer, options *Options) error
Diff creates a binary difference between two tar archives.
Types ¶
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
Options configures the behavior of the diff operation.
func NewOptions ¶
func NewOptions() *Options
NewOptions creates a new Options struct with default values.
func (*Options) SetCompressionLevel ¶
SetCompressionLevel sets the compression level for the output diff file.
func (*Options) SetMaxBsdiffFileSize ¶
SetMaxBsdiffFileSize sets the maximum file size for bsdiff operations.
Click to show internal directories.
Click to hide internal directories.