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