# Functions

AddKeyToRouter util to add the recipient keys to the router.
ConnectionByVersion filter for mediator connections of the given DIDComm version.
GetRouterConfig util to get the router configuration.
New return route coordination service.
NewConfig creates new config instance.

# Constants

Coordination route coordination protocol.
RouteCoordinationSpec defines the route coordination spec.
RouteGrantMsgType defines the route coordination request grant message type.
KeyListUpdateMsgType defines the route coordination key list update message type.
KeyListUpdateResponseMsgType defines the route coordination key list update message response type.
RouteRequestMsgType defines the route coordination request message type.

# Variables

ErrConnectionNotFound connection not found error.
ErrRouterNotRegistered router not registered error.

# Structs

ClientOptions holds options for the router client.
Config provides the router configuration.
Grant route grant message.
KeylistUpdate route keylist update message.
KeylistUpdateResponse route keylist update response message.
Options is a container for route protocol options.
Request route request message.
Service for Route Coordination protocol.
Update route key update message.
UpdateResponse route key update response message.

# Interfaces

ProtocolService service interface for router.

# Type aliases

ClientOption configures the route client.
ConnectionOption option for Service.GetConnections.