package
0.0.0-20241002170041-88591676c97d
Repository: https://github.com/gptlocal/netools.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# 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
Context is a feature to store connection information for routing.
Dispatcher is a feature that dispatches inbound requests to outbound handlers based on rules.
Route is the routing result of Router feature.
Router is a feature to choose an outbound tag for the given request.