Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attacker ¶
type Attacker struct {
// contains filtered or unexported fields
}
func NewAttacker ¶
func NewAttacker(f HitFunc, opts ...AttackerOption) *Attacker
type AttackerOption ¶
type AttackerOption func(*AttackerOptions)
func WithWorkers ¶
func WithWorkers(n uint64) AttackerOption
type AttackerOptions ¶
type AttackerOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.