Documentation ¶ Index ¶ type State func LoadState() (State, error) func (s *State) Save() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type State ¶ type State struct { LastCheck string `json:"lastChecked"` // an RFC3339 encoded time stamp InstallationID string `json:"installationId"` // a UUIDv4 string } State :: the state of the installation func LoadState ¶ func LoadState() (State, error) func (*State) Save ¶ func (s *State) Save() error Source Files ¶ View all Source files load.go save.go Click to show internal directories. Click to hide internal directories.