mirror of
https://github.com/astaxie/beego.git
synced 2025-06-14 12:30:39 +00:00
Add more methods to Configer
This commit is contained in:
@ -118,6 +118,7 @@ func parseYML(buf []byte) (cnf map[string]interface{}, err error) {
|
||||
|
||||
// ConfigContainer is a config which represents the yaml configuration.
|
||||
type ConfigContainer struct {
|
||||
config.BaseConfiger
|
||||
data map[string]interface{}
|
||||
sync.RWMutex
|
||||
}
|
||||
|
Reference in New Issue
Block a user