Skip to content

InstallDownloadedModRequest

InstallDownloadedModRequest selects a cached mod release and its target instances.

Kind

struct

Fields

Go fieldJSON fieldGo typeTypeScript typeOptionalNullableDescription
ModIDmodIdstringstringNoNoModID is the catalog identifier of the cached mod.
VersionIDversionIdstringstringNoNoVersionID is the catalog identifier of the cached release.
InstanceIDsinstanceIds[]stringstring[]NoNoInstanceIDs lists instances that should receive the release.
AllowIncompatibleallowIncompatibleboolbooleanNoNoAllowIncompatible permits installation despite compatibility warnings.

Used by

Source

internal/transport/wails/mod_catalog_controller.go:169