MCPcopy
hub / github.com/perkeep/perkeep / mongoStorage

Struct mongoStorage

pkg/blobserver/mongo/mongo.go:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45)
46
47type mongoStorage struct {
48 c *mgo.Collection
49}
50
51// blobDoc is the document that gets inserted in the MongoDB database
52// Its fields are exported because they need to be for the mgo driver to pick them up

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected