mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 00:55:32 +00:00
7 lines
80 B
Go
7 lines
80 B
Go
package xmlprovider
|
|
|
|
type ItemInfo struct {
|
|
Source string
|
|
Parse *ParseMeta
|
|
}
|