ModUpdateTargetDTO
ModUpdateTargetDTO selects one catalog release for an update.
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 installed mod. |
VersionID | versionId | string | string | No | No | VersionID is the catalog identifier of the release to apply. |
Used by
- UpdateInstanceModsRequest — field
mods
Source
internal/transport/wails/mod_manager_controller.go:90