Versions in this module Expand all Collapse all v1 v1.0.2 Oct 30, 2023 Changes in this version type SyncdiffConfigModel + LogLevel string v1.0.1 Oct 24, 2023 Changes in this version type SyncdiffConfigModel + Priority int v1.0.0 Apr 27, 2023 Changes in this version + type O2TConfigModel struct + DumpDuration int + DumpExtraCols string + DumpFilterClauseOra string + DumpStatus string + GenerateConfStatus string + GenerateDuration int + Id int + LastDumpTime time.Time + LastGenerateConfTime time.Time + LastLoadTime time.Time + LoadDuration int + LoadStatus string + OracleRowsCount int + TableNameTidb string + TableSchemaOracle string + TableSchemaTidb string + TidbRowsCount int + func (it *O2TConfigModel) Delete() (err error) + func (it *O2TConfigModel) GetListPage(pageNum int, pageSize int) (err error, o2tConfigList []O2TConfigModel, count int64) + func (it *O2TConfigModel) Insert() (err error) + func (it *O2TConfigModel) SelectAll(id int) + func (it *O2TConfigModel) SelectById(id int) + func (it *O2TConfigModel) TableName() string + func (it *O2TConfigModel) Update() (err error) + type SyncdiffConfigModel struct + Batchid string + CheckFailedNum int + CheckIgnoreNum int + CheckSuccessNum int + CheckThreadCount int + ChunkNum int + ChunkSize int + ConfigHash string + ContainDatatypes string + FilterClauseOra string + FilterClauseTidb string + Id int + IgnoreColumns string + IndexFields string + JobStarttime time.Time + OracleHint string + Remark string + SnapshotSource string + SnapshotTarget string + SourceInfo string + State string + SyncDuration int + SyncEndtime time.Time + SyncMessages string + SyncStarttime time.Time + SyncStatus string + TableCount int + TableLabel string + TableNameTidb string + TableSchema string + TableSchemaOracle string + TargetInfo string + TidbHint string + TsoInfo string + UpdateTime time.Time + UseSnapshot string + UseTso string + func (it *SyncdiffConfigModel) Delete() (err error) + func (it *SyncdiffConfigModel) GetListPage(pageNum int, pageSize int) (err error, o2tConfigList []O2TConfigModel, count int64) + func (it *SyncdiffConfigModel) Insert() (err error) + func (it *SyncdiffConfigModel) SelectAll(id int) + func (it *SyncdiffConfigModel) SelectById(id int) + func (it *SyncdiffConfigModel) TableName() string + func (it *SyncdiffConfigModel) Update() (err error) + type T2OConfigModel struct + DumpDuration int + DumpStatus string + GenerateCtlDuration int + GenerateCtlStatus string + Id int + LastDumpTime time.Time + LastGenerateCtlTime time.Time + LastLoadTime time.Time + LoadDuration int + LoadStatus string + OracleRowsCount int + TableNameTidb string + TableSchemaOracle string + TableSchemaTidb string + TidbRowsCount int + func (it *T2OConfigModel) Delete() (err error) + func (it *T2OConfigModel) GetListPage(pageNum int, pageSize int) (err error, o2tConfigList []O2TConfigModel, count int64) + func (it *T2OConfigModel) Insert() (err error) + func (it *T2OConfigModel) SelectAll(id int) + func (it *T2OConfigModel) SelectById(id int) + func (it *T2OConfigModel) TableName() string + func (it *T2OConfigModel) Update() (err error)