Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client implements a basic rekor implementation for writing and verifying Rekor data.
type Verifier ¶
type Verifier interface {
Verify(ctx context.Context, commitSHA string, cert *x509.Certificate) (*models.LogEntryAnon, error)
}
Verifier represents a mechanism to get and verify Rekor entries for the given Git commit.
Click to show internal directories.
Click to hide internal directories.