()
| 57 | } |
| 58 | |
| 59 | func (b readOnlyFilesystemBackend) Name() string { |
| 60 | return b.backend.Name() |
| 61 | } |
| 62 | |
| 63 | func (b readOnlyFilesystemBackend) List(ctx context.Context, opts fstable.ListOpts) ([]fstable.Entry, string, error) { |
| 64 | return b.backend.List(ctx, opts) |