LauncherUpdateDTO
LauncherUpdateDTO reports release metadata and whether a launcher update is available.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable |
|---|---|---|---|---|---|
InstalledVersion | installedVersion | string | string | No | No |
Version | version | string | string | No | No |
Available | available | bool | boolean | No | No |
Downgrade | downgrade | bool | boolean | No | No |
Prerelease | prerelease | bool | boolean | No | No |
ReleaseNotes | releaseNotes | string | string | No | No |
ReleasePageURL | releasePageUrl | string | string | No | No |
AssetName | assetName | string | string | No | No |
AssetSize | assetSize | int64 | number | No | No |
InstallationMode | installationMode | string | string | No | No |
Used by
- LauncherUpdateController.CheckUpdates — return value
Source
internal/transport/wails/update_controller.go:16