Compare commits

..

No commits in common. "3e5bea532f26ba5a08f75b0196758007fc3e696e" and "935ad113d8d4fd5c9e94e15ca4f7ccb66e6bf6a3" have entirely different histories.

View File

@ -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 or UNOFFICIAL Romtype string `json:"romtype"` // i.e. nightly
Size int `json:"size"` // size of .zip file in bytes Size int `json:"size"` // size of .zip file in bytes
URL string `json:"url"` // Accessible URL where client could download the .zip file URL string `json:"url"` // public 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
} }