RecordDriver is the specialized implementation of a storage.Driver interface, used to access the internal fields of pb.Record objects in the index.
| 10 | // storage.Driver interface, used to access the internal |
| 11 | // fields of pb.Record objects in the index. |
| 12 | type RecordDriver struct { |
| 13 | } |
| 14 | |
| 15 | // Make returns a new pb.Record object. |
| 16 | func (d RecordDriver) Make() proto.Message { |
nothing calls this directly
no outgoing calls
no test coverage detected