package
Version:
v2.0.0
Opens a new window with list of versions in this module.
Published: Dec 5, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Addr string `toml:"addr"`
AdvertiseAddr string `toml:"advertise-addr"`
Security Security `toml:"security"`
}
Config is a subset config of ticdc
Only our managed fields are defined in here.
type Security struct {
CAPath string `toml:"ca-path"`
CertPath string `toml:"cert-path"`
KeyPath string `toml:"key-path"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.