Documentation ¶ Index ¶ Constants type Driver func New(cfg map[string]string, platformMC platforms.MatchComparer) (*Driver, error) func (d *Driver) Convert(ctx context.Context, p content.Provider, ref string) (*ocispec.Descriptor, error) func (d *Driver) Name() string func (d *Driver) Version() string Constants ¶ View Source const ( DefaultCompressFormat = "estargz" ZstdChunkedFormat = "zstdchunked" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Driver ¶ type Driver struct { // contains filtered or unexported fields } func New ¶ func New(cfg map[string]string, platformMC platforms.MatchComparer) (*Driver, error) func (*Driver) Convert ¶ func (d *Driver) Convert(ctx context.Context, p content.Provider, ref string) (*ocispec.Descriptor, error) func (*Driver) Name ¶ func (d *Driver) Name() string func (*Driver) Version ¶ func (d *Driver) Version() string Source Files ¶ View all Source files estargz.go Click to show internal directories. Click to hide internal directories.