This commit is contained in:
2018-12-13 02:07:00 +01:00
parent d6456f37e7
commit f1083f0870

View File

@@ -14,7 +14,7 @@ type Method struct {
// Reference data struct
type Reference struct {
URI string `xml:"URI,attr"`
ReferenceTransforms []Method `xml:"Transforms>Transform"`
Transforms []Method `xml:"Transforms>Transform"`
DigestMethod Method `xml:"DigestMethod"`
DigestValue string `xml:"DigestValue"`
}