ModInstallResultDTO
ModInstallResultDTO reports a catalog download task and per-instance installations.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable | Description |
|---|---|---|---|---|---|---|
TaskID | taskId | string | string | No | No | TaskID identifies the mod task and can be passed to CancelModTask. |
Downloaded | downloaded | DownloadedModDTO | DownloadedModDTO | No | No | Downloaded is the release that was downloaded. |
Installations | installations | []ModInstallationResultDTO | ModInstallationResultDTO[] | No | No | Installations reports the outcome for every requested instance. |
Used by
- BatchModInstallResultDTO — field
result - ModCatalogController.DownloadMod — return value
- ModCatalogController.InstallDownloadedMod — return value
Related types
Source
internal/transport/wails/modcatalog_dto.go:254