Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
DryRun bool
ExpectSettlements bool
FileName string
FileSize int64
GasPrice string
PostageAmount int64
PostageDepth uint64
PostageLabel string
Seed int64
Threshold int64 // balances treshold
UploadNodeCount int
WaitAfterUpload time.Duration // seconds to wait before downloading a file
WaitBeforeDownload time.Duration // seconds to wait before downloading a file
}
Options represents check options
func NewDefaultOptions ¶ added in v0.7.0
func NewDefaultOptions() Options
NewDefaultOptions returns new default options
Click to show internal directories.
Click to hide internal directories.