mirror of
https://github.com/Xevion/glance.git
synced 2025-12-17 12:12:06 -06:00
feat: add diff, fix: configurable url
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user