Versions in this module Expand all Collapse all v1 v1.2.3 Nov 10, 2024 Changes in this version + var Set = wire.NewSet(wire.Struct(new(ReverseProxy), "*"), ...) + type Instance interface + Shutdown func(ctx context.Context) error + URL func() *url.URL + type Interface interface + Run func(o Option, readyChan chan<- Instance) error + type Option struct + BindAddressCandidates []string + TargetHost string + TargetPort int + TargetScheme string + Transport http.RoundTripper + type ReverseProxy struct + func (rp *ReverseProxy) Run(o Option, readyChan chan<- Instance) error