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