package ociindex
import "github.com/moby/buildkit/client/ociindex"
Index ¶
Types ¶
type StoreIndex ¶
type StoreIndex struct {
// contains filtered or unexported fields
}
func NewStoreIndex ¶
func NewStoreIndex(storePath string) StoreIndex
func (StoreIndex) Get ¶
func (s StoreIndex) Get(tag string) (*ocispecs.Descriptor, error)
func (StoreIndex) GetSingle ¶
func (s StoreIndex) GetSingle() (*ocispecs.Descriptor, error)
func (StoreIndex) Put ¶
func (s StoreIndex) Put(tag string, desc ocispecs.Descriptor) error
func (StoreIndex) Read ¶
func (s StoreIndex) Read() (*ocispecs.Index, error)
Source Files ¶
- Version
- v0.17.3
- Published
- Dec 4, 2024
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 2 minutes ago –
Tools for package owners.