ModUpdateResultDTO
ModUpdateResultDTO reports how many selected mods were updated or skipped.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable | Description |
|---|---|---|---|---|---|---|
Updated | updated | int | number | No | No | Updated counts the mods whose release was applied. |
SkippedByPolicy | skippedByPolicy | int | number | No | No | SkippedByPolicy counts the mods skipped by pin or compatibility policy. |
Used by
- ModManagerController.UpdateInstanceMods — return value
Source
internal/transport/wails/mod_manager_controller.go:98