Documentation ¶ Index ¶ type Faker func NewFaker(seed int64) Faker func (f Faker) Keys(s []string) func (f Faker) Labels(p []require.Spec, keys []string) func (f Faker) Less(p []require.Spec, keys, numbers []string) func (f Faker) Multimaps(p []require.Spec, keys, values []string) func (f Faker) Numbers(s []string) func (f Faker) Values(s []string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Faker ¶ type Faker struct { // contains filtered or unexported fields } func NewFaker ¶ func NewFaker(seed int64) Faker func (Faker) Keys ¶ func (f Faker) Keys(s []string) func (Faker) Labels ¶ func (f Faker) Labels(p []require.Spec, keys []string) func (Faker) Less ¶ func (f Faker) Less(p []require.Spec, keys, numbers []string) func (Faker) Multimaps ¶ func (f Faker) Multimaps(p []require.Spec, keys, values []string) func (Faker) Numbers ¶ func (f Faker) Numbers(s []string) func (Faker) Values ¶ func (f Faker) Values(s []string) Source Files ¶ View all Source files fake.go Click to show internal directories. Click to hide internal directories.