Versions in this module Expand all Collapse all v0 v0.179.0 Sep 14, 2023 Changes in this version + type Proxy struct + Config *config.Config + Fixtures []*fixture.Fixture + Mode ProxyMode + Server *goproxy.ProxyHttpServer + func NewProxy(mode ProxyMode, fixture []*fixture.Fixture, config *config.Config) *Proxy + func (p *Proxy) Start() error + type ProxyMode int + const ProxyModeAppend + const ProxyModeOverwrite + const ProxyModeReplay + func (m ProxyMode) String() string