# 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.
# Type aliases
RPCDialerFunc is an adapter to allow the use of an ordinary functions as the RPCDialer.