Versions in this module Expand all Collapse all v0 v0.99.0 Apr 14, 2024 Changes in this version + type Dialer interface + DialContext func(ctx context.Context, network, address string) (net.Conn, error) + type Transport interface + Addr func(ep string) (addr string, err error) + Dial func(ctx context.Context, dialer Dialer, addr string) (net.Conn, error) + Listen func(ctx context.Context, addr string) (net.Listener, error) + func New(network string) Transport