Files
kgpz_web/providers/xmlprovider/item.go

8 lines
91 B
Go

package xmlprovider
type ItemInfo struct {
Source string
Date string
Commit string
}