Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct {
// These are pointers because not every column will define a value for them
NumericConstraint *faker.NumericConstraint `yaml:"numericConstraint"`
StringConstraint *faker.StringConstraint `yaml:"stringConstraint"`
TimestampConstraint *faker.TimestampConstraint `yaml:"timestampConstraint"`
GeneralConstraint *faker.GeneralConstraint `yaml:"generalConstraint"`
Order *int `yaml:"order"`
// These are required by every column
Label string `yaml:"label"`
Source string `yaml:"source"`
}
type File ¶
func (*File) AddRowAtIndex ¶
Click to show internal directories.
Click to hide internal directories.