Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Check ¶
type Check struct {
// contains filtered or unexported fields
}
Check instance
func (*Check) Report ¶ added in v0.8.4
func (c *Check) Report() []prometheus.Collector
type Options ¶
type Options struct {
FileName string
FileSize int64
FilesPerNode int
Full bool
GasPrice string
PostageTTL time.Duration
PostageLabel string
Seed int64
UploadNodeCount int
}
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.