Versions in this module Expand all Collapse all v0 v0.0.2 Mar 15, 2023 Changes in this version + type ByteCounter struct + func New(rw io.ReadWriter, received *uint64, sent *uint64) *ByteCounter + func (bc *ByteCounter) BytesReceived() uint64 + func (bc *ByteCounter) BytesSent() uint64 + func (bc *ByteCounter) Read(p []byte) (int, error) + func (bc *ByteCounter) Write(p []byte) (int, error)