Versions in this module Expand all Collapse all v1 v1.8.7 Dec 27, 2023 v1.0.0 Dec 27, 2023 Changes in this version + type Connection interface + type CounterConnection struct + ReadCounter stats.Counter + WriteCounter stats.Counter + func (c *CounterConnection) Read(b []byte) (int, error) + func (c *CounterConnection) Write(b []byte) (int, error)