Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "unknown version" BuildTime = "unknown time" )
Functions ¶
This section is empty.
Types ¶
type BinlogConfig ¶
type BinlogConfig struct {
Host string
Port int
Username string
Password string
StartBinlogName string
StopBinlogName string
StartPosition uint32
StopPosition uint32
StartDatetime *time.Time
StopDatetime *time.Time
Database string
Tables []string
SqlTypes []string
DDL bool
Out string
Local bool
// contains filtered or unexported fields
}
func (*BinlogConfig) SupportSqlType ¶
func (h *BinlogConfig) SupportSqlType(sqlType string) bool
Click to show internal directories.
Click to hide internal directories.