datagen

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2026 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package datagen generates test data for protocol schemas.

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 generates protocol test data.

func NewGenerator

func NewGenerator(seed int64) *Generator

NewGenerator creates a new data generator.

func (*Generator) GenerateBoundary

func (g *Generator) GenerateBoundary(s *schema.ProtocolSchema) []map[string]any

GenerateBoundary generates boundary value test data.

func (*Generator) GenerateFuzz

func (g *Generator) GenerateFuzz(s *schema.ProtocolSchema, count int) []map[string]any

GenerateFuzz generates malformed/fuzz test data.

func (*Generator) GenerateValid

func (g *Generator) GenerateValid(s *schema.ProtocolSchema, count int) []map[string]any

GenerateValid generates valid test data for a protocol.

Jump to

Keyboard shortcuts

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