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

Method AddLog

service/notify.go:27–27  ·  view source on GitHub ↗
(log model.AppNotify)

Source from the content-addressed store, hash-verified

25type 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)

Callers 1

GetSystemCheckVersionFunction · 0.65

Implementers 1

notifyServerservice/notify.go

Calls

no outgoing calls

Tested by

no test coverage detected