Documentation
¶
Overview ¶
Package mongo registers the "mongo" blobserver storage type, storing blobs using MongoDB.
Sample (low-level) config:
"/bs/": {
"handler": "storage-mongo",
"handlerArgs": {
"host": "172.17.0.2",
"database": "camlitest"
}
},
Possible parameters: host (optional, defaults to localhost) database (required) collection (optional, defaults to blobs) user (optional) password (optional)
Source Files
¶
- enumerate.go
- fetch.go
- mongo.go
- receive.go
- remove.go
- stat.go
Click to show internal directories.
Click to hide internal directories.