Skip to content

Commit

Permalink
Merge pull request #133 from tri-adam/verify-result-docs
Browse files Browse the repository at this point in the history
Document VerifyResult
  • Loading branch information
tri-adam authored Aug 31, 2021
2 parents 266e45a + 2cb6e50 commit 5e65ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/integrity/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"github.com/sylabs/sif/v2/pkg/sif"
)

// VerifyResult describes the results of an individual signature validation.
type VerifyResult struct {
sig sif.Descriptor
verified []sif.Descriptor
Expand Down

0 comments on commit 5e65ca4

Please sign in to comment.