Fetcher returns a new fetcher for the provided reference. All content fetched from the returned fetcher will be from the namespace referred to by ref.
(ctx context.Context, ref string)
| 46 | // All content fetched from the returned fetcher will be |
| 47 | // from the namespace referred to by ref. |
| 48 | Fetcher(ctx context.Context, ref string) (Fetcher, error) |
| 49 | |
| 50 | // Pusher returns a new pusher for the provided reference |
| 51 | // The returned Pusher should satisfy content.Ingester and concurrent attempts |
no outgoing calls