Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMongoToSrRule ¶
func NewMongoToSrRule(rules []*MongoToSrRule) []string
func NewMysqlToSrRule ¶
func NewMysqlToSrRule(rules []*MysqlToSrRule) []string
Types ¶
type MongoToSrRule ¶
type MongoToSrRule struct { SourceSchema string `toml:"source-schema"` SourceTable string `toml:"source-table"` TargetSchema string `toml:"target-schema"` TargetTable string `toml:"target-table"` }
func (*MongoToSrRule) TargetString ¶
func (mts *MongoToSrRule) TargetString() string
type MysqlToSrRule ¶
type MysqlToSrRule struct { SourceSchema string `toml:"source-schema"` SourceTable string `toml:"source-table"` TargetSchema string `toml:"target-schema"` TargetTable string `toml:"target-table"` }
func (*MysqlToSrRule) TargetString ¶
func (mts *MysqlToSrRule) TargetString() string
Click to show internal directories.
Click to hide internal directories.