Added time & date of last parse to the thing

This commit is contained in:
Simon Martens
2024-12-02 16:08:37 +01:00
parent e6b844cae1
commit 3dbbe6629c
3 changed files with 63 additions and 45 deletions

View File

@@ -2,6 +2,5 @@ package xmlprovider
type ItemInfo struct {
Source string
Date string
Commit string
Parse *ParseMeta
}