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

Method Get

agent/app/repo/alert.go:31–31  ·  view source on GitHub ↗
(opts ...DBOption)

Source from the content-addressed store, hash-verified

29
30 Create(alert *model.Alert) error
31 Get(opts ...DBOption) (model.Alert, error)
32 Page(page, size int, opts ...DBOption) (int64, []model.Alert, error)
33 List(opts ...DBOption) ([]model.Alert, error)
34 Delete(opts ...DBOption) error

Callers 1

PushAlertFunction · 0.95

Implementers 1

AlertRepoagent/app/repo/alert.go

Calls

no outgoing calls

Tested by

no test coverage detected