acceptance

package
v0.5.23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PandoraConfigAmmo

type PandoraConfigAmmo struct {
	Type string `yaml:"type"`
	File string `yaml:"file"`
}

type PandoraConfigGRPC

type PandoraConfigGRPC struct {
	Pools      []PandoraConfigGRPCPool  `yaml:"pools"`
	Log        *PandoraConfigLog        `yaml:"log"`
	Monitoring *PandoraConfigMonitoring `yaml:"monitoring"`
}

type PandoraConfigGRPCGun

type PandoraConfigGRPCGun struct {
	Type         string `yaml:"type"`
	Target       string `yaml:"target"`
	TLS          bool   `yaml:"tls"`
	ReflectPort  *int64 `yaml:"reflect_port,omitempty"`
	SharedClient struct {
		ClientNumber int  `yaml:"client-number,omitempty"`
		Enabled      bool `yaml:"enabled"`
	} `yaml:"shared-client,omitempty"`
}

type PandoraConfigGRPCPool

type PandoraConfigGRPCPool struct {
	ID      string               `yaml:"id"`
	Gun     PandoraConfigGRPCGun `yaml:"gun"`
	Ammo    PandoraConfigAmmo    `yaml:"ammo"`
	Result  PandoraConfigResult  `yaml:"result"`
	Rps     []PandoraConfigRps   `yaml:"rps"`
	Startup PandoraConfigStartup `yaml:"startup"`
}

type PandoraConfigLog

type PandoraConfigLog struct {
	Level string `yaml:"level"`
}

type PandoraConfigMonitoring

type PandoraConfigMonitoring struct {
	ExpVar PandoraConfigMonitoringExpVar `yaml:"expvar"`
}

type PandoraConfigMonitoringExpVar

type PandoraConfigMonitoringExpVar struct {
	Enabled bool `yaml:"enabled"`
	Port    int  `yaml:"port"`
}

type PandoraConfigResult

type PandoraConfigResult struct {
	Type string `yaml:"type"`
}

type PandoraConfigRps

type PandoraConfigRps struct {
	Type     string `yaml:"type"`
	Duration string `yaml:"duration"`
	Ops      int    `yaml:"ops"`
}

type PandoraConfigStartup

type PandoraConfigStartup struct {
	Type  string `yaml:"type"`
	Times int    `yaml:"times"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL