Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Addr string
DatabaseConnString string
// SecretKey is the key used to sign experiment responses.
SecretKey string
// TesterTimeout defines how long an experiment is allowed to run.
TesterTimeout time.Duration
// MaxPendingCommands defines the size of the spawner command queue.
MaxPendingCommands int
// MaxProcesses defines the number of simultaneous processes executing spawner commands.
MaxProcesses int
}
Config holds the Server configuration.
Click to show internal directories.
Click to hide internal directories.