Versions in this module Expand all Collapse all v1 v1.74.0 May 1, 2026 Changes in this version + type TransferAccounter struct + func Get(ctx context.Context) *TransferAccounter + func New(ctx context.Context, add func(n int64)) (context.Context, *TransferAccounter) + func (ta *TransferAccounter) Add(n int64) + func (ta *TransferAccounter) Reset() + func (ta *TransferAccounter) Start() + func (ta *TransferAccounter) Started() bool