# Functions
CreateRendererUsingDefaultDictionary will create a new SchemaRenderer using the default dictionary file.
CreateRendererUsingDictionary will create a new SchemaRenderer using a custom dictionary file.
NewMockGenerator creates a new mock generator using the default dictionary.
NewMockGeneratorWithDictionary creates a new mock generator using a custom dictionary.
ReadDictionary will read a dictionary file and return a slice of strings.
# Structs
MockGenerator is used to generate mocks for high-level mockable structs or *base.Schema pointers.
SchemaRenderer is a renderer that will generate random words, numbers and values based on a dictionary file.
# Type aliases
No description provided by the author