ModUpdateDTO
ModUpdateDTO is the frontend-safe representation of mod update.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable |
|---|---|---|---|---|---|
ModID | modId | string | string | No | No |
Name | name | string | string | No | No |
InstalledVersion | installedVersion | string | string | No | No |
TargetVersionID | targetVersionId | string | string | No | No |
TargetVersion | targetVersion | string | string | No | No |
Status | status | string | string | No | No |
Reason | reason | string | string | No | No |
Changelog | changelog | string | string | No | No |
Compatible | compatible | bool | boolean | No | No |
Prerelease | prerelease | bool | boolean | No | No |
AddedDeps | addedDeps | []ModDependencyDTO | ModDependencyDTO[] | No | No |
RemovedDeps | removedDeps | []ModDependencyDTO | ModDependencyDTO[] | No | No |
Used by
- InstanceModUpdateReportDTO — field
mods
Related types
Source
internal/transport/wails/instance_update_dto.go:16