# Functions
No description provided by the author
# Structs
Config represents configuration for the load runner.
ExecStatementCommand is a Command that executes Prana statements (e.g.
ExecStatementCommandFactory is a CommandFactory instance that creates ExecuteStatementCommand instances.
No description provided by the author
LoadRunner is a simple server which hosts a gRPC API and allows commands to be executed.
PublishCommand is a command which publishes messages Kafka using a message generator.
No description provided by the author
No description provided by the author
# Interfaces
Command represents something that can be run by the load runner.
CommandFactory creates Command instances given some config Each command type has its own CommandFactory instance.