Files
kgpz_web/providers/xmlprovider/item.go
2024-12-20 19:54:25 +01:00

11 lines
122 B
Go

package xmlprovider
type ItemInfo struct {
Source string
Parse *ParseMeta
}
type KeyedItem struct {
keys []string
}