Documentation
¶
Overview ¶
Package fake provides utilities for generating fake test data using the faker library. It offers a simple interface to create populated structs for testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option = options.OptionFunc
Option is an alias for faker configuration options.
func MaxSliceSize ¶
MaxSliceSize sets the maximum size for randomly generated slices and maps.
func MinSliceSize ¶
MinSliceSize sets the minimum size for randomly generated slices and maps.
Click to show internal directories.
Click to hide internal directories.