package
3.50.2+incompatible
Repository: https://github.com/gopherty/v2ray-core.git
Documentation: pkg.go.dev

# Functions

DispatcherType returns the type of Dispatcher interface.
RouterType return the type of Router interface.

# Structs

DefaultRouter is an implementation of Router, which always returns ErrNoClue for routing decisions.

# Interfaces

Dispatcher is a feature that dispatches inbound requests to outbound handlers based on rules.
Router is a feature to choose an outbound tag for the given request.