Versions in this module Expand all Collapse all v1 v1.0.2 Jan 21, 2019 v1.0.1 Dec 29, 2018 v1.0.0 Dec 28, 2018 Changes in this version + type Handler interface + Handle func(wal ...*model.WalData) error + Stop func() + func NewHandler(sub *conf.Subscribe, callback PosCallback) Handler + type PosCallback func(uint64)