Skip to content

LastKnownGoodDTO

LastKnownGoodDTO describes the Last Known Good marker of an instance and how the current configuration differs from it. SnapshotID is present only when a restorable snapshot captures the marker and one-click recovery is possible.

Kind

struct

Fields

Go fieldJSON fieldGo typeTypeScript typeOptionalNullable
RecordedAtrecordedAtstringstringNoNo
GameVersiongameVersionstringstringNoNo
ModCountmodCountintnumberNoNo
SnapshotIDsnapshotIdstringstringYesNo
SnapshotExistssnapshotExistsboolbooleanNoNo
MatchesCurrentmatchesCurrentboolbooleanNoNo
ChangeCountchangeCountintnumberNoNo
ChangeschangesConfigurationChangesDTOConfigurationChangesDTONoNo

Used by

Source

internal/transport/wails/lastknown_dto.go:26