Versions in this module Expand all Collapse all v0 v0.999.0 Apr 20, 2022 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