delta

package
v0.0.0-...-bec4141 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2022 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bsdiff

type Bsdiff struct{}

func (Bsdiff) Diff

func (Bsdiff) Diff(source io.Reader, target io.Reader, patch io.Writer) error

func (Bsdiff) Patch

func (Bsdiff) Patch(source io.Reader, target io.Writer, patch io.Reader) error

type Differ

type Differ interface {
	Diff(source io.Reader, target io.Reader, patch io.Writer) error
}

type Fdelta

type Fdelta struct{}

func (Fdelta) Diff

func (Fdelta) Diff(source io.Reader, target io.Reader, patch io.Writer) error

func (Fdelta) Patch

func (Fdelta) Patch(source io.Reader, target io.Writer, patch io.Reader) error

type Patcher

type Patcher interface {
	Patch(source io.Reader, target io.Writer, patch io.Reader) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL