feat: add diff, fix: configurable url

This commit is contained in:
Shashank S
2024-05-09 08:32:27 +02:00
parent 7adf624e95
commit aa04904a72
4 changed files with 24 additions and 14 deletions

View File

@@ -50,8 +50,10 @@ type AppReleases []AppRelease
type ChangeWatch struct {
Name string
Url string
URL string
LastChanged time.Time
DiffURL string
DiffDisplay string
}
type ChangeWatches []ChangeWatch