An index was received from the peer device
(conn Connection, idx *Index)
| 82 | type Model interface { |
| 83 | // An index was received from the peer device |
| 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 |
no outgoing calls