Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListableBlobHandler ¶
type ListableBlobHandler struct { registry.BlobHandler registry.BlobPutHandler // contains filtered or unexported fields }
func SetupEmptyRegistryRepo ¶
func SetupEmptyRegistryRepo(useTLS bool) (host, repoPath string, blobHandler *ListableBlobHandler)
func (*ListableBlobHandler) Get ¶
func (h *ListableBlobHandler) Get(ctx context.Context, repo string, hash v1.Hash) (io.ReadCloser, error)
func (*ListableBlobHandler) ListBlobs ¶
func (h *ListableBlobHandler) ListBlobs() []string
Click to show internal directories.
Click to hide internal directories.