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