Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
ChunksPerNode int
GasPrice string
MetricsPusher *push.Pusher
Mode string
PostageAmount int64
PostageDepth uint64
PostageLabel string
PostageWait time.Duration
Retries int // number of reties on problems
RetryDelay time.Duration // retry delay duration
Seed int64
UploadNodeCount int
ExcludeNodeGroups []string
}
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.