ModUpdateSummaryDTO
ModUpdateSummaryDTO counts instance mods by update and compatibility state.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable |
|---|---|---|---|---|---|
TotalMods | totalMods | int | number | No | No |
UpToDate | upToDate | int | number | No | No |
UpdatesAvailable | updatesAvailable | int | number | No | No |
NotUpdatableLocal | notUpdatableLocal | int | number | No | No |
NotUpdatableAbsent | notUpdatableAbsent | int | number | No | No |
NotUpdatableCatalogError | notUpdatableCatalogError | int | number | No | No |
Incompatible | incompatible | int | number | No | No |
Used by
- InstanceModUpdateReportDTO — field
summary
Source
internal/transport/wails/instance_update_dto.go:32