Versions in this module Expand all Collapse all v1 v1.0.0 Mar 4, 2025 Changes in this version + type Continue struct + func (c Continue) Bool() bool + func (c Continue) Fill(obj interface{}) + func (c Continue) FillNoCustom(obj interface{}) + func (c Continue) String(n int) string + func (c Continue) Uint64() uint64 + type Filler struct + func New() *Filler + func NewFromGoFuzz(data []byte) *Filler + func NewWithSeed(seed int64) *Filler + func (f *Filler) AllowUnexportedFields(flag bool) *Filler + func (f *Filler) Fill(obj interface{}) + func (f *Filler) FillNoCustom(obj interface{}) + func (f *Filler) Funcs(customFuncs ...interface{}) *Filler + func (f *Filler) MaxDepth(d int) *Filler + func (f *Filler) NilChance(p float64) *Filler + func (f *Filler) NumElements(min, max int) *Filler + func (f *Filler) RandSource(s rand.Source) *Filler + func (f *Filler) SkipFieldsWithPattern(pattern *regexp.Regexp) *Filler + type NativeSelfFiller interface + RandFill func(c Continue) + type SimpleSelfFiller interface + RandFill func(r *rand.Rand) + type UnicodeRange struct + First rune + Last rune + func (ur UnicodeRange) CustomStringFillFunc(n int) func(s *string, c Continue) + type UnicodeRanges []UnicodeRange + func (ur UnicodeRanges) CustomStringFillFunc(n int) func(s *string, c Continue)