Versions in this module Expand all Collapse all v3 v3.50.2 Oct 29, 2018 v3.50.1 Oct 28, 2018 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) (*vio.Link, error) + type Router interface + PickRoute func(ctx context.Context) (string, error) Other modules containing this package gopkg.in/v2ray/v2ray-core.v4