Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataLoader ¶
type DataLoader struct {
TableName string
Columns []string
ColumnsSql []string
ValueDefinitions [][]interface{}
}
func (DataLoader) GetCliCommand ¶ added in v1.0.0
func (this DataLoader) GetCliCommand() *cli.Command
func (DataLoader) Load ¶
func (this DataLoader) Load(db gosql.DB, startTime, endTime time.Time, rowCountPerDayFrom, rowCountPerDayTo int, fluctuations []Fluctuation)
func (DataLoader) Unload ¶
func (this DataLoader) Unload(db gosql.DB)
type Fluctuation ¶
type RowCountGenerator ¶
type RowCountGenerator struct{}
type RowGenerator ¶
type RowGenerator struct{}
Click to show internal directories.
Click to hide internal directories.