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

Function CreateAlertParams

agent/utils/alert/alert.go:225–233  ·  view source on GitHub ↗
(param string)

Source from the content-addressed store, hash-verified

223}
224
225func CreateAlertParams(param string) []dto.Param {
226 return []dto.Param{
227 {
228 Index: "1",
229 Key: "param",
230 Value: param,
231 },
232 }
233}
234
235var checkTaskMutex sync.Mutex
236

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected