route routes server message within the cluster.
(msg *ClusterRoute)
| 423 | |
| 424 | // route routes server message within the cluster. |
| 425 | func (n *ClusterNode) route(msg *ClusterRoute) error { |
| 426 | var unused bool |
| 427 | return n.call("Cluster.Route", msg, &unused) |
| 428 | } |
| 429 | |
| 430 | // Cluster is the representation of the cluster. |
| 431 | type Cluster struct { |
no test coverage detected