regist

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2020 License: Apache-2.0 Imports: 14 Imported by: 3

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
	URL        string
	TaskID     string
	FileLength int64
	PieceSize  int32
	CDNSource  apiTypes.CdnSource
}

RegisterResult is the register result set.

func NewRegisterResult

func NewRegisterResult(node, url, taskID string,
	fileLen int64, pieceSize int32, cdnSource apiTypes.CdnSource) *RegisterResult

NewRegisterResult creates an instance of RegisterResult.

func (*RegisterResult) String

func (r *RegisterResult) String() string

type SupernodeRegister

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

SupernodeRegister encapsulates the Register steps into a struct.

func NewSupernodeRegister

func NewSupernodeRegister(cfg *config.Config, api api.SupernodeAPI, locator locator.SupernodeLocator) 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