server

package
v2.0.2-rc.25 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New added in v2.0.1

func New(daemonServer DaemonServer, opts ...grpc.ServerOption) *grpc.Server

Types

type DaemonServer

type DaemonServer interface {
	// Trigger client to download file
	Download(context.Context, *dfdaemon.DownRequest, chan<- *dfdaemon.DownResult) error
	// Get piece tasks from other peers
	GetPieceTasks(context.Context, *base.PieceTaskRequest) (*base.PiecePacket, error)
	// Check daemon health
	CheckHealth(context.Context) error
}

DaemonServer refer to dfdaemon.DaemonServer

Directories

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

Jump to

Keyboard shortcuts

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