fix
This commit is contained in:
@@ -13,10 +13,10 @@ type Method struct {
|
||||
|
||||
// Reference data struct
|
||||
type Reference struct {
|
||||
URI string `xml:"URI,attr"`
|
||||
ReferenceTransforms []Method `xml:"Transforms>Transform"`
|
||||
DigestMethod Method `xml:"DigestMethod"`
|
||||
DigestValue string `xml:"DigestValue"`
|
||||
URI string `xml:"URI,attr"`
|
||||
Transforms []Method `xml:"Transforms>Transform"`
|
||||
DigestMethod Method `xml:"DigestMethod"`
|
||||
DigestValue string `xml:"DigestValue"`
|
||||
}
|
||||
|
||||
// SignedInfo struct
|
||||
|
||||
Reference in New Issue
Block a user