package
0.10.3
Repository: https://github.com/cloudwego/kitex.git
Documentation: pkg.go.dev

# Structs

Config contains basic components used in service discovery process.

# Interfaces

ContextHandler is to handle context info, it just be used for passing params when client/server initialization.
ForwardProxy manages the service discovery, load balance and connection pooling processes.
ReverseProxy replaces the listen address with another one.
WithMiddleware provides function to customize proxy middleware implementation.

# Type aliases

Deprecated: BackwardProxy is deprecated, use ReverseProxy instead.