Versions in this module Expand all Collapse all v1 v1.0.2 Jul 15, 2025 v1.0.0 Jul 15, 2025 Changes in this version + type Connection struct + Conn net.Conn + EnableDecoding bool + Host string + ID uint64 + Port int + func (c *Connection) Read(p []byte) (int, error) + func (c *Connection) Write(p []byte) (int, error) + type Proxy struct + ConnectionID uint64 + Ctx context.Context + EnableDecoding bool + Host string + Port int + ShutDownAsked bool + UseSSL bool