Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CDCSinkCmd = &cobra.Command{ Use: "sink", Short: "Manage Change Data Capture Sink operations", Long: "Manage Change Data Capture Sink operations", Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
View Source
var CDCStreamCmd = &cobra.Command{ Use: "stream", Short: "Manage Change Data Capture stream operations", Long: "Manage Change Data Capture stream operations", Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
View Source
var CdcCmd = &cobra.Command{ Use: "cdc", Short: "Manage Change Data Capture operations", Long: "Manage Change Data Capture operations", Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
getCmd represents the list command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.