mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 17:15:31 +00:00
11 lines
122 B
Go
11 lines
122 B
Go
package xmlprovider
|
|
|
|
type ItemInfo struct {
|
|
Source string
|
|
Parse *ParseMeta
|
|
}
|
|
|
|
type KeyedItem struct {
|
|
keys []string
|
|
}
|