1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-14 09:30:38 +00:00

Add more methods to Configer

This commit is contained in:
Ming Deng
2020-08-19 22:08:29 +08:00
parent cead72c6df
commit 2c16c7b917
9 changed files with 208 additions and 10 deletions

View File

@ -74,6 +74,7 @@ func (xc *Config) ParseData(data []byte) (config.Configer, error) {
// ConfigContainer is a Config which represents the xml configuration.
type ConfigContainer struct {
config.BaseConfiger
data map[string]interface{}
sync.Mutex
}