cdc

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳