Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Runner)
Option allows the Runner to be configured by the user.
func WithDateFormat ¶
WithDateFormat sets the default date format for the Runner.
func WithDebug ¶
WithDebug puts the Runner in debug mode, meaning nothing will be written to a database.
func WithStringFDefaults ¶
func WithStringFDefaults(d random.StringFDefaults) Option
WithStringFDefaults sets the default format min and max values for the Runner.
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner holds the configuration that will be used at runtime.
func New ¶
New returns a pointer to a newly configured Runner. Optionally taking a variable number of configuration options.
Click to show internal directories.
Click to hide internal directories.