Skip to content

DownloadCatalogModRequest

DownloadCatalogModRequest selects a catalog release and the instances that should receive it.

Kind

struct

Fields

Go fieldJSON fieldGo typeTypeScript typeOptionalNullableDescription
ModIDmodIdstringstringNoNoModID is the catalog identifier of the mod.
VersionIDversionIdstringstringNoNoVersionID is the catalog identifier of the release to download.
InstanceIDsinstanceIds[]stringstring[]NoNoInstanceIDs lists instances that should receive the downloaded release.
DownloadOnlydownloadOnlyboolbooleanNoNoDownloadOnly skips installation and only caches the release.
AllowIncompatibleallowIncompatibleboolbooleanNoNoAllowIncompatible permits installation despite compatibility warnings.

Used by

Source

internal/transport/wails/mod_catalog_controller.go:92