Documentation
¶
Index ¶
- func FullConnectivity(opts FullConnectivityOptions) (err error)
- func PeerCount(opts PeerCountOptions) (err error)
- func PingPong(opts PingPongOptions) (err error)
- func PushSync(opts PushSyncOptions) (err error)
- type FullConnectivityOptions
- type PeerCountOptions
- type PingPongOptions
- type PushSyncOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FullConnectivity ¶ added in v0.1.3
func FullConnectivity(opts FullConnectivityOptions) (err error)
FullConnectivity ...
Types ¶
type FullConnectivityOptions ¶ added in v0.1.3
type FullConnectivityOptions struct {
DebugAPIHostnamePattern string
DebugAPIDomain string
DisableNamespace bool
Namespace string
NodeCount int
}
FullConnectivityOptions ...
type PeerCountOptions ¶
type PeerCountOptions struct {
DebugAPIHostnamePattern string
DebugAPIDomain string
DisableNamespace bool
Namespace string
NodeCount int
}
PeerCountOptions ...
type PingPongOptions ¶ added in v0.1.3
type PingPongOptions struct {
APIHostnamePattern string
APIDomain string
DebugAPIHostnamePattern string
DebugAPIDomain string
DisableNamespace bool
Namespace string
NodeCount int
}
PingPongOptions ...
type PushSyncOptions ¶ added in v0.1.3
type PushSyncOptions struct {
APIHostnamePattern string
APIDomain string
ChunksPerNode int
DebugAPIHostnamePattern string
DebugAPIDomain string
DisableNamespace bool
Namespace string
NodeCount int
RandomSeed bool
Seed int64
TargetNode int
UploadNodeCount int
}
PushSyncOptions ...
Click to show internal directories.
Click to hide internal directories.