Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoreIndex ¶ added in v0.11.0
type StoreIndex struct {
// contains filtered or unexported fields
}
func NewStoreIndex ¶ added in v0.11.0
func NewStoreIndex(storePath string) StoreIndex
func (StoreIndex) Get ¶ added in v0.11.0
func (s StoreIndex) Get(tag string) (*ocispecs.Descriptor, error)
func (StoreIndex) GetSingle ¶ added in v0.11.0
func (s StoreIndex) GetSingle() (*ocispecs.Descriptor, error)
func (StoreIndex) Put ¶ added in v0.11.0
func (s StoreIndex) Put(tag string, desc ocispecs.Descriptor) error
Click to show internal directories.
Click to hide internal directories.