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
Click to show internal directories.
Click to hide internal directories.