var go.etcd.io/bbolt.ErrTxClosed

12 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L158: 		return nil, ErrTxClosed
		bucket.go#L214: 		return ErrTxClosed
		bucket.go#L282: 		return ErrTxClosed
		bucket.go#L314: 		return ErrTxClosed
		bucket.go#L345: 		return ErrTxClosed
		bucket.go#L364: 		return 0, ErrTxClosed
		bucket.go#L386: 		return ErrTxClosed
		cursor.go#L137: 		return ErrTxClosed
		errors.go#L39: 	ErrTxClosed = errors.New("tx closed")
		tx.go#L144: 		return ErrTxClosed
		tx.go#L255: 		return ErrTxClosed
		tx.go#L641: 		return nil, ErrTxClosed