package
0.0.0-20250302012944-701c1ceec546
Repository: https://github.com/khulnasoft/devsecdb.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
NewDatabaseCreateExecutor creates a database create task executor.
NewDataExportExecutor creates a data export task executor.
NewDataUpdateExecutor creates a data update (DML) task executor.
NewDefaultExecutor creates a default task executor.
NewSchedulerV2 will create a new scheduler.
NewSchemaBaselineExecutor creates a schema baseline task executor.
NewSchemaUpdateExecutor creates a schema update (DDL) task executor.
NewSchemaUpdateGhostCutoverExecutor creates a schema update (gh-ost) cutover task executor.
NewSchemaUpdateGhostSyncExecutor creates a schema update (gh-ost) sync task executor.
NewSchemaUpdateSDLExecutor creates a schema update (SDL) task executor.
RunExecutorOnce wraps a TaskExecutor.RunOnce call with panic recovery.
# Structs
DatabaseCreateExecutor is the database create task executor.
DataExportExecutor is the data export task executor.
DataUpdateExecutor is the data update (DML) task executor.
DefaultExecutor is the default task executor.
SchedulerV2 is the V2 scheduler for task run.
SchemaBaselineExecutor is the schema baseline task executor.
SchemaUpdateExecutor is the schema update (DDL) task executor.
SchemaUpdateGhostCutoverExecutor is the schema update (gh-ost) cutover task executor.
SchemaUpdateGhostSyncExecutor is the schema update (gh-ost) sync task executor.
SchemaUpdateSDLExecutor is the schema update (SDL) task executor.
# Interfaces
Executor is the task executor.