Documentation
¶
Index ¶
- type Blob
- type Env
- func (e *Env) AddBlob(b *Blob) (digest.Digest, error)
- func (e *Env) AddTag(ref string, dgst digest.Digest) error
- func (e *Env) Fetch(ctx context.Context, desc ocispec.Descriptor) (io.ReadCloser, error)
- func (e *Env) Fetcher(ctx context.Context, ref string) (remotes.Fetcher, error)
- func (e *Env) Pusher(ctx context.Context, ref string) (remotes.Pusher, error)
- func (e *Env) Resolve(ctx context.Context, ref string) (name string, desc ocispec.Descriptor, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blob ¶
type Blob struct {
Descriptor ocispec.Descriptor
Data []byte
}
Click to show internal directories.
Click to hide internal directories.