Versions in this module Expand all Collapse all v0 v0.0.1 Sep 6, 2023 Changes in this version + type Proxy struct + func NewProxy(serviceAddress, downStreamAddress string) (*Proxy, error) + func (p *Proxy) Serve() error + func (p *Proxy) Stop()