Versions in this module Expand all Collapse all v1 v1.18.3 Feb 20, 2020 v1.18.2 Feb 20, 2020 Changes in this version + func NewProxy(opts ...options.Option) proxy.Proxy + type Proxy struct + Client client.Client + Endpoint string + Links map[string]client.Client + Router router.Router + Routes map[string]map[uint64]router.Route + func NewSingleHostProxy(endpoint string) *Proxy + func (p *Proxy) ProcessMessage(ctx context.Context, msg server.Message) error + func (p *Proxy) ServeRequest(ctx context.Context, req server.Request, rsp server.Response) error