statefile

package
v0.18.0-alpha.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2022 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const StateStructVersion = 20220411

Variables

This section is empty.

Functions

This section is empty.

Types

type State

type State struct {
	LastCheck      string `json:"last_checked"`    // an RFC3339 encoded time stamp
	InstallationID string `json:"installation_id"` // a UUIDv4 string
	StructVersion  int64  `json:"struct_version"`

	// legacy properties included for backwards compatibility with v0.13
	LegacyLastCheck      string `json:"lastChecked"`
	LegacyInstallationID string `json:"installationId"`
}

State is a struct containing installation state

func LoadState

func LoadState() (State, error)

func (*State) IsValid

func (s *State) IsValid() bool

IsValid checks whether the struct was correctly deserialized, by checking if the StructVersion is populated

func (*State) MaintainLegacy

func (s *State) MaintainLegacy()

MaintainLegacy keeps the values of the legacy properties for backward compatibility

func (*State) MigrateFrom

func (s *State) MigrateFrom() migrate.Migrateable

func (*State) Save

func (s *State) Save() error

Save the state NOTE: this updates the last checked time

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL