Documentation ¶
Index ¶
- Constants
- func AttackerFromName(name string) loadgen.Attack
- func CheckFromName(name string) loadgen.RuntimeCheckFunc
- func DefaultLimit(a loadgen.Attack) int32
- func GetJetDropsByID(a *GetJetDropByIDAttack, id string) error
- func GetRecordsByID(a *GetRecordsAttack, id string) error
- func NewCSVWriter(name string) (*csv.Writer, func() error)
- func NewGeneratedBEClient(a loadgen.Attack) *client.APIClient
- type GetJetDropByIDAttack
- type GetJetDropsByJetIDAttack
- type GetJetDropsByPulseNumberAttack
- type GetLifelineAttack
- type GetPulseAttack
- type GetPulsesAttack
- type GetRecordsAttack
- type SearchAttack
Constants ¶
View Source
const ( GetPulseLabel = "get_pulse" GetPulsesLabel = "get_pulses" GetJetDropByIDLabel = "get_jet_drop_by_id" GetJetDropsByJetIDLabel = "get_jet_drops_by_jet_id" GetRecordsLabel = "get_records" GetLifelineLabel = "get_lifeline" SearchLabel = "search" GetJetDropsByPulseNumLabel = "get_jet_drops_by_pulse_number" )
Variables ¶
This section is empty.
Functions ¶
func AttackerFromName ¶
func CheckFromName ¶
func CheckFromName(name string) loadgen.RuntimeCheckFunc
func DefaultLimit ¶
func GetJetDropsByID ¶
func GetJetDropsByID(a *GetJetDropByIDAttack, id string) error
func GetRecordsByID ¶
func GetRecordsByID(a *GetRecordsAttack, id string) error
Types ¶
type GetJetDropByIDAttack ¶
type GetJetDropByIDAttack struct { loadgen.WithRunner // contains filtered or unexported fields }
func (*GetJetDropByIDAttack) Clone ¶
func (a *GetJetDropByIDAttack) Clone(r *loadgen.Runner) loadgen.Attack
func (*GetJetDropByIDAttack) Do ¶
func (a *GetJetDropByIDAttack) Do(ctx context.Context) loadgen.DoResult
func (*GetJetDropByIDAttack) Setup ¶
func (a *GetJetDropByIDAttack) Setup(hc loadgen.RunnerConfig) error
type GetJetDropsByJetIDAttack ¶
type GetJetDropsByJetIDAttack struct { loadgen.WithRunner // contains filtered or unexported fields }
func (*GetJetDropsByJetIDAttack) Clone ¶
func (a *GetJetDropsByJetIDAttack) Clone(r *loadgen.Runner) loadgen.Attack
func (*GetJetDropsByJetIDAttack) Do ¶
func (a *GetJetDropsByJetIDAttack) Do(ctx context.Context) loadgen.DoResult
func (*GetJetDropsByJetIDAttack) Setup ¶
func (a *GetJetDropsByJetIDAttack) Setup(hc loadgen.RunnerConfig) error
type GetJetDropsByPulseNumberAttack ¶
type GetJetDropsByPulseNumberAttack struct { loadgen.WithRunner // contains filtered or unexported fields }
func (*GetJetDropsByPulseNumberAttack) Clone ¶
func (a *GetJetDropsByPulseNumberAttack) Clone(r *loadgen.Runner) loadgen.Attack
func (*GetJetDropsByPulseNumberAttack) Do ¶
func (a *GetJetDropsByPulseNumberAttack) Do(ctx context.Context) loadgen.DoResult
func (*GetJetDropsByPulseNumberAttack) Setup ¶
func (a *GetJetDropsByPulseNumberAttack) Setup(hc loadgen.RunnerConfig) error
type GetLifelineAttack ¶
type GetLifelineAttack struct { loadgen.WithRunner // contains filtered or unexported fields }
func (*GetLifelineAttack) Clone ¶
func (a *GetLifelineAttack) Clone(r *loadgen.Runner) loadgen.Attack
func (*GetLifelineAttack) Setup ¶
func (a *GetLifelineAttack) Setup(hc loadgen.RunnerConfig) error
type GetPulseAttack ¶
type GetPulseAttack struct { loadgen.WithRunner // contains filtered or unexported fields }
func (*GetPulseAttack) Setup ¶
func (a *GetPulseAttack) Setup(hc loadgen.RunnerConfig) error
type GetPulsesAttack ¶
type GetPulsesAttack struct { loadgen.WithRunner // contains filtered or unexported fields }
func (*GetPulsesAttack) Setup ¶
func (a *GetPulsesAttack) Setup(hc loadgen.RunnerConfig) error
type GetRecordsAttack ¶
type GetRecordsAttack struct { loadgen.WithRunner // contains filtered or unexported fields }
func (*GetRecordsAttack) Setup ¶
func (a *GetRecordsAttack) Setup(hc loadgen.RunnerConfig) error
type SearchAttack ¶
type SearchAttack struct { loadgen.WithRunner // contains filtered or unexported fields }
func (*SearchAttack) Setup ¶
func (a *SearchAttack) Setup(hc loadgen.RunnerConfig) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.