Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
979c8287
Commit
979c8287
authored
Aug 22, 2018
by
Sietse Ringers
Browse files
Remove leftover unused verification struct
parent
a9e76934
Changes
1
Hide whitespace changes
Inline
Side-by-side
verify.go
View file @
979c8287
...
...
@@ -31,12 +31,6 @@ const (
AttributeProofStatusInvalidValue
=
AttributeProofStatus
(
"INVALID_VALUE"
)
// Attribute is disclosed, but has invalid value according to request
)
// VerificationResult is a result of verification of a SignedMessage or disclosure proof, containing all the disclosed attributes
type
VerificationResult
struct
{
Attributes
[]
*
DisclosedAttribute
Status
ProofStatus
}
// DisclosedAttribute represents a disclosed attribute.
type
DisclosedAttribute
struct
{
Value
TranslatedString
`json:"value"`
// Value of the disclosed attribute
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment