Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Publisher ¶
type Publisher struct {
// contains filtered or unexported fields
}
func NewPublisher ¶
func (*Publisher) NewListener ¶
func (*Publisher) NewStreamer ¶
func (p *Publisher) NewStreamer(kvStore kv.KeyValueStore) (*Streamer, error)
type PublisherKeySpace ¶
type PublisherKeySpace struct {
// contains filtered or unexported fields
}
func NewPublisherKeySpace ¶
func NewPublisherKeySpace(dbName string) *PublisherKeySpace
type TxListener ¶
type TxListener struct {
// contains filtered or unexported fields
}
func (*TxListener) OnCancel ¶
func (l *TxListener) OnCancel()
func (*TxListener) OnClearRange ¶
func (l *TxListener) OnClearRange(opType string, table []byte, lKey []byte, rKey []byte)
func (*TxListener) OnCommit ¶
func (l *TxListener) OnCommit(fdbTx *fdb.Transaction) error
Click to show internal directories.
Click to hide internal directories.