delta

package
v0.0.0-...-ac55ef5 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Delta

type Delta struct {
	OriginalHash string
	NewHash      string
	Content      []byte
}

type Snapshot

type Snapshot struct {
	Content []byte
	Hash    string
}

func NewSnapshot

func NewSnapshot(content []byte) *Snapshot

func (*Snapshot) CreateDelta

func (s *Snapshot) CreateDelta(previous *Snapshot) *Delta

Jump to

Keyboard shortcuts

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