Documentation ¶
Index ¶
Constants ¶
View Source
const (
// environment variable decide which profile to load
CONF_PROFILE = "CONF_PROFILE"
)
Variables ¶
View Source
var (
ErrCfgItemNotFound = errors.New("config item not found")
)
Functions ¶
Types ¶
type Configurable ¶
type Configurable interface {
GetConfigName() string
}
Click to show internal directories.
Click to hide internal directories.