Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Check ¶
type Check struct {
// contains filtered or unexported fields
}
func (*Check) Report ¶
func (c *Check) Report() []prometheus.Collector
type Options ¶
type Options struct {
ContentSize int64
RndSeed int64
PostageTTL time.Duration
PostageDepth uint64
PostageLabel string
TxOnErrWait time.Duration
RxOnErrWait time.Duration
NodesSyncWait time.Duration
Duration time.Duration
UploaderCount int
UploadGroups []string
DownloaderCount int
DownloadGroups []string
MaxCommittedDepth uint8
CommittedDepthCheckWait time.Duration
IterationWait time.Duration
}
func NewDefaultOptions ¶
func NewDefaultOptions() Options
Click to show internal directories.
Click to hide internal directories.