Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StructField ¶
type StructField struct { Name string Type string MockTags map[string]string // parsed "mock" tags }
StructField is a parsed field of an struct
func (StructField) ToGenerator ¶
func (f StructField) ToGenerator(seed int64, logger *slog.Logger) (generator.AnyGenerator, error)
ToGenerator converts a StructField to an AnyGenerator
Click to show internal directories.
Click to hide internal directories.