Drop causes a handle to be released immediately. If all the handles to an object are dropped, the object is deleted.
(ctx context.Context, h Handle)
| 16 | // Drop causes a handle to be released immediately. |
| 17 | // If all the handles to an object are dropped, the object is deleted. |
| 18 | Drop(ctx context.Context, h Handle) error |
| 19 | // KeepAlive extends the TTL for some handles. |
| 20 | KeepAlive(ctx context.Context, hs []Handle) error |
| 21 | // InspectHandle returns info about a handle. |
no outgoing calls