InstallModFileRequest
InstallModFileRequest selects one local mod archive and target instance.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable |
|---|---|---|---|---|---|
InstanceID | instanceId | string | string | No | No |
SourcePath | sourcePath | string | string | No | No |
Name | name | string | string | No | No |
Version | version | string | string | No | No |
Used by
- ModManagerController.InstallModFile — parameter
request
Source
internal/transport/wails/mod_manager_controller.go:22