generator

package
v0.0.0-...-57b6ef7 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2026 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

type Generator struct {
	// contains filtered or unexported fields
}

Generator handles the fuzzing logic

func New

func New(cfg *config.Config) *Generator

New creates a new generator with the given configuration

func (*Generator) Generate

func (g *Generator) Generate() error

Generate produces the specified number of queries

type WorkItem

type WorkItem struct {
	RuleName string
	Depth    int
	Result   *string // Pointer to where the result should be stored
}

WorkItem represents a unit of work in the generation stack

Jump to

Keyboard shortcuts

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