InstalledModInstanceDTO
InstalledModInstanceDTO is the frontend-safe representation of installed mod instance.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable |
|---|---|---|---|---|---|
InstanceID | instanceId | string | string | No | No |
InstanceName | instanceName | string | string | No | No |
Version | version | string | string | No | No |
Enabled | enabled | bool | boolean | No | No |
Used by
- DownloadedModDTO — field
installedInstances
Source
internal/transport/wails/modcatalog_dto.go:194