Documentation
¶
Index ¶
- type Handler
- func (h *Handler) Close() error
- func (h *Handler) GetLSNParser() replication.LSNParser
- func (h *Handler) GetReplicationLag(ctx context.Context) (int64, error)
- func (h *Handler) ReceiveMessage(ctx context.Context) (*replication.Message, error)
- func (h *Handler) StartReplication(ctx context.Context) error
- func (h *Handler) SyncLSN(ctx context.Context, lsn replication.LSN) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) GetLSNParser ¶
func (h *Handler) GetLSNParser() replication.LSNParser
func (*Handler) GetReplicationLag ¶
func (*Handler) ReceiveMessage ¶
Click to show internal directories.
Click to hide internal directories.