| 24 | ) |
| 25 | |
| 26 | type OpsgenieOptions struct { |
| 27 | ConnectionId uint64 `json:"connectionId"` |
| 28 | ServiceId string `json:"service_id,omitempty"` |
| 29 | ServiceName string `json:"service_name,omitempty"` |
| 30 | Tasks []string `json:"tasks,omitempty"` |
| 31 | *models.OpsenieScopeConfig |
| 32 | } |
| 33 | |
| 34 | type OpsgenieTaskData struct { |
| 35 | Options *OpsgenieOptions |
nothing calls this directly
no outgoing calls
no test coverage detected