p2p

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2019 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const ChunkSize = 1024

ChunkSize size of a chunk of data

Variables

This section is empty.

Functions

This section is empty.

Types

type Encoder

type Encoder interface {
	Encode(interface{}) error
}

Encoder is an interface that implements an Encode method.

type P2P

type P2P interface {
	PullFile(ctx context.Context, fileHash []byte, pid peer.ID) error
	SendFile(ctx context.Context, enc Encoder, fileHash []byte) error
}

P2P is where the p2p APIs are defined.

func NewP2P

func NewP2P(host ihost.Host, fh file.Handler) P2P

NewP2P returns a new p2p handler.

Directories

Path Synopsis
Package mockencoder is a generated GoMock package.
Package mockencoder is a generated GoMock package.

Jump to

Keyboard shortcuts

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