Documentation ¶ Index ¶ func AddRoute(nodeType string, routingFunction RoutingFunc) func Route(ctx context.Context, route *cmsg.Route, session *csession.Session) (cfacade.IMember, error) type RoutingFunc Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddRoute ¶ added in v1.1.17 func AddRoute(nodeType string, routingFunction RoutingFunc) func Route ¶ added in v1.1.17 func Route(ctx context.Context, route *cmsg.Route, session *csession.Session) (cfacade.IMember, error) Types ¶ type RoutingFunc ¶ type RoutingFunc func(ctx context.Context, route *cmsg.Route, session *csession.Session) (cfacade.IMember, error) Source Files ¶ View all Source files node_router.go Click to show internal directories. Click to hide internal directories.