Documentation ¶
Index ¶
- type Handler
- func (h *Handler) AddBlob(srcBlobPath string, blobDescriptor oci.Descriptor) error
- func (h *Handler) ClearMetadata() error
- func (h *Handler) ReadMetadata() (oci.Manifest, oci.Image, error)
- func (h *Handler) RemoveTopBlob(sha256 string) error
- func (h *Handler) WriteMetadata(layers []oci.Descriptor, diffIds []digest.Digest, layerAdded bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) AddBlob ¶
func (h *Handler) AddBlob(srcBlobPath string, blobDescriptor oci.Descriptor) error
func (*Handler) ClearMetadata ¶
func (*Handler) RemoveTopBlob ¶
func (*Handler) WriteMetadata ¶
Click to show internal directories.
Click to hide internal directories.