Allow fetching releases from multiple sources
This commit is contained in:
parent
7d1ede8c91
commit
01af97ddab
13 changed files with 474 additions and 367 deletions
|
|
@ -40,6 +40,7 @@ type Weather struct {
|
|||
}
|
||||
|
||||
type AppRelease struct {
|
||||
Source ReleaseSource
|
||||
Name string
|
||||
Version string
|
||||
NotesUrl string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue