Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finder ¶
type Finder interface {
Signature(reference name.Digest) (imageset.UnprocessedImageRef, error)
}
type Noop ¶
type Noop struct{}
func (Noop) Fetch ¶
func (n Noop) Fetch(*imageset.UnprocessedImageRefs) (*imageset.UnprocessedImageRefs, error)
type NotFoundErr ¶
type NotFoundErr struct{}
func (NotFoundErr) Error ¶
func (s NotFoundErr) Error() string
type Signatures ¶
type Signatures struct {
// contains filtered or unexported fields
}
func NewSignatures ¶
func NewSignatures(finder Finder, concurrency int) *Signatures
func (*Signatures) Fetch ¶
func (s *Signatures) Fetch(images *imageset.UnprocessedImageRefs) (*imageset.UnprocessedImageRefs, error)
Click to show internal directories.
Click to hide internal directories.