DownloadModTargetRequest
DownloadModTargetRequest identifies one catalog mod release in a batch download.
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. |
Used by
- DownloadModsBatchRequest — field
targets
Source
internal/transport/wails/mod_catalog_controller.go:137