Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetHandlerRegistry ¶
func GetHandlerRegistry() map[string]IEventHandler
func RegisterHandler ¶
func RegisterHandler(handler IEventHandler)
Types ¶
type IEventHandler ¶
type IEventHandler interface { canal.EventHandler Migrate() error Close() }
Click to show internal directories.
Click to hide internal directories.