Compare commits
No commits in common. "f44e6b104b0ee98331ad9b5ca0ff8c8ed8e43e99" and "2b95a109c660b03fd4fd9640374958a63df45d3c" have entirely different histories.
f44e6b104b
...
2b95a109c6
@ -22,9 +22,9 @@ func (jv *JavaVersion) FindOs(os string, arch string) *JavaVersionSpecifics {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type VersionNums struct {
|
type VersionNums struct {
|
||||||
Major int `json:"major"`
|
Major string `json:"major"`
|
||||||
Minor int `json:"minor"`
|
Minor string `json:"minor"`
|
||||||
Patch int `json:"patch"`
|
Patch string `json:"patch"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Version struct {
|
type Version struct {
|
||||||
@ -122,9 +122,4 @@ type ModArtifact struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type VersionMeta struct {
|
type VersionMeta struct {
|
||||||
ID string `json:"id"`
|
|
||||||
Type string `json:"type"`
|
|
||||||
URL string `json:"url"`
|
|
||||||
|
|
||||||
Installed bool
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user