ExportInstanceRequest
ExportInstanceRequest selects an instance, destination, and package metadata for export.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable |
|---|---|---|---|---|---|
InstanceID | instanceId | string | string | No | No |
TargetPath | targetPath | string | string | No | No |
Name | name | string | string | No | No |
Description | description | string | string | No | No |
Used by
- InstancePackageController.ExportInstance — parameter
request
Source
internal/transport/wails/instance_package_controller.go:23