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

Struct notifyServer

service/notify.go:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type notifyServer struct {
44 db *gorm.DB
45 SystemTempMap syncmap.Map //[string]interface{}
46}
47
48func (i *notifyServer) SettingSystemTempData(message map[string]interface{}) {
49 for k, v := range message {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected