MCPcopy Create free account
hub / github.com/TruthHun/DocHub / All

Method All

models/ConfigModel.go:160–163  ·  view source on GitHub ↗

获取全部配置文件 @return configs 所有配置

()

Source from the content-addressed store, hash-verified

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

Callers 15

UpdateGlobalConfigMethod · 0.95
GetMethod · 0.80
DelByDocIdMethod · 0.80
GetListByStatusMethod · 0.80
installCategoryFunction · 0.80
SearchFunction · 0.80
BuildSitemapMethod · 0.80
AddWordsMethod · 0.80
ListMethod · 0.80
ListMethod · 0.80
RecoverFromRecycleMethod · 0.80
RemoveToRecycleMethod · 0.80

Calls 1

GetTableConfigFunction · 0.85

Tested by

no test coverage detected