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

Method AlertConfigList

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

Source from the content-addressed store, hash-verified

54 GetConfig(opts ...DBOption) (model.AlertConfig, error)
55 GetConfigById(id uint) (model.AlertConfig, error)
56 AlertConfigList(opts ...DBOption) ([]model.AlertConfig, error)
57 UpdateAlertConfig(maps map[string]interface{}, opts ...DBOption) error
58 CreateAlertConfig(config *model.AlertConfig) error
59 DeleteAlertConfig(opts ...DBOption) error

Implementers 1

AlertRepoagent/app/repo/alert.go

Calls

no outgoing calls

Tested by

no test coverage detected