Seal will seal the object store, no further modifications will be allowed.
(ctx context.Context)
| 218 | |
| 219 | // Seal will seal the object store, no further modifications will be allowed. |
| 220 | Seal(ctx context.Context) error |
| 221 | |
| 222 | // Watch for any updates to objects in the store. By default, the watcher will send the latest |
| 223 | // info for each object and all future updates. Watch will send a nil |
no outgoing calls