ModInstallationResultDTO
ModInstallationResultDTO reports whether a release was installed into one instance.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable | Description |
|---|---|---|---|---|---|---|
InstanceID | instanceId | string | string | No | No | InstanceID identifies the target instance. |
InstanceName | instanceName | string | string | No | No | InstanceName is the display name of the target instance. |
Installed | installed | bool | boolean | No | No | Installed reports whether the installation succeeded. |
Message | message | string | string | No | No | Message explains the failure when the installation did not succeed. |
Used by
- ModInstallResultDTO — field
installations
Source
internal/transport/wails/modcatalog_dto.go:242