Versions in this module Expand all Collapse all v1 v1.5.0 Feb 15, 2024 Changes in this version + var ErrRollbackTr = errors.New("rollback") + type IsClosed struct + func NewIsClosed() *IsClosed + func (a *IsClosed) Close() + func (a *IsClosed) CloseWithCause(err error) + func (a *IsClosed) Closed() <-chan struct{} + func (a *IsClosed) Err() error + func (a *IsClosed) IsActive() bool + func (a *IsClosed) IsClosed() bool Other modules containing this package github.com/avito-tech/go-transaction-manager/trm/v2