Versions in this module Expand all Collapse all v0 v0.5.1 Dec 19, 2024 v0.5.0 Jun 16, 2024 Changes in this version + const DEFAULT_FILE_BASENAME + const DEFAULT_FILE_EXT + const ENV_UNIVENV_CONFIG_DIR + var DEFAULT_DIR = filepath.Join(sysutil.HomeDir(), ".config", "univenv") + type Config struct + Items []item.Item + func (c *Config) GetEnableItems(sh shell.Shell, os ostype.OS) []item.Item + func (c *Config) Read(b []byte) error + func (c *Config) Validate() error + func (c *Config) Write() ([]byte, error) + type ConfigOpener struct + func (m *ConfigOpener) Dir() string + func (m *ConfigOpener) FilePath() string + func (m *ConfigOpener) Open() (*Config, error) + func (m *ConfigOpener) SetFile(path string) + func (m *ConfigOpener) SetTarget(target string)