Documentation
¶
Index ¶
Constants ¶
View Source
const ( ERROR = "error" NEW = "new" INITIALIZED = "initialized" INSPECTED = "inspected" AUDITED = "audited" CONVERTED = "converted" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Convert ¶ added in v0.22.0
type DumpParams ¶ added in v0.26.0
DumpParams describes an expected dump.
type Info ¶
type Info struct {
Creator string
Created time.Time
Driver string
Source ServerInfo
Target ServerInfo
}
type Project ¶
type Project struct {
Path string
Status string
Config Config
DumpParams DumpParams
Info Info `json:"-"`
Source *dburl.URL `json:"-"`
Target *dburl.URL `json:"-"`
}
var Current Project
func (*Project) GuessStatus ¶ added in v0.0.10
type Scores ¶ added in v0.0.7
type Scores struct {
DatabaseLink float32
DatabaseLinkPublic float32
Column float32
ColumnTypeEnum float32
ColumnTypeSet float32
ColumnTypeLarge float32
ColumnMissingPrecision float32
ColumnNegativeScale float32
ColumnOnUpdateCurrentTimestamp float32
Constraint float32
FkeyPrecisionMismatch float32
Index float32
IndexInvisible float32
IndexIrregular float32
InspectionError float32
IdentifierMixedCase float32
IdentifierTooLong float32
IdentifierReservedKeyword float32
IdentityDecimal float32
JavaSource float32
Job float32
Key float32
MaterializedView float32
MaterializedViewFast float32
MaterializedViewScheduled float32
PackageInit float32
PackagePrivate float32
Partition float32
PartitionTypeUnhandled float32
PartitionKeyComposite float32
Routine float32
RoutineLine float32
RoutineSourceMissing float32
Schema float32
SchemaWithoutPrivileges float32
Sequence float32
Synonym float32
SynonymDBLink float32
Table float32
TableCSV float32
TableFederated float32
TemporaryTable float32
TransqlateError float32
Type float32
TypeSuperType float32
View float32
ViewReadOnly float32
VirtualColumn float32
}
type ServerInfo ¶ added in v0.24.0
Click to show internal directories.
Click to hide internal directories.