Versions in this module Expand all Collapse all v0 v0.3.0 Feb 15, 2024 Changes in this version type Proxy + func (p *Proxy) FailureRatio() float64 v0.2.0 Feb 1, 2024 v0.1.1 Feb 1, 2024 Changes in this version type Proxy + func (p *Proxy) Port() int v0.1.0 Sep 13, 2023 Changes in this version + type Config struct + Listen string + Read Direction + Target string + Write Direction + type Direction struct + FailureRatio int + Latency time.Duration + MaxKBps int + type Proxy struct + func ForTest(t *testing.T, conf Config) *Proxy + func (p *Proxy) BindAddr() string