(log model.AppNotify)
| 25 | type NotifyServer interface { |
| 26 | GetLog(id string) model.AppNotify |
| 27 | AddLog(log model.AppNotify) |
| 28 | UpdateLog(log model.AppNotify) |
| 29 | UpdateLogByCustomID(log model.AppNotify) |
| 30 | DelLog(id string) |
no outgoing calls
no test coverage detected