Documentation
¶
Overview ¶
Package baseconf is the loader driver for the conf package, that loads configuration data from YAML and JSON files. baseconf searches configuration files in directories specified by GOCONF_PATH environment variable. In GOCONF_PATH you can specify one or more directories separated by ":" symbol.
GOCONF_PATH=/home/username/etc/go:/etc/go
If no directories specified in GOCONF_PATH, then baseconf searches configuration files in the current directory.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseDriver ¶
type BaseDriver struct {
// contains filtered or unexported fields
}
BaseDriver type represents configuration base driver instance
Click to show internal directories.
Click to hide internal directories.