获取全部配置文件 @return configs 所有配置
()
| 158 | //获取全部配置文件 |
| 159 | //@return configs 所有配置 |
| 160 | func (this *Config) All() (configs []Config) { |
| 161 | orm.NewOrm().QueryTable(GetTableConfig()).All(&configs) |
| 162 | return |
| 163 | } |
| 164 | |
| 165 | // 获取云存储配置 |
| 166 | func (this *Config) GetGlobalConfigWithStruct(configCate helper.ConfigCate) (cfg interface{}) { |
no test coverage detected