Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaveConfig ¶
func UpdateConfig ¶
func UpdateConfig(localiteConfig LocaliteConfig) error
Types ¶
type LocaliteConfig ¶
func LoadConfig ¶
func LoadConfig() (*LocaliteConfig, error)
func (*LocaliteConfig) DeleteConfigValue ¶
func (c *LocaliteConfig) DeleteConfigValue(key string)
func (*LocaliteConfig) GetConfigValue ¶
func (c *LocaliteConfig) GetConfigValue(key string) (string, bool)
func (*LocaliteConfig) SetConfigValue ¶
func (c *LocaliteConfig) SetConfigValue(key, value string)
Click to show internal directories.
Click to hide internal directories.