package
Version:
v0.0.0-...-2b644c5
Opens a new window with list of versions in this module.
Published: Apr 1, 2021
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Kafka struct {
Version string `yaml:"version"`
Brokers []string `yaml:"brokers"`
Topics []string `yaml:"topics"`
Group string `yaml:"group"`
Assignor string `yaml:"assignor"`
Newest bool `yaml:"newest"`
OutC chan interface{} `yaml:"-"`
}
func (s *Kafka) ReadChan() chan interface{}
type Mysql struct {
DSN string `yaml:"dsn"`
BinPosition string `yaml:"binPosition"`
Tables []string `yaml:"tables"`
SyncMarkTable string `yaml:"syncMarkTable"`
SyncChannel string `yaml:"syncChannel"`
OutC chan interface{} `yaml:"-"`
}
func (s Mysql) ReadChan() chan interface{}
type Noop struct {
OutC chan interface{} `yaml:"-"`
}
func (s Noop) ReadChan() chan interface{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.