 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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
 Click to show internal directories. 
   Click to hide internal directories.