Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewListensers ¶
func NewListensers(l1, l2 Listener) *listensers
func NewLoggingListener ¶
func NewLoggingListener() *loggingListener
Types ¶
type Listener ¶
type Listener interface {
OnPreSplit(*SplitEvent) error
OnPostSplit(error, *SplitEvent) error
OnBackgroundError(error) error
}
type NoopListener ¶
type NoopListener struct{}
func (*NoopListener) OnBackgroundError ¶
func (l *NoopListener) OnBackgroundError(_ error) error
func (*NoopListener) OnDatabaseSplitted ¶
func (l *NoopListener) OnDatabaseSplitted(_ *SplitEvent) error
type SplitEvent ¶
func (*SplitEvent) String ¶
func (e *SplitEvent) String() string
Click to show internal directories.
Click to hide internal directories.