Documentation ¶
Index ¶
- type Config
- func (c *Config) Bool(key string, defaultValue bool) (bool, error)
- func (c *Config) Int(key string, defaultValue int) (int, error)
- func (c *Config) SetBool(key string, value bool) error
- func (c *Config) SetInt(key string, value int) error
- func (c *Config) SetString(key string, value string) error
- func (c *Config) String(key string, defaultValue string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct{}
Config gives access to the vmx config through the VMware backdoor
Click to show internal directories.
Click to hide internal directories.