Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultState = State{
Version: 1,
}
Functions ¶
func GetDefaultStateFilepath ¶
func WriteStateFile ¶
Types ¶
type State ¶
type State struct {
Version int `json:"version"`
AccountID *int64 `json:"account_id"`
MachineID *int64 `json:"machine_id"`
LatestKnownVersion *semver.Version `json:"latest_known_version,omitempty"`
LastestKnownVersionUpdatedAt *time.Time `json:"latest_known_version_updated_at"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.