Skip to content

ModInstallationResultDTO

ModInstallationResultDTO reports whether a release was installed into one instance.

Kind

struct

Fields

Go fieldJSON fieldGo typeTypeScript typeOptionalNullableDescription
InstanceIDinstanceIdstringstringNoNoInstanceID identifies the target instance.
InstanceNameinstanceNamestringstringNoNoInstanceName is the display name of the target instance.
InstalledinstalledboolbooleanNoNoInstalled reports whether the installation succeeded.
MessagemessagestringstringNoNoMessage explains the failure when the installation did not succeed.

Used by

Source

internal/transport/wails/modcatalog_dto.go:242