MCPcopy
hub / github.com/apache/devlake / OpsgenieConnection

Struct OpsgenieConnection

backend/plugins/opsgenie/models/connection.go:50–53  ·  view source on GitHub ↗

OpsgenieConnection holds OpsgenieConn plus ID/Name for database storage

Source from the content-addressed store, hash-verified

48
49// OpsgenieConnection holds OpsgenieConn plus ID/Name for database storage
50type OpsgenieConnection struct {
51 helper.BaseConnection `mapstructure:",squash"`
52 OpsgenieConn `mapstructure:",squash"`
53}
54
55func (connection *OpsgenieConnection) MergeFromRequest(target *OpsgenieConnection, body map[string]interface{}) error {
56 token := target.Token

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected