MCPcopy
hub / github.com/IceWhaleTech/CasaOS / SettingSystemTempData

Method SettingSystemTempData

service/notify.go:48–53  ·  view source on GitHub ↗
(message map[string]interface{})

Source from the content-addressed store, hash-verified

46}
47
48func (i *notifyServer) SettingSystemTempData(message map[string]interface{}) {
49 for k, v := range message {
50 i.SystemTempMap.Store(k, v)
51 //i.SystemTempMap[k] = v
52 }
53}
54
55func (i *notifyServer) SendNotify(name string, message map[string]interface{}) {
56 msg := make(map[string]string)

Callers

nothing calls this directly

Calls 1

StoreMethod · 0.80

Tested by

no test coverage detected