Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type Generator struct + func NewGenerator(seed int64) *Generator + func (g *Generator) GenerateBoundary(s *schema.ProtocolSchema) []map[string]any + func (g *Generator) GenerateFuzz(s *schema.ProtocolSchema, count int) []map[string]any + func (g *Generator) GenerateValid(s *schema.ProtocolSchema, count int) []map[string]any