Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source interface {
Name() string
Next(virtualUser int64) (map[string]string, error)
Exhausted() bool
// How many distinct values each variable can take. It is what lets the
// report tell a defect from a scenario that declared a single value. A
// negative value means unknown.
Available() map[string]int64
}
Click to show internal directories.
Click to hide internal directories.