Documentation
¶
Overview ¶
Package utils provides smaller and independent helper functions which are needed in various places throughout the code base.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestEnv ¶
type TestEnv struct {
Config *config.Config
TLSConfig *tls.Config
Addr string
DownDistr chan struct{}
DownWorker chan struct{}
DownStorage chan struct{}
DoneDistr chan struct{}
DoneWorker chan struct{}
DoneStorage chan struct{}
}
TestEnv carries everything needed for a full grown test of pluto with multiple nodes.
func CreateTestEnv ¶
CreateTestEnv initializes the needed environment for performing various tests against a potentially complete pluto setup.
Click to show internal directories.
Click to hide internal directories.