Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrRuleNotExist = errors.New("rule is not exist")
Functions ¶
This section is empty.
Types ¶
type Bridge ¶
type Bridge struct {
// contains filtered or unexported fields
}
func (*Bridge) Run ¶
Run syncs the data from MySQL and inserts to another MySQL until closed or meets errors.
func (*Bridge) WaitDumpDone ¶ added in v1.1.6
func (b *Bridge) WaitDumpDone() <-chan struct{}
type EventHandlerFactory ¶
type EventHandlerFactory interface {
New(name, cfgPath string) (mymy.EventHandler, error)
}
func NewEventHandlerPluginFactory ¶
func NewEventHandlerPluginFactory(pluginDir string) EventHandlerFactory
type EventHandlerPluginFactory ¶
type EventHandlerPluginFactory struct {
// contains filtered or unexported fields
}
func (*EventHandlerPluginFactory) New ¶
func (f *EventHandlerPluginFactory) New(name, cfgPath string) (mymy.EventHandler, error)
Click to show internal directories.
Click to hide internal directories.