data

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2026 License: MIT Imports: 11 Imported by: 0

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
}

func Open

func Open(source scenario.DataSource, root string) (Source, error)

Jump to

Keyboard shortcuts

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