Versions in this module Expand all Collapse all v2 v2.9.3 Mar 12, 2021 v2.9.2 Mar 12, 2021 Changes in this version + var DefaultEndpoint = "localhost:9090" + type Option func(o *Options) + func WithClient(c client.Client) Option + func WithEndpoint(e string) Option + func WithLink(name string, c client.Client) Option + func WithRouter(r router.Router) Option + type Options struct + Client client.Client + Endpoint string + Links map[string]client.Client + Router router.Router + type Proxy interface + ProcessMessage func(context.Context, server.Message) error + ServeRequest func(context.Context, server.Request, server.Response) error + String func() string