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

Struct OracleDriver

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

OracleDriver is the specialized implementation of a storage.Driver interface, used to access the internal fields of pb.Oracle 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.Oracle objects in the index.
12type OracleDriver struct {
13}
14
15// Make returns a new pb.Oracle object.
16func (d OracleDriver) Make() proto.Message {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected