Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ReqURI string
DisableKeepAlive bool
SkipVerify bool
MTLSKey string
MTLSCert string
ReqTarget int64
Ctx context.Context
StartTrigger *sync.WaitGroup
Until time.Duration
ReqEvery time.Duration
ReadTimeout time.Duration
WriteTimeout time.Duration
Method string
Verbose bool
JwtStreamReceiver <-chan string
JWTHeader string
Headers []string
Body string
BodyFile string
NetHTTP bool
HTTPV3 bool
ReqStats chan<- time.Duration
Client string
Parallel bool
}
func (*Config) ReqLimitedOnly ¶
func (*Config) UnlimitedReqs ¶
type GoPayLoaderClient ¶
Click to show internal directories.
Click to hide internal directories.