Speed up startup

This commit is contained in:
Simon Martens
2024-11-10 19:05:06 +01:00
parent a81e78c0fd
commit bdd4eeab26
14 changed files with 463 additions and 208 deletions

View File

@@ -11,11 +11,11 @@ type AgentProvider struct {
type Agent struct {
XMLName xml.Name `xml:"akteur"`
ID string `xml:"id,attr"`
Names []string `xml:"name"`
SortName string `xml:"sortiername"`
Life string `xml:"lebensdaten"`
GND string `xml:"gnd"`
Identifier
AnnotationNote
}