Versions in this module Expand all Collapse all v0 v0.12.4 Jan 17, 2024 Changes in this version + type Dialer func(ctx context.Context, proto string, meta map[string][]string) (net.Conn, error) + func TestStream(handler Handler) Dialer + type Handler func(ctx context.Context, conn net.Conn, meta map[string][]string) error