Categorygithub.com/rkcloudchain/gosync
modulepackage
1.0.0-beta
Repository: https://github.com/rkcloudchain/gosync.git
Documentation: pkg.go.dev

# README

Go implementation of the rsync algorithm

Build Status codecov Go Report Card

gosync is a go implementation of the rsync algorithm

# Packages

No description provided by the author
No description provided by the author

# Functions

ComputeWeakHash computes a weak hash.
New returns a new gosync instance given configuration.

# Constants

consts...
consts...
consts...

# Structs

Config contains the parameters to start a gosync service.

# Interfaces

BlockRequester does synchronous requests on a remote source of blocks.
GoSync represents a rsync service.
ReadSeekerAt is the combination of ReadSeeker and ReaderAt interfaces.