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