Versions in this module Expand all Collapse all v4 v4.23.2 Apr 17, 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) Other modules containing this package github.com/unifyproxy/v2ray-core