-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add client methods #113
base: main
Are you sure you want to change the base?
Add client methods #113
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #113 +/- ##
==========================================
+ Coverage 21.61% 26.25% +4.64%
==========================================
Files 27 31 +4
Lines 1712 1935 +223
==========================================
+ Hits 370 508 +138
- Misses 1308 1378 +70
- Partials 34 49 +15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
pkg/client/option.go
Outdated
|
||
type Option func(*clientConfig) | ||
|
||
func WithUserAent(agent string) Option { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
func WithUserAent(agent string) Option { | |
func WithUserAgent(agent string) Option { |
714719a
to
875a7c4
Compare
Will rebase on #114 once merged and replace |
Add a client support package. This will be used in Rekor's integration tests and can be imported by Go-based Sigstore clients. Signed-off-by: Colleen Murphy <colleenmurphy@google.com>
Add a client support package. This will be used in Rekor's integration tests and can be imported by Go-based Sigstore clients.
Depends on #119
TODO:
verifyTLE
and replace with verification functions from Create NoteVerifier, verification library functions #114Summary
Release Note
Documentation