Skip to content

ModInstallResultDTO

ModInstallResultDTO reports a catalog download task and per-instance installations.

Kind

struct

Fields

Go fieldJSON fieldGo typeTypeScript typeOptionalNullableDescription
TaskIDtaskIdstringstringNoNoTaskID identifies the mod task and can be passed to CancelModTask.
DownloadeddownloadedDownloadedModDTODownloadedModDTONoNoDownloaded is the release that was downloaded.
Installationsinstallations[]ModInstallationResultDTOModInstallationResultDTO[]NoNoInstallations reports the outcome for every requested instance.

Used by

Source

internal/transport/wails/modcatalog_dto.go:254