mKey identifies a set of node mappings we want to query.
| 1475 | |
| 1476 | // mKey identifies a set of node mappings we want to query. |
| 1477 | type mKey uuid.UUID |
| 1478 | |
| 1479 | // mapping associates a particular peer, and its respective coordinator with a node. |
| 1480 | type mapping struct { |
no outgoing calls
no test coverage detected