KeepAlive extends the TTL for some handles.
(ctx context.Context, hs []Handle)
| 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. |
| 22 | InspectHandle(ctx context.Context, h Handle) (*HandleInfo, error) |
| 23 | // ShareOut creates a copy of the handle according to the mask, and the |
no outgoing calls
no test coverage detected