Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/awake1t/linglong
/ EditSetting
Function
EditSetting
models/setting.go:27–30 ·
view source on GitHub ↗
(data interface{})
Source
from the content-addressed store, hash-verified
25
}
26
27
func
EditSetting(data
interface
{}) bool {
28
db.Model(&Setting{}).Updates(data)
29
return
true
30
}
31
32
//根据条件获取全部资产爆破
33
func
GetSettingTitle() (setting []Setting) {
Callers
1
EditSetting
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected