DownloadCatalogModRequest
DownloadCatalogModRequest selects a catalog release and the instances that should receive it.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable | Description |
|---|---|---|---|---|---|---|
ModID | modId | string | string | No | No | ModID is the catalog identifier of the mod. |
VersionID | versionId | string | string | No | No | VersionID is the catalog identifier of the release to download. |
InstanceIDs | instanceIds | []string | string[] | No | No | InstanceIDs lists instances that should receive the downloaded release. |
DownloadOnly | downloadOnly | bool | boolean | No | No | DownloadOnly skips installation and only caches the release. |
AllowIncompatible | allowIncompatible | bool | boolean | No | No | AllowIncompatible permits installation despite compatibility warnings. |
Used by
- ModCatalogController.DownloadMod — parameter
request
Source
internal/transport/wails/mod_catalog_controller.go:92