Versions in this module Expand all Collapse all v1 v1.1.3 May 30, 2024 v1.1.2 May 30, 2024 v1.1.1 May 30, 2024 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)