DownloadModsBatchRequest
DownloadModsBatchRequest selects catalog releases to install into one instance.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable | Description |
|---|---|---|---|---|---|---|
InstanceID | instanceId | string | string | No | No | InstanceID is the instance that receives the downloaded releases. |
Targets | targets | []DownloadModTargetRequest | DownloadModTargetRequest[] | No | No | Targets lists the catalog releases to download. |
Used by
- ModCatalogController.DownloadModsBatch — parameter
request
Related types
Source
internal/transport/wails/mod_catalog_controller.go:145