MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / CreateLog

Method CreateLog

agent/app/repo/alert.go:39–39  ·  view source on GitHub ↗
(alertLog *model.AlertLog)

Source from the content-addressed store, hash-verified

37
38 GetLog(opts ...DBOption) (model.AlertLog, error)
39 CreateLog(alertLog *model.AlertLog) error
40 PageLog(limit, offset int, opts ...DBOption) (int64, []model.AlertLog, error)
41 ListLog(opts ...DBOption) ([]model.AlertLog, error)
42 UpdateLog(id uint, maps map[string]interface{}) error

Callers 1

SaveAlertLogFunction · 0.95

Implementers 1

AlertRepoagent/app/repo/alert.go

Calls

no outgoing calls

Tested by

no test coverage detected