package stargz
import "github.com/containerd/nydus-snapshotter/pkg/stargz"
Index ¶
- Constants
- type Blob
- func (bb *Blob) GetDigest() string
- func (bb *Blob) GetImageReference() string
- func (bb *Blob) GetTocOffset() (int64, error)
- func (bb *Blob) ReadToc() (io.Reader, error)
- type Resolver
Constants ¶
const ( = 47 TocFileName = "stargz.index.json" )
Types ¶
type Blob ¶
type Blob struct {
// contains filtered or unexported fields
}
func (*Blob) GetDigest ¶
func (*Blob) GetImageReference ¶
func (*Blob) GetTocOffset ¶
getTocOffset get toc offset from stargz footer
func (*Blob) ReadToc ¶
ReadToc read stargz toc content from blob
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
func NewResolver ¶
func NewResolver() *Resolver
func (*Resolver) GetBlob ¶
Source Files ¶
- Version
- v0.15.15 (latest)
- Published
- Apr 17, 2026
- Platform
- linux/amd64
- Imports
- 17 packages
- Last checked
- 10 hours ago –
Tools for package owners.