| 45 | ) |
| 46 | |
| 47 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected