Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscoverOption ¶
type DiscoverOption func(*Discoverer)
DiscoverOption allows to configure the Discoverer
func WithContext ¶
func WithContext(ctx context.Context) DiscoverOption
WithContext sets the given context on the Discoverer
type Discoverer ¶
type Discoverer struct {
// contains filtered or unexported fields
}
Discoverer discovers the attestations from an oci reference
func NewDiscoverer ¶
func NewDiscoverer(keyRef string, options ...DiscoverOption) *Discoverer
NewDiscoverer creates a new instance of a Discoverer
Click to show internal directories.
Click to hide internal directories.