UpdateInstanceModsRequest
UpdateInstanceModsRequest selects catalog versions to apply to an instance.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable | Description |
|---|---|---|---|---|---|---|
InstanceID | instanceId | string | string | No | No | InstanceID is the instance whose mods are updated. |
Mods | mods | []ModUpdateTargetDTO | ModUpdateTargetDTO[] | No | No | Mods lists the catalog releases to apply. |
AllowIncompatible | allowIncompatible | bool | boolean | No | No | AllowIncompatible permits updates despite compatibility warnings. |
Used by
- ModManagerController.UpdateInstanceMods — parameter
request
Related types
Source
internal/transport/wails/mod_manager_controller.go:80