Versions in this module Expand all Collapse all v2 v2.5.0 Jan 15, 2020 Changes in this version + var DefaultRegistry = syncbase.NewRegistry() + func Get() *syncbase.Registry + type BytesTxn struct + func NewBytesTxn(commit func(context.Context, map[string]datasync.ChangeValue) error) *BytesTxn + func (txn *BytesTxn) Commit(ctx context.Context) error + func (txn *BytesTxn) Delete(key string) keyval.BytesTxn + func (txn *BytesTxn) Put(key string, data []byte) keyval.BytesTxn + type ProtoTxn struct + func NewProtoTxn(commit func(context.Context, map[string]datasync.ChangeValue) error) *ProtoTxn + func (txn *ProtoTxn) Commit(ctx context.Context) error + func (txn *ProtoTxn) Delete(key string) keyval.ProtoTxn + func (txn *ProtoTxn) Put(key string, data proto.Message) keyval.ProtoTxn v2.5.0-alpha Dec 13, 2019 Other modules containing this package go.ligato.io/cn-infra