Skip to content

ModUpdateResultDTO

ModUpdateResultDTO reports how many selected mods were updated or skipped.

Kind

struct

Fields

Go fieldJSON fieldGo typeTypeScript typeOptionalNullableDescription
UpdatedupdatedintnumberNoNoUpdated counts the mods whose release was applied.
SkippedByPolicyskippedByPolicyintnumberNoNoSkippedByPolicy counts the mods skipped by pin or compatibility policy.

Used by

Source

internal/transport/wails/mod_manager_controller.go:98