# Variables
Factories contains the list of all available testers.
# Structs
Environment environment information such as which hosts are doing what (clients, servers).
Host host information, like labels and addresses (will most of the time be filled by the runners.Runner).
Hosts contains a list of clients and servers hosts that will be used in the test environment.
IPAddresses list of IPv4 and IPv6 addresses a host has.
Plan contains the information needed to execute the plan.
Ports TCP and UDP ports list.
Status status info for a task.
StatusHosts status per servers and clients list with counter.
Task information for the task to execute.
# Interfaces
Tester is the interface a tester has to implement.