mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 00:55:32 +00:00
Added functiontionality to cleanup XML cached collections
This commit is contained in:
@@ -1,19 +1,7 @@
|
||||
package xmlprovider
|
||||
|
||||
type SerializedItem struct {
|
||||
type ItemInfo struct {
|
||||
Source string
|
||||
Date string
|
||||
Commit string
|
||||
}
|
||||
|
||||
func (si SerializedItem) SetSource(s string) {
|
||||
si.Source = s
|
||||
}
|
||||
|
||||
func (si SerializedItem) SetDate(d string) {
|
||||
si.Date = d
|
||||
}
|
||||
|
||||
func (si SerializedItem) SetCommit(c string) {
|
||||
si.Commit = c
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user