Versions in this module Expand all Collapse all v1 v1.10.0 Aug 28, 2020 Changes in this version + func DispatcherType() interface + func RouterType() interface + type DefaultRouter struct + func (DefaultRouter) Close() error + func (DefaultRouter) PickRoute(ctx context.Context) (string, error) + func (DefaultRouter) Start() error + func (DefaultRouter) Type() interface{} + type Dispatcher interface + Dispatch func(ctx context.Context, dest net.Destination) (*transport.Link, error) + type Router interface + PickRoute func(ctx context.Context) (string, error) Incompatible versions in this module v3.50.2+incompatible Oct 29, 2018