A driver should sync data with local drives on close
()
| 31 | Driver interface { |
| 32 | // A driver should sync data with local drives on close |
| 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. |
no outgoing calls