(ctx context.Context, path string)
| 816 | } |
| 817 | |
| 818 | func (f *Fs) action(ctx context.Context, path string) ([]*upstream.Fs, error) { |
| 819 | return f.actionPolicy.Action(ctx, f.upstreams, path) |
| 820 | } |
| 821 | |
| 822 | func (f *Fs) actionEntries(entries ...upstream.Entry) ([]upstream.Entry, error) { |
| 823 | return f.actionPolicy.ActionEntries(entries...) |
no test coverage detected