Versions in this module Expand all Collapse all v0 v0.8.1 May 20, 2026 v0.8.0 May 20, 2026 Changes in this version + const DefaultPath + const EnvPath + var ErrNotFound = errors.New("installation state not found") + func PathFromEnv() string + type State struct + InstallationID string + func Ensure() (State, error) + func EnsureFile(path string) (State, error) + func Load() (State, error) + func LoadFile(path string) (State, error)