Versions in this module Expand all Collapse all v0 v0.1.0 Apr 8, 2019 Changes in this version + type Stats struct + func New() *Stats + func (s *Stats) AddBytes(c uint64) + func (s *Stats) Bandwidth() float64 + func (s *Stats) Bytes() uint64 + func (s *Stats) Duration() time.Duration + func (s *Stats) Pause() + func (s *Stats) Start() + func (s *Stats) Stop() + func (s *Stats) String() string