MCPcopy Create free account
hub / github.com/evilsocket/sum / RecordDriver

Struct RecordDriver

storage/record_driver.go:12–13  ·  view source on GitHub ↗

RecordDriver is the specialized implementation of a storage.Driver interface, used to access the internal fields of pb.Record objects in the index.

Source from the content-addressed store, hash-verified

10// storage.Driver interface, used to access the internal
11// fields of pb.Record objects in the index.
12type RecordDriver struct {
13}
14
15// Make returns a new pb.Record object.
16func (d RecordDriver) Make() proto.Message {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected