Versions in this module Expand all Collapse all v0 v0.40.2 Dec 1, 2024 v0.40.1 Dec 1, 2024 Changes in this version + var Version = "development" + func CLIDestinationSpecToPbSpec(spec specs.Destination) pbSpecs.Destination + func CLIMigrateModeToPbMigrateMode(migrateMode specs.MigrateMode) pbSpecs.MigrateMode + func CLIPkModeToPbPKMode(pkMode specs.PKMode) pbSpecs.PKMode + func CLIRegistryToPbRegistry(registry specs.Registry) pbSpecs.Registry + func CLISourceSpecToPbSpec(spec specs.Source) pbSpecs.Source + func CLIWriteModeToPbWriteMode(writeMode specs.WriteMode) pbSpecs.WriteMode + func CloseLogFile() + func NewCmdMigrate() *cobra.Command + func NewCmdRoot() *cobra.Command + func NewCmdSync() *cobra.Command + func NewCmdTables() *cobra.Command + func SpecRegistryToPlugin(registry specs.Registry) managedplugin.Registry + type AnalyticsClient struct + func (c *AnalyticsClient) Close() error + func (c *AnalyticsClient) Host() string + func (c *AnalyticsClient) SendSyncMetrics(ctx context.Context, sourceSpec specs.Source, ...) error + type ExitReason string + const ExitReasonCompleted + const ExitReasonStopped + const ExitReasonUnset