Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressPair ¶
func (*AddressPair) Enabled ¶
func (a *AddressPair) Enabled() bool
func (*AddressPair) SetDefaults ¶
func (a *AddressPair) SetDefaults()
type Config ¶
type Config struct { QueueConfig AddressPair `yaml:"queue"` SinkConfig AddressPair `yaml:"sink"` Duration int Requests int64 `yaml:"requests"` DbPath string `yaml:"dbPath"` BatchSize int `yaml:"batchSize"` Scenarios []Scenario }
func (*Config) SetDefaults ¶
func (c *Config) SetDefaults()
Click to show internal directories.
Click to hide internal directories.