Merge branch 'release/v0.6.0' into features
This commit is contained in:
commit
37164070d2
24 changed files with 580 additions and 113 deletions
|
|
@ -41,11 +41,13 @@ type Weather struct {
|
|||
}
|
||||
|
||||
type AppRelease struct {
|
||||
Name string
|
||||
Version string
|
||||
NotesUrl string
|
||||
TimeReleased time.Time
|
||||
Downvotes int
|
||||
Source ReleaseSource
|
||||
SourceIconURL string
|
||||
Name string
|
||||
Version string
|
||||
NotesUrl string
|
||||
TimeReleased time.Time
|
||||
Downvotes int
|
||||
}
|
||||
|
||||
type AppReleases []AppRelease
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue