Documentation ¶ Index ¶ func Check(c *bee.Cluster, o Options) (err error) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Check ¶ func Check(c *bee.Cluster, o Options) (err error) Check uploads given chunks on cluster and checks pullsync ability of the cluster Types ¶ type Options ¶ type Options struct { NodeGroup string UploadNodeCount int ChunksPerNode int ReplicationFactorThreshold int Seed int64 PostageAmount int64 PostageWait time.Duration } Options represents pullsync check options Source Files ¶ View all Source files pullsync.go Click to show internal directories. Click to hide internal directories.