mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 00:55:32 +00:00
Added arrays to XMLProvider types for faster iteration
This commit is contained in:
@@ -4,3 +4,7 @@ type ItemInfo struct {
|
||||
Source string
|
||||
Parse *ParseMeta
|
||||
}
|
||||
|
||||
type KeyedItem struct {
|
||||
keys []string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user