regist

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2019 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RegisterResult

type RegisterResult struct {
	Node           string
	RemainderNodes []string
	URL            string
	TaskID         string
	FileLength     int64
	PieceSize      int32
}

RegisterResult is the register result set.

func NewRegisterResult

func NewRegisterResult(node string, remainder []string, url string,
	taskID string, fileLen int64, pieceSize int32) *RegisterResult

NewRegisterResult creates a instance of RegisterResult.

func (*RegisterResult) String

func (r *RegisterResult) String() string

type SupernodeRegister

type SupernodeRegister interface {
	Register(peerPort int) (*RegisterResult, *errors.DfError)
}

SupernodeRegister encapsulates the Register steps into a struct.

func NewSupernodeRegister

func NewSupernodeRegister(cfg *config.Config, api api.SupernodeAPI) SupernodeRegister

NewSupernodeRegister creates an instance of supernodeRegister.

Jump to

Keyboard shortcuts

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