Documentation
¶
Index ¶
Constants ¶
View Source
const Direct = "direct"
View Source
const Indirect = "indirect"
Variables ¶
This section is empty.
Functions ¶
func TimeBasedSuffix ¶
func TimeBasedSuffix() string
TimeBasedSuffix returns a string representation for a duration in microseconds since 2020-01-01 00:00:00 (1577836800 s since JAN 01 1970 UTC)
Types ¶
type Config ¶
type Config struct {
Dest string `yaml:"Dest"`
TransientDb string `yaml:"TransientDb"`
JournalTable string `yaml:"JournalTable"`
Connection *config.Connection `yaml:"Connection"`
CreateDDLURL string `yaml:"CreateDDLURL"`
CreateDDL string
UseInsertAPI bool
Mode string
ConnectionJn *config.Connection
OnDuplicateKeySql string
BatchSize int
// contains filtered or unexported fields
}
func (*Config) TransientTable ¶
Click to show internal directories.
Click to hide internal directories.