update comments
This commit is contained in:
parent
318a4e88f4
commit
c79519849a
4
main.go
4
main.go
@ -18,9 +18,9 @@ type LineageOSROM struct {
|
|||||||
Datetime int `json:"datetime"` // Unix timestamp - i.e. 1685907926
|
Datetime int `json:"datetime"` // Unix timestamp - i.e. 1685907926
|
||||||
Filename string `json:"filename"` // .zip filename - i.e. lineage-20.0-20230604-UNOFFICIAL-sunfish.zip
|
Filename string `json:"filename"` // .zip filename - i.e. lineage-20.0-20230604-UNOFFICIAL-sunfish.zip
|
||||||
ID string `json:"id"` // A unique identifier such as a SHA256 hash of the .zip - i.e. 603bfc02e403e5fd1bf9ed74383f1d6c9ec7fb228d03c4b37753033d79488e93
|
ID string `json:"id"` // A unique identifier such as a SHA256 hash of the .zip - i.e. 603bfc02e403e5fd1bf9ed74383f1d6c9ec7fb228d03c4b37753033d79488e93
|
||||||
Romtype string `json:"romtype"` // i.e. nightly
|
Romtype string `json:"romtype"` // i.e. NIGHTLY or UNOFFICIAL
|
||||||
Size int `json:"size"` // size of .zip file in bytes
|
Size int `json:"size"` // size of .zip file in bytes
|
||||||
URL string `json:"url"` // public URL where client could download the .zip file
|
URL string `json:"url"` // Accessible URL where client could download the .zip file
|
||||||
Version string `json:"version"` // LineageOS version - i.e. 20.0
|
Version string `json:"version"` // LineageOS version - i.e. 20.0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user