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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user