package
1.2.2
Repository: https://github.com/umputun/reproxy.git
Documentation: pkg.go.dev

# Constants

CtxMatch key used to retrieve matching request info from the request context.

# Structs

Conductor accepts registrations from rpc plugins, keeps list of active/current plugins and provides middleware calling all of them.
Handler contains information about a plugin's handler.
RPCClientMock is a mock implementation of RPCClient.
RPCDialerMock is a mock implementation of RPCDialer.

# Interfaces

RPCClient defines interface for remote calls.
RPCDialer is a maker interface dialing to rpc server and returning new RPCClient.

# Type aliases

RPCDialerFunc is an adapter to allow the use of an ordinary functions as the RPCDialer.