(ctx context.Context, path string)
| 824 | } |
| 825 | |
| 826 | func (f *Fs) create(ctx context.Context, path string) ([]*upstream.Fs, error) { |
| 827 | return f.createPolicy.Create(ctx, f.upstreams, path) |
| 828 | } |
| 829 | |
| 830 | func (f *Fs) searchEntries(entries ...upstream.Entry) (upstream.Entry, error) { |
| 831 | return f.searchPolicy.SearchEntries(entries...) |
no test coverage detected