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
094367b9
Commit
094367b9
authored
Jun 04, 2017
by
Sietse Ringers
Browse files
Rename things
parent
d9e9004b
Changes
1
Hide whitespace changes
Inline
Side-by-side
descriptions.go
View file @
094367b9
...
...
@@ -11,7 +11,7 @@ type SchemeManagerDescription struct {
KeyshareServer
string
KeyshareWebsite
string
KeyshareAttribute
string
XML
v
ersion
int
`xml:"version,attr"`
XML
V
ersion
int
`xml:"version,attr"`
XMLName
xml
.
Name
`xml:"SchemeManager"`
}
...
...
@@ -24,7 +24,7 @@ type IssuerDescription struct {
ContactAddress
string
ContactEMail
string
URL
string
`xml:"baseURL"`
XML
v
ersion
int
`xml:"version,attr"`
XML
V
ersion
int
`xml:"version,attr"`
identifier
*
IssuerIdentifier
}
...
...
@@ -37,14 +37,14 @@ type CredentialDescription struct {
Name
string
`xml:"CredentialID"`
IsSingleton
bool
`xml:"ShouldBeSingleton"`
Description
string
Attributes
[]
AttributeDes
s
cription
`xml:"Attributes>Attribute"`
XML
v
ersion
int
`xml:"version,attr"`
XMLName
xml
.
Name
`xml:"IssueSpecification"`
Attributes
[]
AttributeDescription
`xml:"Attributes>Attribute"`
XML
V
ersion
int
`xml:"version,attr"`
XMLName
xml
.
Name
`xml:"IssueSpecification"`
identifier
*
CredentialTypeIdentifier
}
// AttributeDes
s
cription is a description of an attribute within a credential type.
type
AttributeDes
s
cription
struct
{
// AttributeDescription is a description of an attribute within a credential type.
type
AttributeDescription
struct
{
Name
string
Description
string
}
...
...
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