MCPcopy Index your code
hub / github.com/apache/devlake / OpsgenieOptions

Struct OpsgenieOptions

backend/plugins/opsgenie/tasks/task_data.go:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type 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
34type OpsgenieTaskData struct {
35 Options *OpsgenieOptions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected