Write an object to database. Object is marshaled as JSON
(collection, key string, object interface{})
| 33 | Close() error |
| 34 | // Write an object to database. Object is marshaled as JSON |
| 35 | Set(collection, key string, object interface{}) error |
| 36 | // Read an object from database. |
| 37 | Get(collection, key string, object interface{}) error |
| 38 | // Write an already marshaled object or simple string |
no outgoing calls