Versions in this module Expand all Collapse all v0 v0.12.4 Jun 12, 2021 v0.12.3 Jun 12, 2021 Changes in this version + var ErrInvalidRecord = errors.New("received invalid record") + type CtxMutex chan struct + func NewCtxMutex() CtxMutex + func (m CtxMutex) Lock(ctx context.Context) error + func (m CtxMutex) Unlock() + type LoggableProviderRecordBytes []byte + func (lk LoggableProviderRecordBytes) String() string + type LoggableRecordKeyBytes []byte + func (lk LoggableRecordKeyBytes) String() string + type LoggableRecordKeyString string + func (lk LoggableRecordKeyString) String() string