feat: add diff, fix: configurable url
This commit is contained in:
parent
7adf624e95
commit
aa04904a72
4 changed files with 24 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue