Compare commits
3 Commits
2b95a109c6
...
f44e6b104b
Author | SHA1 | Date | |
---|---|---|---|
f44e6b104b | |||
1cb34f3e6c | |||
ebeb05cd1a |
@ -22,9 +22,9 @@ func (jv *JavaVersion) FindOs(os string, arch string) *JavaVersionSpecifics {
|
||||
}
|
||||
|
||||
type VersionNums struct {
|
||||
Major string `json:"major"`
|
||||
Minor string `json:"minor"`
|
||||
Patch string `json:"patch"`
|
||||
Major int `json:"major"`
|
||||
Minor int `json:"minor"`
|
||||
Patch int `json:"patch"`
|
||||
}
|
||||
|
||||
type Version struct {
|
||||
@ -122,4 +122,9 @@ type ModArtifact 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