MigrationImportRequest
MigrationImportRequest selects discovered game data and import options.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable |
|---|---|---|---|---|---|
SourcePath | sourcePath | string | string | No | No |
Name | name | string | string | No | No |
Description | description | string | string | No | No |
GameVersionID | gameVersionId | string | string | No | No |
Used by
- InstanceController.StartExistingDataImport — parameter
request
Source
internal/transport/wails/instance_controller.go:102