index endpoint start

This commit is contained in:
Simon Martens
2024-11-16 02:30:20 +01:00
parent d4feb20f07
commit 527fbfa000
14 changed files with 230 additions and 25 deletions

View File

@@ -81,5 +81,5 @@ type Reference struct {
}
type Value struct {
Value string `xml:",chardata"`
Chardata string `xml:",chardata"`
}