# Functions
NewClusterRouter return ClusterRouter according to the route type.
NewNodeRouter return *NodeRouter with nodeRouteStrategy.
# Constants
No description provided by the author
No description provided by the author
# Structs
AbstractRouter implements Router interface.
ClusterRouter with router strategy.
ClusterRouteStrategy route the active node.
Location base cluster router strategy.
NodeRouter with router strategy.
NodeRouteStrategy route an actual datasource.
No description provided by the author