(context.Context, *URI)
| 27 | Delete(context.Context, *URI) error |
| 28 | DeleteByPrefix(context.Context, *URI) error |
| 29 | Exists(context.Context, *URI) (bool, error) |
| 30 | Size(context.Context, *URI) (int64, error) |
| 31 | List(context.Context, *URI) ([]Info, error) |
| 32 | } |
no outgoing calls