GetID must access the protobuf message and return a unique integer identifier that the index will use to map that type of messages.
(m proto.Message)
| 16 | // unique integer identifier that the index will use to |
| 17 | // map that type of messages. |
| 18 | GetID(m proto.Message) uint64 |
| 19 | // SetID must access the protobuf message and set its |
| 20 | // unique integer identifier. This is generally called |
| 21 | // by instances of storage.Index when a new object is |
no outgoing calls
no test coverage detected