Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/DocHub
/ UpdateGlobalConfig
Method
UpdateGlobalConfig
models/SysModel.go:68–70 ·
view source on GitHub ↗
更新系统全局变量 @return sys 返回的系统信息 @return err 错误
()
Source
from the content-addressed store, hash-verified
66
//@return sys 返回的系统信息
67
//@return err 错误
68
func
(this *Sys) UpdateGlobalConfig() {
69
GlobalSys, _ = this.Get()
70
}
71
72
//获取指定指端内容
73
//@param field 需要查询的字段
Callers
2
Get
Method · 0.45
install
Function · 0.45
Calls
1
Get
Method · 0.95
Tested by
no test coverage detected