InstallVersionRequest
InstallVersionRequest selects a game release and installation options.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable | Description |
|---|---|---|---|---|---|---|
ID | id | string | string | No | No | ID is a stable release identifier for the local installation. |
Name | name | string | string | No | No | Name is the display name recorded for the imported version. |
SourcePath | sourcePath | string | string | No | No | SourcePath is the local archive or directory to import. |
ExecutableRelativePath | executableRelativePath | string | string | No | No | ExecutableRelativePath locates the game executable inside the installation. |
ExpectedSHA256 | expectedSha256 | string | string | No | No | ExpectedSHA256 verifies the local archive before import, when known. |
Used by
- GameVersionController.InstallLocalVersion — parameter
request
Source
internal/transport/wails/game_version_controller.go:31