# Constants
No description provided by the author
# Variables
handshakeConfigs are used to just do a basic handshake between a plugin and host.
pluginMap is the map of plugins we can dispense.
# Structs
ReportPlugin is the implementation of plugin.Plugin so we can serve/consume this.
Here is an implementation that talks over RPC.
Here is the RPC server that GenerateRPC talks to, conforming to the requirements of net/rpc.
TestReport is the toplevel object for the plaxrun test report.
# Interfaces
Generate interface for the report plugin.