Pusher returns a new pusher for the provided reference The returned Pusher should satisfy content.Ingester and concurrent attempts to push the same blob using the Ingester API should result in ErrUnavailable.
(ctx context.Context, ref string)
| 51 | // The returned Pusher should satisfy content.Ingester and concurrent attempts |
| 52 | // to push the same blob using the Ingester API should result in ErrUnavailable. |
| 53 | Pusher(ctx context.Context, ref string) (Pusher, error) |
| 54 | } |
| 55 | |
| 56 | // ResolverWithOptions is a Resolver that also supports setting options. |
no outgoing calls
no test coverage detected