An index update was received from the peer device
(conn Connection, idxUp *IndexUpdate)
| 84 | Index(conn Connection, idx *Index) error |
| 85 | // An index update was received from the peer device |
| 86 | IndexUpdate(conn Connection, idxUp *IndexUpdate) error |
| 87 | // A request was made by the peer device |
| 88 | Request(conn Connection, req *Request) (RequestResponse, error) |
| 89 | // A cluster configuration message was received |
no outgoing calls