Resolve attempts to resolve the reference into a name and descriptor. The argument `ref` should be a scheme-less URI representing the remote. Structurally, it has a host and path. The "host" can be used to directly reference a specific host or be matched against a specific handler. The returned na
(ctx context.Context, ref string)
| 41 | // |
| 42 | // If the resolution fails, an error will be returned. |
| 43 | Resolve(ctx context.Context, ref string) (name string, desc ocispec.Descriptor, err error) |
| 44 | |
| 45 | // Fetcher returns a new fetcher for the provided reference. |
| 46 | // All content fetched from the returned fetcher will be |
no outgoing calls