Documentation
¶
Index ¶
- Constants
- func Before(ctx context.Context, command *cli.Command) (context.Context, error)
- func CloseSetupComponents(iSource source.ISource, iStore store.IStore, iOutput output.IOutput)
- func Flags() []cli.Flag
- func Listen(ctx context.Context, config *config.Config) error
- func ListenCommand() *cli.Command
- func SetupComponents(cfg *config.Config) (source.ISource, store.IStore, output.IOutput, error)
- type ContextValue
Constants ¶
View Source
const (
FlagConfig = "config"
)
Variables ¶
This section is empty.
Functions ¶
func CloseSetupComponents ¶
CloseSetupComponents resources uniformly
func Listen ¶
Listen starts the entire CDC listening process, including data source, storage, and output handling
func ListenCommand ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.