Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SimpleConfig ¶
type SimpleConfig struct {
// contains filtered or unexported fields
}
func Load ¶
func Load(file string) (*SimpleConfig, error)
func (*SimpleConfig) GetValue ¶
func (c *SimpleConfig) GetValue(key string) (interface{}, bool)
func (*SimpleConfig) Load ¶
func (c *SimpleConfig) Load(file string) (*SimpleConfig, error)
Click to show internal directories.
Click to hide internal directories.