Versions in this module Expand all Collapse all v1 v1.1.10 Dec 12, 2023 Changes in this version + type StoreIndex struct + func NewStoreIndex(storePath string) StoreIndex + func (s StoreIndex) Get(tag string) (*ocispecs.Descriptor, error) + func (s StoreIndex) GetSingle() (*ocispecs.Descriptor, error) + func (s StoreIndex) Put(tag string, desc ocispecs.Descriptor) error + func (s StoreIndex) Read() (*ocispecs.Index, error)