LaunchRequest
LaunchRequest selects the instance and optional account for a game launch.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable | Description |
|---|---|---|---|---|---|---|
InstanceID | instanceId | string | string | No | No | InstanceID is the managed instance to launch. |
AccountID | accountId | *string | string | null | Yes | Yes | AccountID overrides the instance default account for this launch. |
Used by
- LaunchController.LaunchInstance — parameter
request - LaunchController.ValidateLaunch — parameter
request
Source
internal/transport/wails/launch_controller.go:22