Skip to content
GitLab
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
42b9140f
Commit
42b9140f
authored
Jul 08, 2018
by
Sietse Ringers
Browse files
Support 'index' xml-attribute on Attribute tags in credential type xml
parent
7508e351
Changes
1
Hide whitespace changes
Inline
Side-by-side
descriptions.go
View file @
42b9140f
...
...
@@ -65,7 +65,8 @@ type CredentialType struct {
// AttributeDescription is a description of an attribute within a credential type.
type
AttributeDescription
struct
{
ID
string
`xml:"id,attr"`
Optional
string
`xml:"optional,attr"`
Optional
string
`xml:"optional,attr" json:",omitempty"`
Index
*
int
`xml:"index,attr" json:",omitempty"`
Name
TranslatedString
Description
TranslatedString
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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